Claude Skill
diet103/claude-code-infrastructure-showcase
探索Claude Code基础设施的实用示例,包含技能自动激活、钩子和代理实现。学习自动化模式和配置模板。
概览
仓库信息
安装这个 Skill
git clone https://github.com/diet103/claude-code-infrastructure-showcase.gitRegistry 信息
项目简介
一个展示Claude Code基础设施实现的仓库,包含技能自动激活、钩子和代理功能。
Examples of my Claude Code infrastructure with skill auto-activation, hooks, and agents
要点
- 技能自动激活系统
- 钩子实现示例
- 代理功能演示
- 基础设施配置模板
- 基于Shell的自动化示例
使用场景
- 设置Claude Code开发环境
- 学习基础设施自动化模式
- 实现技能管理系统
- 创建自定义工作流钩子
- 构建基于代理的自动化
README 摘要
# 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
话题
暂无话题