Hook
Runs when a git worktree is removed, executing worktree-remove.sh. From HigorAlves/orc.
Hook
Runs when a git worktree is removed, executing worktree-remove.sh. From HigorAlves/orc.
Hook
Runs after a tool call finishes, executing post-context-monitor.sh. From HigorAlves/orc.
Hook
Runs before the agent uses a tool for Bash tool calls, executing pre-git-guard.sh (7 commands). From HigorAlves/orc.
Skill Claude CodeCodex
Author and update Architecture Decision Records (ADRs) — the durable record of a decision and its trade-offs, in docs/adr/NNNN-.md. Use to lock in an architectural decision or to supersede an ADR.
Skill Claude CodeCodex
Browser automation CLI for AI agents; use for web tasks - navigate, click, fill forms, screenshot, scrape, test web/Electron apps.
Skill Claude CodeCodex
Implement Clean, Hexagonal (Ports & Adapters), and Domain-Driven architecture patterns. Use when designing service layers, refactoring monoliths into bounded contexts, or fixing layer dependency cycles.
Skill Claude CodeCodex
The canonical browser-QA protocol for web changes — env attach, the driver gate (agent-browser headless vs Claude-in-Chrome live), the validator dispatch contract, and the chrome-mode evidence packet. Use when running browser QA on a web change; /orc:qa Phase 4 and /orc:flow Phase 6 delegate here.
Skill Claude CodeCodex
The orc callout palette — emoji-header blockquotes in conversation, GitHub-flavored [!TYPE] form for GitHub-bound output. Use when about to add an insight, caution, gate, preview, or danger block to the conversation or to a PR/doc.
Skill Claude CodeCodex
Ultra-compressed, signal-only pull request descriptions. Use when opening a PR or when the user says "write a PR description", "PR body", "draft the PR", or invokes /caveman-pr.
Skill Claude CodeCodex
Ultra-compressed code review comments — one line per finding: location, problem, fix. Use when the user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review.
Skill Claude CodeCodex
The canonical route-on-verdict protocol for a red CI diagnosis — fixable/flake/infra/needs-debug handling, the single-render rule, and the fix-then-re-watch loop. Use after orc-ci-investigator returns; /orc:ci Phase 3 and /orc:flow's post-open CI gate delegate here.
Skill Claude CodeCodex
Use when discovering or navigating a codebase before planning, implementing, debugging, or refactoring — prefer a Graphify code-graph query over broad Glob/Grep/Read to cut token cost, with automatic fallback to grep when Graphify is absent, stale, or unhealthy.
Skill Claude CodeCodex
Shared vocabulary for designing deep modules — seam, adapter, depth, leverage, locality. Use when designing or reshaping a module's interface, deciding where a seam goes, making code more testable or AI-navigable, or when another orc skill or agent needs the deep-module vocabulary.
Skill Claude CodeCodex
Audit, survey, and upgrade project dependencies safely — majors escalated, never auto-applied. Use when auditing dependencies for vulnerabilities, checking outdated packages, bumping a dependency, or when /orc:deps is invoked.
Skill Claude CodeCodex
Dispatch parallel subagents with focused, self-contained briefs — each gets exactly the context it needs, never your session history. Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Skill Claude CodeCodex
Shared scaffolding for numbered design/spec docs — outline, NNNN- numbering, review gates, doc-type map (PRD/TRD/RFC/ADR/postmortem). Referenced by orc:prd/trd/rfc/adr-writing + postmortem.