Loading...
Loading...
Found 955 Skills
.NET static analysis and code quality tools. Use when configuring analyzers, fixing warnings, or enforcing code standards.
Test coverage, code quality, defect metrics, and QA KPIs
Puts Claude code into a different frame of mind for better results
Review code for performance: complexity, database/query efficiency, I/O and network cost, memory and allocation behavior, concurrency contention, caching, and latency/throughput regressions. Cognitive-only atomic skill; output is a findings list.
Ruthless complexity killer. Challenges every abstraction, layer, and pattern with "can you do this with 1/10th the complexity?" Roasts over-engineering and forces the simplest solution that works.
Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)
Linting and formatting setup with ESLint, Prettier, Ruff, Black, and EditorConfig. Use when user asks to "set up linting", "configure ESLint", "add Prettier", "format code", "set up Ruff", "fix lint errors", "add editorconfig", or any code quality tooling tasks.
Dispatch code-reviewer agent for two-stage review. Use after completing implementation tasks.
This skill should be used when the user asks to review, refactor, debug, or optimize Vue 3 code for performance, correctness, SSR hydration, reactivity stability, request concurrency, TypeScript safety, or bundle size.
Adversarial code review using the opposite model. Spawns 1–3 reviewers on the opposing model (Claude spawns Codex, Codex spawns Claude) to challenge work from distinct critical lenses. Triggers: "adversarial review".
Apply feedback and implement review suggestions. Incorporates reviewer comments into code changes systematically.