claude-stack
01Plugin Claude Code
Unified development workflow: 29 skills, 12 agents, 6 hooks. Replaces GSD + Superpowers + Compound + gstack.
Plugin Claude Code
Unified development workflow: 29 skills, 12 agents, 6 hooks. Replaces GSD + Superpowers + Compound + gstack.
Instructions file
Claude Code instructions for bdarbaz/claude-stack-plugin, covering claude-stack, skill workflow order, rules, shared protocols and agent dispatch.
Agent
Dispatch for system design decisions, major refactoring, technology choices, and architecture evaluation.
Agent
Dispatch for API design, service architecture, authentication, database integration, and backend infrastructure.
Agent
Dispatch for multi-aspect code review before merge, after implementation, or for PR review.
Agent
Dispatch for schema changes, new queries, migration files, and database performance concerns.
Agent
Dispatch for complex bugs requiring systematic investigation: hypothesis-driven debugging with root cause analysis.
Agent
Dispatch for CI/CD pipelines, Docker, Kubernetes, infrastructure as code, monitoring, and deployment strategies.
Agent
Dispatch for React/Next.js/TypeScript frontend work: components, state management, accessibility, performance.
Agent
Dispatch for React Native and Swift/SwiftUI mobile development: cross-platform patterns, native modules, navigation, offline-first.
Agent
Dispatch for profiling, bottleneck analysis, memory leaks, bundle optimization, query tuning, caching, and load testing.
Agent
Dispatch for test matrix creation, edge case discovery, coverage analysis, and QA planning.
Agent
Dispatch for security audit: auth changes, payment code, external API integration, user input handling.
Agent
Dispatch for TDD coaching: guides through RED/GREEN/REFACTOR cycle step by step.
Hook
Runs when a session starts, running an inline shell check. From bdarbaz/claude-stack-plugin.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, running an inline shell check. From bdarbaz/claude-stack-plugin.
Hook
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From bdarbaz/claude-stack-plugin.
Hook
Runs before the context is compacted, running an inline shell check. From bdarbaz/claude-stack-plugin.
Hook
Runs when the agent sends a notification, running an inline shell check. From bdarbaz/claude-stack-plugin.
Hook
Runs when the agent finishes a response, running an inline shell check. From bdarbaz/claude-stack-plugin.
Skill Claude CodeCodex
Autonomous workflow loop - runs the full skill chain automatically with circuit breaker and stuck detection.
Skill Claude CodeCodex
Freeform router - accepts natural language and routes to the appropriate skill(s).
Skill Claude CodeCodex
Show all available skills, agents, and workflow guides - quick reference card for claude-stack.
Skill Claude CodeCodex
Generate structured codebase documentation - file tree, dependency graph, module responsibilities, entry points.