Loading...
Loading...
Found 994 Skills
Detects ESLint configuration and available commands in a repository. Returns structured JSON output designed for consumption by the quality-gates-linter agent. Checks for ESLint config files, extracts lint commands from package.json, Makefile, and CLAUDE.md, and provides command sources for the agent to read directly.
Codebase analysis tool for quality-first editing. Scan before edit to understand relationships, patterns, and impact.
This skill should be used when the user asks to "review my changes", "review this code", "check my work", "what's wrong with my changes", "review before I push", "security review", "do a code review", or mentions reviewing, auditing, or analyzing local code changes before committing or opening a PR.
Expert in TypeScript development with best practices for type safety and clean code
Refactor code for quality, reduce technical debt, and improve maintainability. Use for cleanup tasks and code improvements.
This skill should be used when reducing the cognitive complexity threshold of the codebase. It lowers the threshold by 2, identifies functions that exceed the new limit, generates a brief with refactoring strategies, and creates a plan with tasks to fix all violations.
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)
Make an existing change more concise without altering behavior. Use when asked to simplify or reduce a diff.