performance-baseline-creator
This skill provides automated assistance for performance baseline creator
Content Preview
--- name: performance-baseline-creator description: | Performance Baseline Creator - Auto-activating skill for Performance Testing. Triggers on: performance baseline creator, performance baseline creator Part of the Performance Testing skill category. allowed-tools: Read, Write, Edit, Bash version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Performance Baseline Creator ## Purpose This skill provides automated assistance for performance baseline creator
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/performance-baseline-creator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/10-performance-testing/performance-baseline-creator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/10-performance-testing/performance-baseline-creator/SKILL.md
Related Skills
Profiling Application Performance
This skill enables Claude to profile application performance, analyzing CPU usage, memory consumption, and execution time. It is triggered when the user requests performance analysis, bottleneck identification, or optimization recommendations. The skill uses the application-profiler plugin to identi
skill-adapterprofiling application performance
by jeremylongshore · plugins-plus-skills
Detecting Performance Bottlenecks
This skill enables Claude to detect and resolve performance bottlenecks in applications. It analyzes CPU, memory, I/O, and database performance to identify areas of concern. Use this skill when you need to diagnose slow application performance, optimize resource usage, or proactively prevent perform
skill-adapterdetecting performance bottlenecks
by jeremylongshore · plugins-plus-skills
Optimizing Cache Performance
This skill enables Claude to analyze and improve application caching strategies. It optimizes cache hit rates, TTL configurations, cache key design, and invalidation strategies. Use this skill when the user requests to "optimize cache performance", "improve caching strategy", "analyze cache hit rate
skill-adapteroptimizing cache performance
by jeremylongshore · plugins-plus-skills
Aggregating Performance Metrics
This skill enables Claude to aggregate and centralize performance metrics from various sources. It is used when the user needs to consolidate metrics from applications, systems, databases, caches, queues, and external services into a central location for monitoring and analysis. The skill is trigger
skill-adapteraggregating performance metrics
by jeremylongshore · plugins-plus-skills