🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 162 |
| ⭐ GitHub Stars | 20(fork 1) |
| 🗓️ 最近推送 | 2026-06-17 |
| 🌱 项目创建 | 2025-09-30 |
| 💻 语言 / License | Python · 未标注 |
| 🐛 开放Issue | 0 |
📝 工具简介
Claude Code配置,包含专业AI agents、自定义skills、带Epic/Task拆分的自动化GitHub工作流,以及面向复杂软件开发的多agent编排模式。
📖 怎么用
这个仓库是 Claude Code 的配置合集,有 83+ 个 agent 和自定义 skills。核心用法是通过斜杠命令驱动整个开发流程:输入 `/issue "Add payment processing"` 创建 Epic 和子任务,自动带验收标准和依赖关系;然后 `/task #101` 让 agents 实现、测试、验证;最后 `/pr` 生成 PR 链接。走 BDD 流程的话,先 `/user-story` 定义 persona 和 Gherkin 场景,再 `/issue "Implement user authentication"` 创建带 BDD 规范的 issue,接着 `/task` 拆解执行,最后 `/pr` 提交。README 未说明安装步骤。
📋 迷你测评
一个Claude Code配置,带专业agents、自定义skills和自动化GitHub工作流。亮点是内置Epic/Task拆分和多agent编排,适合复杂软件项目,但配置复杂度可能较高。
📄 README 要点
这是一个个人定制的Claude Code配置库,里面塞了83个以上专业AI智能体,横跨Haiku、Sonnet、Opus三个模型档次,还有10个自定义技能和13个斜杠命令。技能覆盖财务分析、WebGL开发、Claude Code定制这些专门领域,斜杠命令则管GitHub工作流、架构设计、需求分析、研究、内容生成等。另外还支持多智能体协作模式,提供了三种开发方法论:个人用的问题驱动开发、行为驱动开发,以及团队规模的史诗驱动开发。适合重度使用Claude Code、想把它调教成全能开发助手的玩家。
查看英文原文
Claude Code Configuration Personal Claude Code configuration directory featuring 83+ specialized AI agents, custom skills, slash commands, GitHub workflow automation, and multi agent orchestration patterns. Table of Contents Overview Development Methodologies Individual: Issue Driven Development Behavioral: Behavior Driven Development (BDD) Scaled: Epic Driven Development (Agent Teams) Features Specialized AI Agents Custom Skills Slash Commands Multi Agent Orchestration Directory Structure Quick Start Configuration Resources Overview This repository extends Claude Code with: 83+ Specialized AI Agents across Haiku/Sonnet/Opus model tiers for domain specific expertise 10 Custom Skills for specialized tasks (financial analysis, WebGL development, Claude Code customization) 13 Slash Commands for GitHub workflows, architecture, requirements, research, and content generation 3 Development Methodologies — Issue Driven, BDD, and Epic Driven (Agent Teams) Multi Agent Orchestration patterns for complex development workflows Session Persistence across projects and shell environments Development Methodologies This configuration supports three progressive development approaches, each building on the previous. 1. Individual: Issue Driven Development Flow: /issue /task The most direct approach. Define features as structured GitHub issues with acceptance criteria, then execute with agent orchestration. [安装/使用命令见下方] [安装/使用命令见下方] Best for: Technical features where requirements are clear and you want fast decomposition to implementation. 2. Behavioral: Behavior Driven Development (BDD) Flow: /user story /issue /task Starts from user behavior, formalizes it in Gherkin syntax, then decomposes and implements. [安装/使用命令见下方] [安装/使用命令见下方] Best for: User facing features where behavior must be formalized before implementation, or when working with non technical stakeholders. Full BDD Workflow (Detailed) [安装/使用命令见下方] Workflow Phases: 1. User Story Phase ( /user story ) — BDD specification with
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除