Connects Figma design components to code components using Code Connect. Use when user says "code connect", "connect this component to code", "connect Figma to code", "map this…
Score 70/100
Detect over-engineering and YAGNI violations. Stricter than /review. Use when asked to "critique my code", "find over-engineering", or "check for unnecessary complexity".
Score 70/100
Identifies, categorizes, and articulates code issues with brutal honesty and quantifiable specificity.
Score 70/100
Code Documentation Analyzer - Auto-activating skill for Technical Documentation. Triggers on: code documentation analyzer, code documentation analyzer Part of the Technical…
Score 70/100
Documentation de code avec commentaires, docstrings et annotations de qualité. Se déclenche avec "documenter mon code", "commentaires", "docstring", "JSDoc", "XML doc",…
Score 70/100
Find real-world code examples across millions of GitHub repositories. Use when the user wants to see how others implement something, find usage patterns, or discover code examples…
Score 70/100
Troubleshooting guide for Code Executor MCP issues - diagnose hanging, import errors, and connection problems
Score 70/100
Generate detailed code explanations with visual diagrams and step-by-step breakdowns
Score 70/100
Explain complex code to team members in clear, understandable terms for effective knowledge shari...
Score 70/100
Use when explaining code, concepts, or system behavior to a specific audience level - provides a structured explanation workflow with depth control and validation steps.
Score 70/100
Trace code execution path before implementing fixes. Forces understanding of fn(args, deps) flows, Result types, and workflow composition.
Score 70/100
Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand…
Score 70/100
Format code on the current branch using Biome. Use when asked to format, lint, or clean up code before committing or creating a PR.
Score 70/100
Minimal, pattern-matching code output. Write the least code that satisfies requirements. Match existing project patterns. Use Write/Edit tools only.
Score 70/100
AST-based code graph for fast symbol lookup, dependency analysis, and blast radius via codebase-memory-mcp MCP server
Score 70/100
Systematischer Code-Wächter für Scope-Verständnis, Deduplizierung, Architektur-Passung und Clean Code mit Unterstützung durch Knip, Ast-Grep und JSCPD
Score 70/100
Detect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.
Score 70/100
Harden code by improving type safety, runtime validation, logging, and error handling. Use when the user asks to harden, productionize, add validation, tighten types, or improve…
Score 70/100
Educational code development skill that teaches programming concepts while building applications. Use when the user wants to learn how code works, understand programming concepts,…
Score 70/100
Dual-perspective code investigation. Claude explores independently, then Codex explores independently (no feeding), finally integrate both conclusions.
Score 70/100
Efficient codebase investigation for rapid-go. Use when understanding existing code before modifications, tracing request flows from API to database, finding where functionality…
Score 70/100
Evaluate code layout quality based on accuracy, consistency, readability, and maintainability rather than aesthetics.
Score 70/100
Write minimum necessary code following YAGNI principle to prevent bloat and over-engineering. Use when implementing features to keep the codebase lean and avoid premature…
Score 70/100
Code mode operational spec for the team lead. Returns lead identity, facilitator identity, mode-specific rules, suggest-members guidance, and phase arc for code-mode teams.
Score 70/100
Use when you need to understand the codebase structure, find definitions, or trace references without reading entire files.
Score 70/100
Systematic framework for resurrecting and modernizing legacy codebases through archaeology, resurrection, and rejuvenation phases.
Score 70/100
Otimizador automático de código usando análise evolutiva GEPA para melhorar qualidade, performance e manutenibilidade
Score 70/100
Enforce code organization principles - "Directory X contains ONLY class type X", DDD naming patterns, PHP best practices, type safety, and SOLID principles.
Score 70/100
Use when mapping code paths, entrypoints, and likely hot files before profiling.
Score 70/100
代码搬运师技能:优先搬运优秀开源项目,禁止重复造轮子。 Use when: 需要实现新功能、选择技术方案、评估是否自己实现。 Triggers: "实现", "开发", "创建", "构建", "写一个", "做一个"
Score 70/100
Guide design decisions using the State > Coupling > Complexity > Code priority framework. Use when evaluating tradeoffs, reviewing design choices, deciding between…
Score 70/100
Code quality inspection and linting commands for web audio apps. Includes detection of dead code, magic numbers, type safety issues, and naming inconsistencies.
Score 70/100
Use automatically before and after code changes. Ensures documentation, formatting, type safety, and audit standards.
Score 70/100
Proactive code health monitoring and quality gate enforcement. Use when validating code changes, reviewing PRs, or ensuring code meets quality standards before merging.
Score 70/100
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
Score 70/100
Review all evaluations in the repository against a single code quality standard. Checks ALL evals against ONE standard for periodic quality reviews.
Score 70/100
Automated code quality fixes for linting, types, unused variables, and error handling; use when fixing code quality issues in bulk
Score 70/100
Writing clean, understandable, and self-documenting code that is easy to review and maintain over time.
Score 70/100
Improve code quality: duplication, efficiency, clean code, architectural fit, and error handling
Score 70/100
To initiate a release by executing the dx release command with appropriate parameters.
Score 70/100
Extract, validate, and test code samples in documentation. Verify syntax, execute samples, check outputs, validate imports, and ensure code samples are up-to-date with current…
Score 70/100
Provides quantitative rubrics and criteria for scoring code quality on a 1-10 scale. Use when reviewing code, performing code audits, establishing quality baselines, comparing…
Score 70/100
⚡ AUTO-INVOKE when user asks: 'audit', 'investigate', 'how does X work', 'find all', 'where is', 'trace', 'understand', 'map the codebase', 'comprehensive'.
Score 70/100
Delegates codebase searches to a lightweight agent. Use when searching for existing implementations, classes, or functions without loading search results into context.
Score 70/100
Use this agent when you need a final review pass to ensure code changes are as simple and minimal as possible.
Score 70/100
Code Splitting Helper - Auto-activating skill for Frontend Development. Triggers on: code splitting helper, code splitting helper Part of the Frontend Development skill category.
Score 70/100
Extract and generate coding best practices from PR review comments. Use when the user asks to "extract best practices", "analyze PR comments", "generate coding standards", "create…
Score 70/100
Generate and maintain coding standards documentation from existing codebase patterns. Use when creating STANDARDS.md files, onboarding new developers, or documenting team…
Score 70/100
Extract file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, go doc, ctags, or other language-specific tools to get outlines and…
Score 70/100
Analyzes code for style and formatting issues including inconsistent formatting, naming conventions, code organization, comment quality, unused code, and magic numbers.
Score 70/100
PHP coding standards and WordPress patterns for ActivityPub plugin. Use when writing PHP code, creating classes, implementing WordPress hooks, or structuring plugin files.
Score 70/100
Code style principle-based review - checks SRP (Single Responsibility Principle), DRY (Don't Repeat Yourself), Simplicity First, YAGNI (You Aren't Gonna Need It), and Type Safety.
Score 70/100
Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automated checking and instant feedback.
Score 70/100
Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code…
Score 70/100
Codebase exploration and location finder for the Raamattu Nyt monorepo. Use when finding where specific functionality is implemented, locating constants/tokens/config values,…
Score 70/100
Analyzes a codebase to generate comprehensive architectural documentation including technologies used, data flows, functional components, APIs, external dependencies, commit…
Score 70/100
Systematically analyze codebase structure, complexity, dependencies, and architectural patterns to understand project organization
Score 70/100
Use when starting open-ended tasks in unfamiliar codebases, before following existing patterns
Score 70/100
Classify codebases before modification to choose appropriate development approach
Score 70/100
Reorganize scattered modules into subpackages while maintaining backwards compatibility via shims. Trigger when: (1) too many root-level files, (2) need to group related…
Score 70/100