duyet/codex-claude-plugins

Codex and Claude Code plugins

13Stars on the repository
60Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

autoreview

01

duyet/codex-claude-plugins

Command

One-shot autonomous review of a PR. Fetches review comments from AI bots, applies verified fixes, validates, and merges when safe.

13 1mo ago A 27 tokens

inspect

02

duyet/codex-claude-plugins

Command

Deeply inspect the agent-loop state file. View cycle history, thread details, errors, and state integrity. Useful for debugging and understanding loop status.

13 1mo ago A 30 tokens

reset

03

duyet/codex-claude-plugins

Command

Clear the agent-loop state and start fresh. Creates a backup of the current state before clearing. Use this when you want to reset metrics and start a new loop session.

13 1mo ago A 34 tokens

restore

04

duyet/codex-claude-plugins

Command

Restore agent-loop state from a backup. List available backups, restore from a specific backup, or use the most recent backup to recover from corruption or accidents.

13 1mo ago A 31 tokens

resume

05

duyet/codex-claude-plugins

Command

Resume the agent-loop from the last persisted state in .agent-loop/state.json. Loads cycle context and thread history, then continues the maintenance cycle.

13 1mo ago A 29 tokens

start

06

duyet/codex-claude-plugins

Command

Start the agent-loop — continuous overnight/day repo maintenance cycle. Auto-detects existing state and prompts to resume or start fresh. Wakes every 5 minutes, triages repos, dispatches work to parallel agent threads, monitors progress, and reports results.

13 1mo ago A 52 tokens

status

07

duyet/codex-claude-plugins

Command

Check agent-loop status — running state, cycle count, items processed, active threads, and recent results.

13 1mo ago A 21 tokens

stop

08

duyet/codex-claude-plugins

Command

Stop the agent-loop gracefully. Lets active threads finish within timeout, persists final state, and reports cycle summary.

13 1mo ago A 22 tokens

triage

09

duyet/codex-claude-plugins

Command

Run one-shot triage on repo queues. Scans open issues, PRs, CI status. Classifies items by fit, risk, autonomy. No loop, just snapshot.

13 1mo ago A 36 tokens

anyrouter-migrate

10

duyet/codex-claude-plugins

Command

Migrate the current project's LLM integration to AnyRouter. Detect existing OpenAI / Anthropic / OpenRouter usage, swap base URL + key + model ids, preserve behavior, and add a smoke test.

13 1mo ago A 42 tokens

duyet/codex-claude-plugins

Command

Create or update the project-local macOS buildandrun.sh script, wire the Codex app Run button, then use that script as the default build/run entrypoint.

13 1mo ago A 0 tokens

dispatch

14

duyet/codex-claude-plugins

Command

Dispatch one or more headless Command Code (cmd) workers to implement well-scoped tasks or GitHub issues in parallel — each in its own git worktree, running cmd -p --yolo --max-turns 100000, committed to its own branch for review.

13 1mo ago A 57 tokens