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).
Node.js Compat Test Workflow
Development
Run Node.js compatibility tests, diagnose failures, and fix or ignore them.
Review Deep - Parallel Multi-Agent Code Review
Development
Deep code review using 4 parallel specialized agents for comprehensive analysis of quality, security, and testing.
Convex Full-Stack Development
Development
Guidelines for full-stack development with React, Vite, TypeScript, and Convex. Covers mutations, authentication, design systems, and documentation best practices.
OpenEvidence Webhooks & Events
Development
Configure OpenEvidence webhooks for async DeepConsult completion and events. Trigger with phrases like 'openevidence webhook'.
Systematic Debugging
Development
Systematic debugging process with four phases: investigate, analyze, hypothesize, implement. No fixes without root cause.