the-agency-ai /the-agency
Skill Claude Code Codex
Captain-only. After a PR has merged on GitHub, verify the merge, merge origin/master locally, sync all worktrees, create the GitHub release (every PR is a release), and clean up the PR branch. Formerly /post-merge — v2 rename to noun-actor-verb.
50 ▲
+1 14d ago A 71 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Merge a PR safely — true merge commit (never squash, never rebase), branch protection respected, --principal-approved gate for --admin override.
50 ▲
+1 14d ago A 29 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Run a quality gate before creating a PR — review, fix, test, report, produce QGR receipt.
50 ▲
+1 14d ago A 21 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Fetch review comments on current PR, compose threaded replies, and resolve threads. Does NOT make code changes.
50 ▲
+1 14d ago A 21 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Agent-side signal to captain that your branch is ready for PR landing. Runs preconditions (clean tree, pushed, matching QGR receipt) then dispatches captain with a structured payload. Captain's /pr-captain-land picks it up. Replaces the distributed "agent creates PR" model with a captain-owned PR lifecycle…
50 ▲
+1 14d ago A 75 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Review PVR, A&D, and Plan before starting a new phase — highlight findings, discuss decisions.
50 ▲
+1 14d ago A 20 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Preview the current project using the configured infrastructure provider.
50 ▲
+1 14d ago A 9 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Onboard a new principal to the current repo — scaffold sandbox, register agent, write CLAUDE-PRINCIPAL.md, mutate agency.yaml, bootstrap captain handoff. The discoverable end-to-end command for adding a person to an agency repo.
50 ▲
+1 14d ago A 51 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Run the quality gate — parallel agent review, fix cycle, test, report. Composable — called by /iteration-complete and /phase-complete.
50 ▲
+1 14d ago A 31 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
DEPRECATED — use git merge or /sync instead. Rebase is blocked by hookify.
50 ▲
+1 14d ago A 24 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Quality-check, commit, push, create PR, and cut a release in one flow.
50 ▲
+1 14d ago A 18 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Review a PR and post comments after approval. Does NOT make code changes.
50 ▲
+1 14d ago A 15 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Run a command in a target directory without touching the parent shell's CWD. Use any time you would write "cd foo && bar" — that pattern is blocked by the block-compound-bash hookify rule.
50 ▲
+1 14d ago A 44 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Activate a sandbox item by symlinking it to the Claude Code discovery location.
50 ▲
+1 14d ago A 15 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Graduate a sandbox experiment to shared team-wide tooling.
50 ▲
+1 14d ago A 9 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Create a new experimental command, hook, rule, tool, or script in your sandbox.
50 ▲
+1 14d ago A 17 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Remove a sandbox symlink to deactivate an experimental item.
50 ▲
+1 14d ago A 10 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Set up a new engineer's sandbox workspace under usr/.
50 ▲
+1 14d ago A 11 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Show all sandbox items across engineers with activation status.
50 ▲
+1 14d ago A 9 tokens
the-agency-ai /the-agency
Skill Claude Code Codex
Show all active sandbox symlinks and their health (OK or broken).
50 ▲
+1 14d ago A 15 tokens
the-agency-ai /the-agency-starter
Command Claude Code
Command "agency-bug" from the-agency-ai/the-agency-starter, covering report a bug quickly, behavior, implementation, bug file location and bug file template.
20 ▲
+1 7mo ago A 0 tokens
original MIT the-agency-ai /the-agency-starter
Command Claude Code
Display the help text.
20 ▲
+1 7mo ago A 0 tokens
original MIT the-agency-ai /the-agency-starter
Command Claude Code
Command "agency-nit" from the-agency-ai/the-agency-starter, covering add a nit quickly, behavior, implementation, output format and notes.
20 ▲
+1 7mo ago A 0 tokens
original MIT the-agency-ai /the-agency-starter
Command Claude Code
The user typed: /agency-request $ARGUMENTS.
20 ▲
+1 7mo ago A 0 tokens
original MIT