Claude Skill
diet103/claude-code-infrastructure-showcase
Explore practical examples of Claude Code infrastructure with skill auto-activation, hooks, and agent implementations. Learn automation patterns and configuration templates.
Overview
Repository
Install this Skill
git clone https://github.com/diet103/claude-code-infrastructure-showcase.gitRegistry
Summary
A showcase repository demonstrating Claude Code infrastructure implementations, featuring skill auto-activation, hooks, and agent functionality.
我的Claude Skill基础设施示例,包含技能自动激活、钩子和代理功能
Key features
- Skill auto-activation system
- Hook implementation examples
- Agent functionality demonstrations
- Infrastructure configuration templates
- Shell-based automation examples
Use cases
- Setting up Claude Code development environments
- Learning infrastructure automation patterns
- Implementing skill management systems
- Creating custom workflow hooks
- Building agent-based automation
README excerpt
# 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. --- ## What's Inside **Production-tested infrastructure for:** - ✅ **Auto-activating skills** via hooks - ✅ **Modular skill pattern** (500-line rule with progressive disclosure) - ✅ **Specialized agents** for complex tasks - ✅ **Dev docs system** that survives context resets - ✅ **Comprehensive examples** using generic blog domain **Time investment to build:** 6 months of iteration **Time to integrate into your project:** 15-30 minutes --- ## Quick Start - Pick Your Path ### 🤖 Using Claude Code to Integrate? **Claude:** Read [`CLAUDE_INTEGRATION_GUIDE.md`](CLAUDE_INTEGRATION_GUIDE.md) for step-by-step integration instructions tailored for AI-assisted setup. ### 🎯 I want skill auto-activation **The breakthrough feature:** Skills that actually activate when you need them. **What you need:** 1. The skill-activation hooks (2 files) 2. A skill or two relevant to your work 3. 15 minutes **👉 [Setup Guide: .claude/hooks/README.md](.claude/hooks/README.md)** ### 📚 I want to add ONE skill Browse the [skills catalog](.claude/skills/) and copy what you need. **Available:** - **backend-dev-guidelines** - Node.js/Express/TypeScript patterns - **frontend-dev-guidelines** - React/TypeScript/MUI v7 patterns - **skill-developer** - Meta-skill for creating skills - **route-tester** - Test authentica
Topics
No topics yet.