Production Claude Code — Development skill for Claude Code
Claude Code in Production — CLAUDE.md templates, hooks, MCP server code, and context management patterns.
How to install Production Claude Code
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ogu83/production-claude-code and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Production Claude Code does
Claude Code in Production — CLAUDE.md templates, hooks, MCP server code, and context management patterns.
Alternatives in Development
- Asana — Project Management Asana integration via MCP 14k ★
- Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
- Claude Hooks Mastery — 3,300+ Complete mastery guide for Claude Code hooks with production-ready scripts 3.4k ★
README
Claude Code in Production
**Claude Code in Production** — A YouTube series covering the configuration layer that separates someone who *uses* Claude Code from someone who *runs it in production*.
This repo contains the working files for each episode: CLAUDE.md templates, hook scripts, settings examples, and MCP server code. Not toy demos — take these files and use them directly.
Episodes
| Episode | Topic | Branch | Status |
|---|---|---|---|
| 1 | CLAUDE.md Architecture | ep1-claude-md-architecture |
✅ Published |
| 2 | Hooks: Turning Text Rules into Enforced Behavior | ep2-hooks |
✅ Published |
| 3 | MCP Servers: Build One, Wire It In, Make It Reliable | ep3-mcp-server |
✅ Published |
| 4 | Context Management: Token Budgets, Compaction, Sessions That Don't Forget | ep4-context-management |
✅ Published |
Episode 1 — CLAUDE.md Architecture
**Branch:** `ep1-claude-md-architecture`
"Most CLAUDE.md files are a list of wishes. 'Always do X. Never do Y.' And then Claude does X when it feels like it. Here is why — and how to write CLAUDE.md files that actually work."
| Deliverable | What it is |
|---|---|
templates/project.CLAUDE.md |
Fill-in-the-blank template for any code project |
templates/global.CLAUDE.md |
Template for ~/.claude/CLAUDE.md — cross-project defaults |
examples/vault-project/CLAUDE.md |
Concrete example: Obsidian-style knowledge vault |
examples/vault-project/daily-notes/CLAUDE.md |
Sub-directory layer example: daily notes context |
examples/api-project/CLAUDE.md |
Concrete example: FastAPI backend service |
examples/api-project/app/CLAUDE.md |
Sub-directory layer example: API application layer context |
validate_claude_md.py |
Token budget analyser — shows the cost of your CLAUDE.md per session |
[→ Episode 1 README](ep1-claude-md-architecture/README.md)
Related Skills
Claude Hangar
Production-grade configuration management for Claude Code. Hooks, agents, skills, multi-project orchestration.
Artifact Lifecycle
Unified lifecycle management for all framework artifacts (skills, agents, hooks, workflows, templates, schemas
Frontloom React
Use this skill for React and Next.js frontend tasks. Enforces idiomatic React patterns including hooks, compon
Claude Managed Agents Skill
Claude Code skill for building with the Claude Managed Agents API — event loops, production patterns, MCP auth
Claude Modular
Production-ready modular Claude Code framework with 30+ commands, token optimization, and MCP server integrati
Revula
A fully functional and production-grade reverse engineering MCP Server
Related Agents
Continuous Claude V2
Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without conte
AI SDK Expert
Expert in Vercel AI SDK v5 handling streaming, model integration, tool calling, hooks, state management, edge
Research Hooks MCP
Researches Claude Code hooks and MCP server configuration from official Anthropic documentation. Shared by /sm