Browse Skills
11972 skills across 8 categories
๐
2026/08/15
Chinese Commit Conventions
Chinese Commit Conventions adapts Conventional Commits for Chinese teams with type tables, commit message templates, breaking change rules, issue linking, and changelog generation configs. Use it to set up commitlint, husky, and commitizen for Chinese-language commit workflows.
Quality
7.7K729
๐
2026/08/15
Chinese Documentation
Chinese Documentation provides a style guide for Chinese technical documentation, covering spacing, punctuation, terminology, and bilingual API doc formats. Use it when a user explicitly invokes /chinese-documentation to improve the readability and consistency of Chinese technical writing.
Writing
7.7K729
๐ง
2026/08/15
Chinese Git Workflow
Chinese Git Workflow documents configuration differences for Gitee, Coding.net, Jihu GitLab, and CNB, covering SSH/HTTPS credentials, remote mirror sync, and CI/CD integration. Use it when setting up or standardizing Git workflows for teams in China.
DevOps
7.7K729
๐ค
2026/08/15
Dispatching Parallel Agents
Dispatching Parallel Agents delegates independent debugging tasks to parallel subagents with isolated contexts, so each can work on a separate problem without interference. Use it when multiple unrelated test failures or subsystem issues can be investigated concurrently.
AI Engineering
7.7K729
๐
2026/08/15
Executing Plans
Executing Plans loads a written implementation plan, critically reviews it, executes all tasks with verification and commits, and reports completion. Use when you have a plan with review checkpoints and need to execute it in a separate session.
AI Engineering
7.7K729
๐ฟ
2026/08/15
Finishing a Development Branch
Finishing a Development Branch walks an agent through verifying tests, detecting the repository environment, presenting integration options (merge, PR, or keep), executing the chosen action, and cleaning up worktrees where appropriate. Use it when implementation is complete and a branch needs to be integrated.
DevOps
7.7K729
๐ ๏ธ
2026/08/15
MCP Builder
MCP Builder provides a methodology for designing, implementing, testing, and deploying Model Context Protocol servers so AI assistants can connect external tools, resources, and prompts.
AI Engineering
7.7K729
๐
2026/08/15
Receiving Code Review
Receiving Code Review provides a disciplined process for evaluating code review feedback before acting, verifying suggestions against the codebase, asking clarifying questions when items are unclear, and pushing back with technical reasons when appropriate.
Quality
7.7K729
๐
2026/08/15
Requesting Code Review
Requesting Code Review dispatches a code review subagent to find issues before they spread. Use it after completing tasks, implementing features, or before merging to validate work against requirements.
Quality
7.7K729
๐ค
2026/08/15
Subagent-Driven Development
Subagent-Driven Development executes an implementation plan by dispatching a fresh subagent for each task, reviewing each task for spec compliance and code quality, and ending with a broad branch-wide review. Use it when executing a plan of largely independent tasks in the current session.
AI Engineering
7.7K729
๐
2026/08/15
Systematic Debugging
Systematic Debugging guides a rigorous four-phase process to find root causes before attempting fixes. Use it for test failures, production bugs, performance issues, or any unexpected behavior.
Quality
7.7K729
๐งช
2026/08/15
Test-Driven Development
Test-Driven Development enforces a test-first workflow: write a failing test, see it fail, then write the minimum code to pass before refactoring. Use it for new features, bug fixes, refactors, and behavior changes; no production code without a failing test.
Quality
7.7K729