simplifier
25Agent
Per-task code simplification — reviews for reuse, quality, and efficiency, applies fixes with test safety.
Agent
Per-task code simplification — reviews for reuse, quality, and efficiency, applies fixes with test safety.
Agent
Manages Agent Team lifecycle — spawn, monitor, collect results, cleanup for parallel execution.
Hook
Runs when the agent finishes a response, executing stop-hook.sh, notify.sh and webhook-forward.sh (3 commands). From OrodruinLabs/nazgul.
Hook
Runs before the context is compacted, executing pre-compact.sh. From OrodruinLabs/nazgul.
Hook
Runs after the context is compacted, executing post-compact.sh and webhook-forward.sh (2 commands). From OrodruinLabs/nazgul.
Hook
Runs before the agent uses a tool for Bash, Write, Edit, MultiEdit and Agent tool calls, executing pre-tool-guard.sh, local-mode-tracking-guard.sh, task-state-guard.sh, lean-comments-guard.sh, parallel-rework-guard.sh, parallel-dispatch-guard.sh and in-flight-marker.sh (7 commands). From OrodruinLabs/nazgul.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing formatter.sh. From OrodruinLabs/nazgul.
Hook
Runs when a session starts on startup and compact, executing session-context.sh (2 commands). From OrodruinLabs/nazgul.
Hook
Runs when a session ends, executing session-staging.sh. From OrodruinLabs/nazgul.
Hook
Runs when a task is marked completed, executing task-completed.sh. From OrodruinLabs/nazgul.
Hook
Runs on the StopFailure event, executing stop-failure.sh. From OrodruinLabs/nazgul.
Hook
Runs when a subagent finishes, executing subagent-stop.sh. From OrodruinLabs/nazgul.
Hook
Runs on the TeammateIdle event, executing teammate-idle-guard.sh. From OrodruinLabs/nazgul.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-guard.sh. From OrodruinLabs/nazgul.
Skill Claude CodeCodex
Connect Nazgul task tracking to an external project board (GitHub Projects, Azure DevOps, etc). Use when user says "connect to github projects", "set up board", "track on github", or "nazgul board".
Skill Claude CodeCodex
Generate a portable, Nazgul-free project bundle (docs + Claude subagents) without installing Nazgul. Runs the full pre-planning pipeline (discovery, doc-generator, reviewer-instantiation, optional designer) and emits output into standard paths (./docs/, ./docs/context/, ./.claude/agents/, ./.claude/).
Skill Claude CodeCodex
Fully remove Nazgul from a project — deletes all runtime state, generated agents, MCP config, permissions, CLAUDE.md injections, and gitignore entries. Use when user says "remove nazgul", "uninstall nazgul", "clean nazgul", or wants to completely undo /nazgul:init.
Skill Claude CodeCodex
Close out an objective whose PR has already merged — ask the host whether it merged, record the merge evidence, and walk every stranded task to DONE through the sole sanctioned writer. Use when asked to close the objective, finish tasks after a merge, or when manifests are stuck at IMPLEMENTED or INREVIEW because the…
Skill Claude CodeCodex
View and change Nazgul settings — model assignments, formatter, notifications. Use when user says "configure nazgul", "change models", "nazgul settings", or wants to adjust config after init.
Skill Claude CodeCodex
Collect targeted codebase context for a specific objective type. Use before planning to deeply understand the code that will be affected.
Skill Claude CodeCodex
Scan the codebase to build a project profile and generate tailored reviewer agents. Use when setting up Nazgul for a new project, after major codebase changes, or when reviewer agents need updating.
Skill Claude CodeCodex
View, generate, or regenerate project documents (PRD, TRD, ADRs, test plans). Use when asked about project documentation, design decisions, or technical specs.
Skill Claude CodeCodex
Run the Nazgul read-only preflight diagnostic — checks jq/gh presence and auth, git-hooks drift, cache-vs-repo plugin version, the bash-vs-zsh hazard, the NAZGULDIR footgun, config-schema staleness, either install mode's .gitignore Nazgul-block drift (stamp and flush-left region), cross-session messaging and Remote…
Skill Claude CodeCodex
Research latest Claude Code features and propose Nazgul improvements. Use periodically to keep Nazgul aligned with new platform capabilities. Run with /loop 2w /nazgul:enhance for auto-recurring checks.