Comprehensive code review workflow - parallel specialized reviews β synthesis
Code refactoring workflow - analyze β plan β implement β review β validate
Research-to-implement pipeline chaining 5 MCP tools with graceful degradation
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing...
Release preparation workflow - security audit β E2E tests β review β changelog β docs
Migration workflow - research β analyze β plan β implement β review
Implement technical plans from thoughts/shared/plans with verification
Planning agent that creates implementation plans and handoffs from conversation context
Test-driven development workflow with philosophy guide - plan β write tests β implement β validate
Document codebase as-is with thoughts directory for historical context
External research workflow for docs, web, APIs - NOT codebase exploration
Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any...
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate...
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual...
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix...
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures,...