Find where specific code lives in a large or unfamiliar codebase. Use whenever someone asks "where is X implemented?", "which file handles Y?", "find the code that does Z", "where…
Read an existing repository's structure into the project cwd as a normalised snapshot the agent can analyse without re-walking the tree on every turn.
Always-active code review skill. Whenever the user shares code — pasted, referenced by file path, or implied by a task — scan it for readability, performance, and best-practice…
Educational code development skill that teaches programming concepts while building applications. Use when the user wants to learn how code works, understand programming concepts,…
Check whether global code intelligence tools are installed and configured consistently.
Dual-perspective code investigation. Claude explores independently, then Codex explores independently (no feeding), finally integrate both conclusions.
Efficient codebase investigation for rapid-go. Use when understanding existing code before modifications, tracing request flows from API to database, finding where functionality…
Analyzes failed sessions with code-level root causes and files scoped GitHub issues.
Codebase'i knowledge graph olarak analiz et. Dependency, call graph, hotspot analizi.
Evaluate code layout quality based on accuracy, consistency, readability, and maintainability rather than aesthetics.
既存のプロジェクトやコードベースを解析して、学習用のMarkdownドキュメントを自動生成する。 以下のトリガーで自動発動: - 「このコードを教えて」「コードを解説して」「勉強したい」 - 「プロジェクトを理解したい」「アーキテクチャを学びたい」 - 「学習用のドキュメントを作って」「コードの説明ドキュメント」 - /code-learner コマンド
소스코드의 기능별 엔트리포인트와 호출 흐름을 .ai/60_codebase/에 색인하고, 도메인·계약·ADR 문서와 교차 참조를 연결합니다. 코드맵, code map, 코드 지도, 코드베이스 색인 시 사용합니다.
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…
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.
Use when you need to understand the codebase structure, find definitions, or trace references without reading entire files.
Systematic framework for resurrecting and modernizing legacy codebases through archaeology, resurrection, and rejuvenation phases.
Systematic framework for resurrecting and modernizing legacy codebases through archaeology, resurrection, and rejuvenation phases.
Drafts a Code of Business Conduct and Ethics satisfying SEC, SOX §406, and exchange listing requirements.
Drafts a U.S. corporate Code of Business Conduct and Ethics with governance controls, enforcement mechanics, and implementation artifacts.
Verhaltenskodizes nach Art. 56 KI-VO und harmonisierte Normen nach Art. 40 KI-VO: Entwicklung Beteiligung Vermutungswirkung gemeinsame Spezifikationen Art. 41.
Otimizador automático de código usando análise evolutiva GEPA para melhorar qualidade, performance e manutenibilidade — from PAGIA Team
Otimizador automático de código usando análise evolutiva GEPA para melhorar qualidade, performance e manutenibilidade — from majiayu000/claude-skill-registry
Enforce code organization principles - "Directory X contains ONLY class type X", DDD naming patterns, PHP best practices, type safety, and SOLID principles.
Use when mapping code paths, entrypoints, and likely hot files before profiling. — from general/general-misc
Internal logic and data flow philosophy (The 5 Laws of Elegant Defense). Understand deeply to ensure code guides data naturally and prevents errors.
代码搬运师技能:优先搬运优秀开源项目,禁止重复造轮子。 Use when: 需要实现新功能、选择技术方案、评估是否自己实现。 Triggers: "实现", "开发", "创建", "构建", "写一个", "做一个"
Guide design decisions using the State > Coupling > Complexity > Code priority framework. Use when evaluating tradeoffs, reviewing design choices, deciding between…
Analyze Claude Code session logs to improve prompt quality, optimize tool usage, and become a better AI-native engineer.
Assess code maintainability through 5 foundational qualities (cohesion, coupling, encapsulation, testability, non-redundancy) with quantifiable scoring rubrics.
Code quality inspection and linting commands for web audio apps. Includes detection of dead code, magic numbers, type safety issues, and naming inconsistencies.
Expert on code quality audit — cyclomatic complexity, SOLID principles, DRY, method/class size, nesting depth, magic numbers, dead code, naming quality, performance smells, and…
Use automatically before and after code changes. Ensures documentation, formatting, type safety, and audit standards.
Proactive code health monitoring and quality gate enforcement. Use when validating code changes, reviewing PRs, or ensuring code meets quality standards before merging.
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
Review all evaluations in the repository against a single code quality standard. Checks ALL evals against ONE standard for periodic quality reviews.
Automated code quality fixes for linting, types, unused variables, and error handling; use when fixing code quality issues in bulk
Use when checking code quality trends, tech debt accumulation, TODO/FIXME growth, test coverage ratios, PR size distribution, or generating a code quality report.
Writing clean, understandable, and self-documenting code that is easy to review and maintain over time.
Improve code quality: duplication, efficiency, clean code, architectural fit, and error handling
To initiate a release by executing the dx release command with appropriate parameters.
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…
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…
코드 분석/탐색 시 토큰을 최소화하면서 정확도를 최대화하는 도구 선택과 검색 전략. ast-grep(sg) 구문 인식 검색, ripgrep, fd, LSP, Glob의 우선순위·조합 가이드. 코드 검색, 심볼 탐색, 리팩토링, 패턴 찾기, "어디서 쓰이는지", "구현체 찾아줘" 등의 요청 시 자동 적용.
⚡ AUTO-INVOKE when user asks: 'audit', 'investigate', 'how does X work', 'find all', 'where is', 'trace', 'understand', 'map the codebase', 'comprehensive'.
⚡ AUTO-INVOKE when user asks: 'audit', 'investigate', 'how does X work', 'find all', 'where is', 'trace', 'understand', 'map the codebase', 'comprehensive'.
Delegates codebase searches to a lightweight agent. Use when searching for existing implementations, classes, or functions without loading search results into context.
Shape code for simplicity, consistency, and robustness. Use this to improve code quality and the ability to mutate and adapt it over time.
Use this agent when you need a final review pass to ensure code changes are as simple and minimal as possible.
TLDR-aware code simplifier that uses AST summaries for context and reads only target files in full. Achieves 80%+ token savings on large codebases.
代码库发现与导航。提供 grep(内容搜索)、glob(文件名匹配)、list(目录列表),与 base_skill 的 read/edit/write 配合使用。
Code Splitting Helper - Auto-activating skill for Frontend Development. Triggers on: code splitting helper, code splitting helper Part of the Frontend Development skill category.
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…
Generate and maintain coding standards documentation from existing codebase patterns. Use when creating STANDARDS.md files, onboarding new developers, or documenting team…
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…
Analyzes code for style and formatting issues including inconsistent formatting, naming conventions, code organization, comment quality, unused code, and magic numbers.
PHP coding standards and WordPress patterns for ActivityPub plugin. Use when writing PHP code, creating classes, implementing WordPress hooks, or structuring plugin files.
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.
Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automated checking and instant feedback.
Internal TDD process skill — invoked by code-feature, code-issue, and code-debt.
代码洁癖级整理 — 清除死代码、冗余注释、未用导入;统一排序与结构; 每次写代码后自动触发。MUST trigger when user says: "整理代码", "tidy code", "clean code", "代码洁癖", "清理代码", "整理一下代码", "清理系统", "清理垃圾", "清理残留", or after any…