83,201 skills sorted by stars.
[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...
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...
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...
Add JSDoc/docstrings with examples.
Generates meaningful comments and documentation for code to improve maintenance and readability. Use when adding documen...
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...
Detect architectural clusters in the codebase using community detection on the code knowledge graph. Shows module bounda...
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
協助進行程式碼覆蓋率分析與報告解讀的完整指南。當使用者要求設定程式碼覆蓋率工具、產生覆蓋率報告、解讀覆蓋率數據,或詢問覆蓋率最佳實踐時使用此技能。
Systematic debugging with root cause tracing. Use when encountering bugs, test failures, or unexpected behavior - find r...
Prevent semantic code duplication with capability index and check-before-write
Helpers to discover, rank, and invoke repository symbols from natural language with minimal context.
Apply Google Style documentation standards to Python, Go, and Terraform code. Use when writing or reviewing code that ne...
Writing effective code documentation - API docs, README files, inline comments, and technical guides. Use for documentin...
TSDoc standards for TypeScript/JavaScript code. Automatically invoked when writing, reviewing, or editing any TSDoc comm...
Healthcare AI SaaS
Code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-ste...
You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and s...
You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate AP...
Эксперт по документации кода. Используй для JSDoc, docstrings, комментариев и автогенерации документации.
Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger spec...
Expert documentation generator for coding projects. Analyzes codebases to create thorough, comprehensive documentation f...
Detect clones and extract abstractions.