- Home
- /
- Categories
- /
- Debugging
Debugging
Find and fix bugs, error analysis
team
by Yeachan-Heo
N coordinated agents on shared task list using Claude Code native teams
learner
by Yeachan-Heo
Extract a learned skill from the current conversation
trace
by Yeachan-Heo
Show agent flow trace timeline and summary
analyze
by Yeachan-Heo
Deep analysis and investigation
build-fix
by Yeachan-Heo
Fix build and TypeScript errors with minimal changes
code-review
by Yeachan-Heo
Run a comprehensive code review
ultraqa
by Yeachan-Heo
QA cycling workflow - test, verify, fix, repeat until goal met
autopilot
by Yeachan-Heo
Full autonomous execution from idea to working code
skill
by Yeachan-Heo
Manage local skills - list, add, remove, search, edit, setup wizard
learning-opportunities
by 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
by 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
by 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
by gfx-rs
Run CTS test suites and investigate failures
write-tests
by elie222
Write focused unit tests for backend and utility logic
ui-components
by elie222
UI component and styling guidelines using Shadcn UI, Radix UI, and Tailwind
1k-coding-patterns
by OneKeyHQ
Coding patterns and best practices — React components, promise handling, and TypeScript conventions.
ccs-delegation
by 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
by 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
by tursodatabase
General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account
debugging
by tursodatabase
How to debug tursodb using Bytecode comparison, logging, ThreadSanitizer, deterministic simulation, and corruption analysis tools
next-best-practices
by 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
by 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
by 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
by 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.