Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Coding workflow with planning, implementation, verification, and testing for clean software development.
Execute WASM-based skills mounted to virtual paths. Use this skill when the user requests skill execution such as "Execu...
[Implementation] Start coding & testing an existing plan
Fase 3 - Implementation Protocol. Le Spec.md, solicita arquivos originais, aplica mudancas CIRURGICAS linha por linha, v...
ALWAYS follow this style when writing Python / JavaScript code
> Otomatik kod formatlama ve stil tutarlılığı rehberi.
> Etkili kod inceleme ve kalite kontrol rehberi.
코드 작성 시 심볼 존재 확인, import 검증, 라이브러리 API 검증, 환각 코드 생성 방지를 위해 적용. Use when writing or modifying code to prevent hallucinate...
Implements features and writes production-ready code
Create well-structured subagents for Claude Code with specialized expertise, proper tool configurations, and effective s...
Assess uncommitted code changes for alignment with existing codebase patterns, architecture, and conventions. Use before...
지정된 디렉토리 또는 파일을 분석하여 문제점, 모호한 점, 개선이 필요한 사항을 식별하고 각각을 GitHub 이슈로 등록합니다.
Check if code is readable by non-developers - clear names, plain English comments, no jargon
Standardized code reading and analysis workflow with attention-driven focus. Provides clear objectives, deliverables, co...
Deep code analysis with metrics, patterns, and recommendations. Use for architecture review, tech debt assessment, codeb...
Comprehensive code analysis guidelines for ACE Engine (OpenHarmony ArkUI) development.
Analyze codebase for patterns, issues, and improvements. Enforces analysis standards while incorporating user-specific r...
Static code analysis and complexity metrics
Análise estática de código para identificar code smells, complexidade ciclomática, duplicações, violações de padrões, ac...
Use when annotating code with structured metadata, tags, and markers for AI-assisted development workflows. Covers annot...
Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use whe...
Systematic techniques for reading and understanding unfamiliar legacy code without documentation
Use when asked for an architecture blueprint or explicitly asked to run the code-architect subagent.
Designs implementation blueprints for features using exploration findings and architectural best practices (converted fr...
Application architecture patterns and code organization — clean architecture, hexagonal architecture, feature-based stru...
智能代码架构解读和分析工具。当用户请求分析项目架构、生成架构文档、识别设计模式、分析依赖关系、评估代码质量、或理解复杂项目结构时使用此skill。适用于接手新项目、代码审查、重构规划、技术选型评估等场景。
Review recently written code for best practices, architectural consistency, and correct system integration. Use for revi...
This sop guides the implementation of code tasks using test-driven development principles, following a structured Explor...
Security audit, code quality review, and tech debt assessment for full-stack codebases. Run after major phases, at build...
Audits the entire codebase for bugs, security vulnerabilities, CLAUDE.md violations, dead code, duplicate code, and test...
Perform comprehensive code audits on repositories or directories. Use when asked to audit code, review a codebase, analy...
系统化审计与代码优化 - Code Review / Simplifier / Council / Performance。
Provides code auditing methodology, checklists, and best practices. Use when user asks to "audit code", "find technical...
Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and mainta...
Agente autónomo especializado en auditoría de código (bugs, seguridad, performance).
[Implementation] [AUTO] Start coding & testing an existing plan (trust me bro)
Test skill with example code blocks that should NOT be detected as real references
Generate code explanation cards with syntax highlighting for tutorials and education. Creates title cards and explanatio...
Analyze and map code structure, data flow, and dependencies in legacy codebases. Use for understanding call stacks, depe...
Request approval before modifying files and verify changes are necessary
Generates clear and structured pull request descriptions from code changes. Use when Claude needs to: (1) Create PR desc...
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agent...
Check and lint Rust/TypeScript code using justfile tasks (just check-crate, just clippy-crate). Use after code changes,...
Dead code detection and removal using knip (recommended) or standard tooling. Use when removing unused imports, variable...
After iterating on code with multiple changes, reversals, or simplifications - technical debt accumulates. Use this skil...
Detect and clean redundant code in Python and TypeScript projects. Finds unused imports, dead functions, stale comments,...
Refactor and clean up code following best practices for readability and maintainability
Code cleanup agent that organizes codebase by moving inline CSS to external files, extracting functions to proper locati...
Detects and refactors code duplication using PMD CPD. Use when identifying code clones, addressing DRY violations, or re...
Add JSDoc/docstrings with examples.
Generates meaningful comments and documentation for code to improve maintenance and readability. Use when adding documen...
Add detailed comments explaining WHY code works, its context, edge cases, and performance implications. Use when user me...
Use specific checklists to ensure comprehensive and high-quality code commenting for general code, data declarations, an...
Apply strategic approaches to code commenting including when to comment, optimal comment density, performance considerat...
Write clear, plain-spoken code comments and documentation that lives alongside the code. Use when writing or reviewing c...
Extract comment locations from code files for analysis. Use when cleaning comments, auditing code documentation, or anal...
Detect architectural clusters in the codebase using community detection on the code knowledge graph. Shows module bounda...
Validates type consistency across Rust, TypeScript, PostgreSQL boundaries. Use when reviewing code, debugging type misma...
Automatically find relevant context from knowledge graph and code relationships while coding. Detects when context would...
Guide for code conventions and formatting
Defines project-wide code conventions for magic number elimination, constant usage, performance optimization, and coordi...
Multi-language code coverage analysis, reporting, and quality gate enforcement
協助進行程式碼覆蓋率分析與報告解讀的完整指南。當使用者要求設定程式碼覆蓋率工具、產生覆蓋率報告、解讀覆蓋率數據,或詢問覆蓋率最佳實踐時使用此技能。
Add gcov code coverage instrumentation to C/C++ projects
Detect over-engineering and YAGNI violations. Stricter than /review.
Identifies, categorizes, and articulates code issues with brutal honesty and quantifiable specificity. Use when reviewin...
Systematic debugging with root cause tracing. Use when encountering bugs, test failures, or unexpected behavior - find r...