← All plugins
response-time-tracker
v1.22.0Track and optimize application response times
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/response-time-tracker/ inside the repository.
Layout
plugins/performance/response-time-tracker/
├── .claude-plugin/plugin.json└── skills/tracking-application-response-times/SKILL.md
Skills1
tracking-application-response-timesskills/tracking-application-response-times/SKILL.md
Track and optimize application response times across API endpoints, database queries, and service calls. Use when monitoring performance or identifying bottlenecks. Trigger with phrases like "track response times", "monitor API performance", or "analyze latency".
Manifests1
plugins/performance/response-time-tracker/.claude-plugin/plugin.json
{
"name": "response-time-tracker",
"version": "1.22.0",
"description": "Track and optimize application response times",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"response-time",
"latency",
"performance",
"monitoring",
"agent-skills"
]
}