Help us improve
Share bugs, ideas, or general feedback.
From kernel
Measures and optimizes performance with data-driven profiling, identifying bottlenecks like N+1 queries, missing indexes, and synchronous I/O. Triggers on performance, speed, latency, profiling, or benchmark keywords.
npx claudepluginhub ariaxhan/kernel-claude --plugin kernelHow this skill is triggered — by the user, by Claude, or both
Slash command
/kernel:performanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<skill id="performance">
Measures and fixes performance bottlenecks in code, databases, and APIs using profiling, query analysis, and caching. Applies when users mention slowness or high response times.
Use when performance is a concern - sluggish pages, slow queries, bloated bundles, high-latency APIs, or whenever someone says "optimize" or "make it faster"
Guides performance optimization with a measurement-first approach. Covers N+1 queries, memory leaks, blocking operations, and large payloads. Includes checklist and anti-patterns.
Share bugs, ideas, or general feedback.
<core_principles>
<profiling_checklist> Before optimizing:
After optimizing:
<common_bottlenecks>
<anti_patterns>
<on_complete> agentdb write-end '{"skill":"performance","bottleneck":"X","measured_before":true,"improvement":"Xms|none"}' </on_complete>