diet103/claude-code-infrastructure-showcase
9,981 stars · Last commit 2026-07-13
Examples of my Claude Code infrastructure with skill auto-activation, hooks, and agents
README preview
# Claude Code Infrastructure Showcase **A curated reference library of production-tested Claude Code infrastructure.** Born from 6 months of real-world use managing a complex TypeScript microservices project, this showcase provides the patterns and systems that solved the "skills don't activate automatically" problem and scaled Claude Code for enterprise development. > **This is NOT a working application** - it's a reference library. Copy what you need into your own projects. **New to Claude Code infrastructure? Three terms cover 90% of this README:** - **Skill** - a markdown guide (patterns, conventions, examples) that Claude loads when relevant - **Hook** - a script Claude Code runs automatically at key moments (every prompt, before/after edits) - **skill-rules.json** - the config that tells hooks which prompts/files should trigger which skills Full explanations in [Key Concepts](#key-concepts). --- ## What's Inside **Production-tested infrastructure for:**