调试
定位并修复问题,分析错误
team
Yeachan-Heo
N coordinated agents on shared task list using Claude Code native teams
learner
Yeachan-Heo
Extract a learned skill from the current conversation
trace
Yeachan-Heo
Show agent flow trace timeline and summary
analyze
Yeachan-Heo
Deep analysis and investigation
build-fix
Yeachan-Heo
Fix build and TypeScript errors with minimal changes
code-review
Yeachan-Heo
Run a comprehensive code review
ultraqa
Yeachan-Heo
QA cycling workflow - test, verify, fix, repeat until goal met
autopilot
Yeachan-Heo
Full autonomous execution from idea to working code
skill
Yeachan-Heo
Manage local skills - list, add, remove, search, edit, setup wizard
learning-opportunities
DrCatHicks
Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes, refactors). Use when completing features, making design decisions, or when user asks to understand code better. Supports the user's stated goal of understanding design choices as learning opportunities.
diagnostics-development
biomejs
Guide for creating high-quality, user-friendly diagnostics in Biome. Use when implementing error messages, warnings, and code frame displays. Examples:<example>User needs to create a diagnostic for a lint rule</example><example>User wants to add helpful advice to error messages</example><example>User is improving diagnostic quality</example>
parser-development
biomejs
Guide for implementing parsers with error recovery for new languages in Biome. Use when creating parsers for JavaScript, CSS, JSON, HTML, GraphQL, or adding new language support. Examples:<example>User needs to add parsing support for a new language</example><example>User wants to implement error recovery in parser</example><example>User is writing grammar definitions in .ungram format</example>
cts-triage
gfx-rs
Run CTS test suites and investigate failures
write-tests
elie222
Write focused unit tests for backend and utility logic
ui-components
elie222
UI component and styling guidelines using Shadcn UI, Radix UI, and Tailwind
1k-coding-patterns
OneKeyHQ
Coding patterns and best practices — React components, promise handling, and TypeScript conventions.
ccs-delegation
kaitranntt
Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via ccs {profile} -p "task" or ccs {profile}:continue, and reports results. Triggers on "use ccs [task]" patterns, typo/test/refactor keywords. Excludes complex architecture, security-critical code, performance optimization, breaking changes.
devtu-github
mims-harvard
GitHub workflow for ToolUniverse - push code safely by moving temp files, activating pre-commit hooks, running tests, and cleaning staged files. Use when pushing to GitHub, fixing CI failures, or cleaning up before commits.
code-quality
tursodatabase
General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account
debugging
tursodatabase
How to debug tursodb using Bytecode comparison, logging, ThreadSanitizer, deterministic simulation, and corruption analysis tools
next-best-practices
inkeep
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
planning-under-uncertainty
RefoundAI
Help users plan products and strategy when outcomes are unpredictable. Use when someone is dealing with ambiguous timelines, building in fast-moving markets, planning AI/ML projects, or asking how to make commitments when they don't know what will happen.
engineering-culture
RefoundAI
Help users build strong engineering culture. Use when someone is improving developer experience, fostering technical excellence, designing engineering practices, or scaling an engineering organization.
behavioral-product-design
RefoundAI
Help users apply behavioral science to product design. Use when someone is designing for habit formation, reducing friction, applying psychology to UX, increasing retention through behavioral principles, or using nudges to influence user behavior.