From supercode
Analyze code for performance and efficiency problems — algorithmic complexity, N+1 queries, needless allocations, blocking I/O, and missing caching. Use when reviewing hot paths, data-access code, loops over large data, or endpoints returning collections. Grounds findings in evidence, not premature optimization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/supercode:performanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Make it correct and clean first; make it fast where it measurably matters. This lens finds *real*
Make it correct and clean first; make it fast where it measurably matters. This lens finds real inefficiencies — not micro-optimizations that trade readability for nothing.
Select, AsNoTracking,
split queries — see the dotnet pack's data-ef.md.)caching guidance.)Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub brayanhenaor/ai-standards --plugin supercode