chuckplayer/claude-agent-pack
5 stars · Last commit 2026-07-31
Specialized Claude Code subagents for enterprise development, with persistent project memory and orchestration rules.
README preview
# Claude Code Agent Pack Twenty specialized Claude Code subagents for enterprise software development teams, an Obsidian vault integration, and persistent knowledge management. ## Why Claude Code works best on large, complex tasks when it can delegate to focused specialists rather than context-switching across domains in a single session. This pack provides twenty agents that Claude Code orchestrates automatically -- routing to the right specialist based on what the task requires, running parallel agents when there are no dependencies, and sequencing reviews after implementation. Without orchestration, a single session planning an architecture change, writing C# services, reviewing them, and writing tests quickly loses coherence. With the pack, each agent is narrow enough to be consistently good at its job, and session context is automatically logged to an Obsidian vault on Stop. ## Agents | Agent | Role | When invoked | |---|---|---| | tech-lead | Decomposes complex tasks and orchestrates specialist agents | Ambiguous or multi-step tasks spanning multiple files or layers | | devils-advocate | Pressure-tests reasoning before implementation begins | New patterns, architectural decisions, irreversible changes | | codex-reviewer | Cross-model second opinion via the OpenAI Codex CLI | After devils-advocate, on architectural or irreversible decisions; requires `codex` CLI installed and authenticated | | api-designer | Designs REST contracts before implementation begins | Creating or significantly modifying API endpoints | | git-engineer | Git lifecycle specialist: branch setup, conventional commits, push, and PR | Before any engineer agent; after merge-reviewer for push/PR | | csharp-engineer | C# and .NET implementation | Writing or modifying .cs files |