Find the perfect skill
Dead Code Detector
Development
Identify unused code, imports, variables, and functions for safe removal.
Forked Subagent
Development
Dispatch a sub-agent as a real OS subprocess with cwd scoped to a target directory (optionally a git worktree) for filesystem isolation. Use for implementation work with file-write risk.
Claude Code Skill Creator
Development
Create new Claude Code skills with proper structure, YAML frontmatter, and best practices. Includes templates and validation guidance.
Iterative Web Development Workflow
Development
Manage long-running AI agent development projects with incremental progress, scoped features, and E2E verification.
REST API
Development
Build production-ready REST APIs with contract-first design, secure auth, robust testing, and deployment runbooks.
Create Pull Request with Standard Format
Development
Guide for creating pull requests with a standardized format, including summary, test plan, and changes list.
Local CI Reproduction
Development
Run locally the equivalent checks of a CI pipeline (cargo check, npm build, UI tests).
Do Workflow: End-to-End Tasks
Development
Automates a task end-to-end: research, implement, branch, pass CI, open PR, and ship. Only invoked via explicit /do command; runs mostly autonomous with optional review pause.
Node.js Compat Test Workflow
Development
Run Node.js compatibility tests, diagnose failures, and fix or ignore them.
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents for exploration, architecture design, and quality review. Use for multi-file features and ambiguous requirements.