Tools
Development tools, utilities, and productivity aids
17720 skills in this category
Subcategories
ci-pipeline-setup
Set up CI/CD pipelines with GitHub Actions. Use when creating new projects, adding automation, or when manual verification becomes bottleneck. Covers lint, test, build, deploy automation.
emergency-release-workflow
Emergency release workflow for critical bug fixes and security patches. Use when production issues require fast-track deployment.
implementer-agent-skill
Complete TDD workflow for implementing business logic (use cases) and API endpoints that make tests pass. Covers Zod safeParse validation, async/await patterns, Next.js API routes, service orchestration, and Clean Architecture compliance.
dev-tools
Run CLI dev tools for game development (world inspection, benchmarks, assets, simulation). Use when user wants to 'check performance', 'inspect world', 'validate assets', 'stress test', or asks about new CLI features.
bmad-autopilot-skill
Autonomous BMAD development orchestration
workflows-work
This skill should be used when executing work plans, specifications, or todo files systematically while maintaining quality and shipping complete features.
github-actions-setup
Automatically configure GitHub Actions CI/CD workflows for any repository using global templates.
agent-sdk-definitions
Programmatic agent definitions for the Claude Agent SDK in TypeScript and Python. Use when creating agents for SDK-based applications rather than filesystem-based Claude Code.
claude-commands
Guide for creating custom slash commands for Claude Code. Use this skill when you need to extend Claude Code's capabilities with custom workflows, plugin commands, or reusable prompts defined in Markdown.
improve
Soul self-improvement loop. Use after introspection reveals targets, or to act on evolution insights.
chunking-strategies
Document chunking implementations and benchmarking tools for RAG pipelines including fixed-size, semantic, recursive, and sentence-based strategies. Use when implementing document processing, optimizing chunk sizes, comparing chunking approaches, benchmarking retrieval performance, or when user mentions chunking, text splitting, document segmentation, RAG optimization, or chunk evaluation.
docs-seeker
Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy
code-of-conduct-generator
Generate CODE_OF_CONDUCT.md files based on Contributor Covenant. Triggers on "create code of conduct", "generate code_of_conduct.md", "community guidelines", "contributor covenant".
screenshot
Visual verification workflow for UI changes to accelerate code review and catch ...
code-analysis-toolkit
Provides tool selection guidance for code analysis using rg, ast-grep, jq, Glob, Read, and Sequential Thinking. Use when analyzing .ts, .js, .py, or other source files and need to choose the right search/analysis tool, combine multiple tools for complex workflows, or handle edge cases in code refactoring. Mention 'which tool', 'search vs grep', 'ast-grep vs ripgrep', or 'combine tools' to trigger. Primary consumers are code analysis agents.
opencode
OpenCode CLI - open source AI coding agent with TUI, IDE integration, LSP support, and MCP servers.
goal-traceability-validator
验证GOAL的source_vs追溯链完整性,确保每个GOAL都能追溯到原始VS。当GOAL创建完成后使用。
git-release
Create consistent releases with changelogs and version bumping
documentation-writer
This skill should be used when an agent is assigned to write a section of technical documentation. Provides guidance on breaking down large tasks, using doc-coauthoring workflow, and coordinating with VibeKanban task management. Use when task description mentions "write section", "document this component", or "expand documentation".
add-keyboard-nav
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.