jeremylongshore

response-time-tracker

@jeremylongshore/response-time-tracker
jeremylongshore
1,004
122 forks
Updated 1/18/2026
View on GitHub

tracking-application-response-times: This skill enables Claude to track and optimize application response times. It uses the response-time-tracker plugin to monitor API endpoints, database queries, external service calls, frontend rendering, and background job execution. The plugin calculates P50, P95, and P99 percentiles, average and maximum response times. Use this skill when you need to identify performance bottlenecks, monitor SLOs, or receive alerts about performance degradation. Trigger this skill with phrases like "track response times", "optimize latency", or "monitor application performance".

Installation

$skills install @jeremylongshore/response-time-tracker
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-batch-20251204-000554/plugins/performance/response-time-tracker/skills/response-time-tracker/SKILL.md
Branchmain
Scoped Name@jeremylongshore/response-time-tracker

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: tracking-application-response-times description: | This skill enables Claude to track and optimize application response times. It uses the response-time-tracker plugin to monitor API endpoints, database queries, external service calls, frontend rendering, and background job execution. The plugin calculates P50, P95, and P99 percentiles, average and maximum response times. Use this skill when you need to identify performance bottlenecks, monitor SLOs, or receive alerts about performance degradation. Trigger this skill with phrases like "track response times", "optimize latency", or "monitor application performance". allowed-tools: Read, Write, Edit, Grep, Glob, Bash version: 1.0.0

Overview

This skill empowers Claude to proactively monitor and improve application performance by tracking response times across various layers. It provides detailed metrics and insights to identify and resolve performance bottlenecks.

How It Works

  1. Initiate Tracking: The user requests response time tracking.
  2. Configure Monitoring: The plugin automatically begins monitoring API endpoints, database queries, external service calls, frontend rendering, and background jobs.
  3. Report Metrics: The plugin generates reports including P50, P95, P99 percentiles, average, and maximum response times.

When to Use This Skill

This skill activates when you need to:

  • Identify performance bottlenecks in your application.
  • Monitor service level objectives (SLOs) related to response times.
  • Receive alerts about performance degradation.

Examples

Example 1: Diagnosing Slow API Endpoint

User request: "Track response times for the user authentication API endpoint."

The skill will:

  1. Activate the response-time-tracker plugin.
  2. Monitor the specified API endpoint and report response time metrics, highlighting potential bottlenecks.

Example 2: Monitoring Database Query Performance

User request: "Monitor database query performance for the product catalog."

The skill will:

  1. Activate the response-time-tracker plugin.
  2. Track the execution time of database queries related to the product catalog and provide performance insights.

Best Practices

  • Granularity: Track response times at a granular level (e.g., individual API endpoints, specific database queries) for more precise insights.
  • Alerting: Configure alerts for significant deviations from baseline performance to proactively address potential issues.
  • Contextualization: Correlate response time data with other metrics (e.g., CPU usage, memory consumption) to identify root causes.

Integration

This skill can be integrated with other monitoring and alerting tools to provide a comprehensive view of application performance. It can also be used in conjunction with optimization tools to automatically address identified bottlenecks.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.