By duyet
Run a persistent autonomous agent loop that wakes every 5 minutes to triage GitHub issues, PRs, and CI status, dispatch parallel agent threads for review and fixes, and land changes โ enabling overnight or day-long unattended repository maintenance.
One-shot autonomous review of a PR. Fetches review comments from AI bots, applies verified fixes, validates, and merges when safe.
Resume the agent-loop from the last persisted state in .agent-loop/state.json. Wakes every 5 minutes, triages repos, dispatches work to parallel agent threads, monitors progress, and reports results.
Start the agent-loop โ continuous overnight/day repo maintenance cycle. Wakes every 5 minutes, triages repos, dispatches work to parallel agent threads, monitors progress, and reports results.
Check agent-loop status โ running state, cycle count, items processed, active threads, and recent results.
Stop the agent-loop gracefully. Lets active threads finish within timeout, persists final state, and reports cycle summary.
Autonomous code review and fix skill for the agent-loop plugin. Reviews PRs, applies fixes from AI review bots (CodeRabbit, Sourcery, Gemini), validates changes, and lands them. Designed for unattended overnight operation.
Browser automation and computer-use skill for the agent-loop plugin. Takes screenshots, validates UI behavior, fills forms, clicks elements, and performs live web proof. Uses existing Chrome session via DevTools MCP.
Core orchestrator for the agent-loop plugin. Runs a continuous maintenance loop that wakes every N minutes, scans repo queues, dispatches work to parallel agent threads, tracks progress, and reports results. Designed for overnight and day-long autonomous repo upkeep.
GitHub project triage for the agent-loop plugin. Scans open issues, PRs, CI queues, and blockers. Classifies items by fit, risk, proof, and autonomy. Adapted from github-project-triage for autonomous loop integration.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Extend Claude Code and Codex with specialized agents, commands, and skills from one shared plugin collection.
A collection of production-quality plugins for Claude Code and Codex, including autonomous agents, workflow automation, statusline utilities, prompt engineering guidance, and developer tools.
Latest Release: v1.0.0 | CHANGELOG | Issues
Available on skills.sh โ the open agent skills ecosystem.
Use Claude Code's plugin marketplace commands:
# Add marketplace
/plugin marketplace add duyet/codex-claude-plugins
# Install plugins
/plugin install team-agents@duyet-claude-plugins
/plugin install commit@duyet-claude-plugins
/plugin install frontend-design@duyet-claude-plugins
/plugin install interview@duyet-claude-plugins
/plugin install statusline@duyet-claude-plugins
/plugin install orchestration@duyet-claude-plugins
/plugin install duyetbot@duyet-claude-plugins
/plugin install docs-generator@duyet-claude-plugins
/plugin install github@duyet-claude-plugins
/plugin install fix@duyet-claude-plugins
/plugin install clickhouse-monitoring@duyet-claude-plugins
Codex support is provided through the repo-local Codex marketplace file:
git clone https://github.com/duyet/codex-claude-plugins.git
cd claude-plugins
Then add or import the local Codex marketplace from:
.agents/plugins/marketplace.json
That marketplace points each plugin at the matching local folder, for example:
{
"name": "github",
"source": {
"source": "local",
"path": "./github"
}
}
After the marketplace is added in Codex, install the plugins you want from the Duyet Claude and Codex Plugins marketplace. Codex-facing workflow skills are available under each plugin's skills/ folder, including wrappers for Claude command-heavy plugins such as commit, github, fix, statusline, team-agents, and duyetbot.
Install via the open Skills ecosystem, works with Claude Code, Cursor, GitHub Copilot, Gemini, Windsurf, and 15+ other agents:
npx skills add duyet/codex-claude-plugins
This repository also ships Codex plugin metadata in place:
.codex-plugin/plugin.json beside its Claude .claude-plugin/plugin.json..agents/plugins/marketplace.json.skills/*-workflow/SKILL.md where a plugin needs a Codex entry point.# Delegate to team agents for parallel work
/duyetbot:spawn Implement the frontend dashboard
# Leader coordinates senior + junior engineers working in parallel
# Automatically creates feature branch from main
/gh-pr create "Add user settings page"
# Detects main/master, creates feature/X branch, implements, creates PR
# Set a persistent goal to babysit a PR โ auto-fix CI, address reviews, wait for green
/goal /github:babysit-pr https://github.com/duyet/clickhouse-monitoring/pull/1355
# With auto-merge and CI fixing
/goal /github:babysit-pr --pr 1355 --auto-merge --fix-ci
| Plugin | Type | What it does |
|---|---|---|
| ๐ฅ team-agents | Skill | Leader, Senior Engineer, and Junior Engi... |
| ๐ commit | Command | Create a Git commit with semantic commit... |
| ๐จ frontend-design | Skill | Create distinctive, production-grade fro... |
| ๐ฌ interview | Command | Conduct in-depth requirements interviews... |
| ๐ statusline | Hook | Configurable status bar showing context ... |
| ๐ผ orchestration | Skill | Orchestrator skill for managing parallel... |
| ๐ค duyetbot | Skill | Pragmatic software development companion... |
| ๐ฏ docs-generator | Hook | Automatically generate and maintain plug... |
| ๐ github | Skill | GitHub operations using gh CLI - PRs, is... |
| ๐ง fix | Command | Fix issues, tests, and CI failures with ... |
| ๐ clickhouse-monitoring | Skill | Specialized knowledge for the ClickHouse Mo... |
Specialized assistance for the chmonitor dashboard - a real-time monitoring dashboard for ClickHouse clusters
Open Knowledge Format (OKF) tooling. Author, initialize, validate, and refactor knowledge into vendor-neutral OKF v0.1 bundles: markdown files with YAML frontmatter.
Generate high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's patterns. Optimized for engineering tasks, PR reviews, and research reports.
Knowledge base maintenance skills. Consolidate, dedupe, prune, refresh, and forget notes in a markdown KB.
Create distinctive, production-grade frontend interfaces avoiding AI slop aesthetics. Emphasizes shadcn/ui, Recharts, and bold design choices.
npx claudepluginhub duyet/codex-claude-plugins --plugin agent-loopHarness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
v9.44.1 โ Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development