claude-stack
01Plugin Claude Code
Plugin marketplace listing 4 plugins: cstack-core, cstack-collab, cstack-guardrails, cstack-frugal.
Plugin Claude Code
Plugin marketplace listing 4 plugins: cstack-core, cstack-collab, cstack-guardrails, cstack-frugal.
Hook
Runs before the agent uses a tool for Bash tool calls, executing deny-merge.sh and deny-parent-mutations.sh via bash (2 commands). From johardi/claude-stack.
Hook
Runs after a tool call finishes for Agent tool calls, executing record-worker.py via python3. From johardi/claude-stack.
Hook
Runs when a session starts, executing session-start-summary.sh via bash. From johardi/claude-stack.
Skill Claude CodeCodex
Help the user turn a feature description into a structured GitHub parent issue with linked sub-tickets, when the feature is too large for a single PR. Use when the user is describing a new feature, refactor, or initiative and the conversation surfaces signals that it should be broken down (touches multiple modules…
Skill Claude CodeCodex
Run inside a Claude agent worktree to yield the branch back to the human. Commits, stashes, or discards any dirty state, optionally pushes the branch to origin, records a handoff event in state.json (when an orchestration is active), and prints next-step instructions so the human can /cstack-collab:reclaim and check…
Skill Claude CodeCodex
List all Claude agent worktrees in the current repo with branch, lock state (live agent / stale lock / unlocked), dirty/clean status, and unpushed commits. Use when the user types /cstack-collab:list-worktrees, or asks "what agent worktrees are open", "show me the stuck branches", "which agents are still running"…
Skill Claude CodeCodex
Orchestrate a parent GitHub issue that has been broken into dependent sub-tickets, by spawning per-ticket workers in isolated git worktrees so each sub-ticket lands as its own PR. Use when the user wants to coordinate multiple related issues into separate PRs (e.g., "orchestrate.
Skill Claude CodeCodex
Run from the primary repo to take back a branch held by a Claude agent worktree (rescue mode). Locates the worktree by branch name or agent id, preserves any dirty state to a recovery ref, releases the lock, removes the worktree, and optionally checks out the branch. Use when the user types /cstack-collab:reclaim , or…
MCP server Claude CodeCodexCursor
MCP server "serena" as configured in johardi/claude-stack. Runs locally from the git+https://github.com/oraios/serena Python package.
MCP server Claude CodeCodexCursor
ModelContextProtocol server for Ref. Runs locally from the ref-tools-mcp npm package.
Skill Claude CodeCodex
Provides a structured 8-phase workflow for resolving GitHub issues in Claude Code. Covers fetching issue details, analyzing requirements, implementing solutions, verifying correctness, performing code review, committing changes, and creating pull requests. Use when user asks to resolve, implement, work on, fix, or…
Skill Claude CodeCodex
Install the cstack-core statusline for the user. Use this skill when the user invokes /install-cstack-statusline or explicitly asks to install or enable the cstack-core statusline.
Skill Claude CodeCodex
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.