Sagargupta16/claude-code-recipes

5 stars · Last commit 2026-05-22

50+ copy-paste recipes for Claude Code - commands, subagents, hooks, skills, MCP integration, and workflow patterns

README preview

# Claude Code Recipes

> **50+ copy-paste recipes** for Claude Code - commands, subagents, hooks, skills, and MCP configs that work out of the box.

Stop configuring from scratch. Drop these recipes into your `.claude/` folder and start building.

---

## How to Use

1. Browse the recipe catalog below
2. Copy the file you need
3. Paste it into your project's `.claude/` directory:
   - Commands go in `.claude/commands/`
   - Subagents go in `.claude/agents/`
   - Skills go in `.claude/skills/`
   - Hooks go in `.claude/settings.json`
   - MCP configs go in `.mcp.json`
4. Use it immediately - every recipe works out of the box

View full repository on GitHub →