Git, GitHub, Jira, Slack, Terraform, 1Password, Pops, and Inbox workflow patterns
npx claudepluginhub andercore-labs/claudes-kitchen --plugin workflowsManages Databricks CLI commands with intelligent parsing and safety validation. Use when managing clusters, jobs, workspace, Unity Catalog, SQL, or any Databricks resource via CLI.
Manages GitHub operations including branching, commits, PRs, merging, PR review comments, and security gates. Use when working with git, creating branches, making commits, pushing code, creating pull requests, addressing PR review comments, or merging PRs (ONLY when user explicitly requests).
Manages personal inbox/notes with priorities, urgency levels, and status tracking. Use when user asks about notes, tasks, inbox, what to check, or when managing prioritized items.
Manages Jira operations using REST API with environment credentials. Use when working with Jira tickets, creating issues, updating status, or querying JQL.
Manages 1Password operations using op CLI including authentication, password retrieval, item creation, vault management, and secure credential access. Use when working with passwords, secrets, credentials, API keys, or when user mentions 1Password, op CLI, vaults, or secure storage.
Manages pops CLI for engineering operations including PBC compliance, catalog management, component manifests, ACS schemas, templates, teams, architecture visualization, and environment checks. Use when working with PBCs, components, engineering catalogs, architecture diagrams, ACS schemas, code templates, team information, or when user mentions pops, compliance, catalog, or diagrams.
Manages Slack operations including sending messages, reading channels, searching conversations, personal assistant with AI analysis, and message inbox. Use when working with Slack, sending messages, reading channels, searching for users or messages, checking inbox ("what slack messages do I have?"), or managing Slack communication.
Manages Terraform plan and apply operations with mandatory planning, plan storage, and safe execution. Use when working with Terraform, infrastructure as code, or when user mentions terraform plan/apply.
Manages git worktrees for parallel branch development. Use when working on multiple branches simultaneously, reviewing PRs locally, or isolating work contexts.
Where developer chefs cook production-ready code with Claude
Claude's Kitchen is a collection of battle-tested recipes, techniques, and tools that Claude uses to cook secure, tested, production-ready code.
Recipes (skills/): Battle-tested patterns and standards Claude follows to cook your code
Agents (agents/): AI agents that validate code and enforce standards
→ New here? Start with the QUICKSTART.md guide! 🍋
Run the setup script to install Claude Code, marketplace, all plugins, and security hooks:
./setup-cooking-environment.sh
What it installs:
Supported platforms: macOS, Linux
# In Claude Code, add the marketplace
claude plugin marketplace add andercore/claudes-kitchen
Or add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"claudes-kitchen": {
"source": {
"source": "github",
"repo": "andercore/claudes-kitchen"
}
}
}
}
Install plugins from .claude-plugin/marketplace.json:
# Install each plugin listed in marketplace.json
claude plugin install <plugin-name>@claudes-kitchen
# Restart Claude Code to load recipes
Available plugins: See .claude-plugin/marketplace.json for current list
When recipes are updated:
claude plugin marketplace update claudes-kitchen
And if new recipe plugins are added:
claude plugin install <new-recipe-plugin>@claudes-kitchen
Problem: Claude Code clones marketplace via HTTPS, causing update/sync failures.
Symptoms:
Fix: Convert Claude Code's marketplace clone to SSH:
# Find marketplace location
ls ~/.claude/marketplaces/ # or ~/Library/Application Support/Claude/marketplaces/
# Navigate to the marketplace directory
cd ~/.claude/marketplaces/claudes-kitchen
# OR (depending on Claude Code version)
cd ~/Library/Application\ Support/Claude/marketplaces/claudes-kitchen
# Convert HTTPS → SSH
git remote set-url origin git@github.com:andercore/claudes-kitchen.git
# Verify
git remote -v # Should show: git@github.com:andercore/claudes-kitchen.git
# Test pull
git pull origin main
After fixing: Restart Claude Code and run /plugin marketplace update claudes-kitchen
When you ask Claude to cook code, Claude follows recipes from this kitchen. Each recipe captures years of team experience, security standards, and best practices - so Claude cooks it right the first time.
Agents automate code validation and can auto-fix violations, ensuring consistent quality across your codebase.
When you cook something great, add it to the kitchen! See CONTRIBUTING.md for details.
MIT
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 48 agents, 184 skills, 79 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use