Agent Plugins Marketplace
All plugins

agents-library

v0.6.0

Orchestrator skills for PR review, design review, issue triage, simplification, batch merging, codebase mapping, and installing periodic maintenance agents.

CodexClaude Code8 Skills

By Daniel LucaLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
8 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agents-library@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cleanunicorn/agents-library

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agents-library/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/batch-merge-prs/SKILL.md
├── skills/describe-codebase/SKILL.md
├── skills/install-agents/SKILL.md
├── skills/review-design/SKILL.md
├── skills/review-pr/SKILL.md
├── skills/review-ux-psychology/SKILL.md
├── skills/simplify-sweep/SKILL.md
└── skills/triage-issues/SKILL.md

Included Skills8

batch-merge-prsskills/batch-merge-prs/SKILL.md

Triage all open GitHub pull requests and locally batch-merge the trivial ones onto one branch the user names. Use when the user wants to sweep or bulk-merge the PR queue, "clean up the PR queue", collect the easy/trivial/low-risk PRs, or assemble several PRs onto one branch. Requires the `gh` CLI; merges are local only — never pushes, never closes PRs on GitHub. Do NOT use to review a single PR or the current branch (use review-pr) or to triage GitHub issues (use triage-issues).

describe-codebaseskills/describe-codebase/SKILL.md

Explain how a codebase is shaped: the whole repository, one subsystem (path/glob), or a single feature/flow traced end to end. Produces a skimmable orientation brief with file:line references; can optionally write it to ARCHITECTURE.md. Use when the user wants to understand or onboard onto an unfamiliar codebase, "explain how this works", map the architecture, or trace how a feature/endpoint flows. Read-only — it explains, it never judges or edits. Do NOT use to review, critique, or improve code (use review-pr for the branch diff, simplify-sweep for cleanup opportunities). No `gh` or remote required.

install-agentsskills/install-agents/SKILL.md

Install the library's stack-agnostic maintenance agents (architect, deadwood, docbot, refactor, sentinel, testforge, uidesigner, uxpolish) into the current project and schedule them to run periodically — once per week by default, staggered so at most one agent runs at a time. Copies the chosen agent definitions into .claude/agents/, seeds their journals, and wires the schedule through the best available mechanism (Claude Code scheduled agents, a GitHub Actions workflow, or local cron). Use when the user wants to "install the agents", put a repo on automatic/recurring maintenance, or schedule the library's agents weekly/daily/monthly. Do NOT use to run one agent a single time right now (just act as that agent directly), to review the current branch (use review-pr), or to install this plugin into Claude Code itself (that's /plugin).

review-designskills/review-design/SKILL.md

Review the visual design of a UI — hierarchy, spacing, typography, color/contrast, dark mode, depth, interaction states — judged against the project's own design tokens, for a view/component, a path/glob, or the branch diff; then optionally apply fixes behind the project's lint/build gate. Use when the user wants a design pass, a critique of how a screen looks, or an audit of visual hierarchy / spacing / typography / color / dark mode. Do NOT use for conversion, persuasion, or metric-moving flow reviews (use review-ux-psychology) or a general code-quality review of the diff (use review-pr). No `gh` or remote required.

review-prskills/review-pr/SKILL.md

Review the current branch's local diff across ten quality domains (correctness, architecture, dead code, docs, refactor, testing, UX polish, visual design, security, conventions), with every finding independently verified to screen out false positives; then optionally apply fixes behind the project's lint/test gate. Use when the user wants to review a PR, a branch, or their changes before merging — "review my changes", "check what I just built", a pre-merge / pre-PR review. Works on the local diff before a GitHub PR exists; no `gh` or remote required. Do NOT use for whole-repo cleanup (use simplify-sweep), a visual-only design pass (use review-design), conversion/flow psychology (use review-ux-psychology), or explaining a codebase (use describe-codebase).

review-ux-psychologyskills/review-ux-psychology/SKILL.md

Review a flow's decision architecture — defaults, progress, value-before-ask, ownership, loss/gain framing, price anchoring — against behavioral psychology, to move a named product metric (signup, activation, trial-to-paid, checkout completion, retention). Targets a screen or flow (onboarding, signup, checkout, pricing, a form), a path/glob, or the branch diff; every finding names its principle and the metric it moves, is verified against the real code/flow, and fixes apply behind the lint/build gate. Use when the user wants to lift conversion or a metric, reduce drop-off/friction in a flow, critique onboarding/signup/checkout/pricing, or audit a form for decision fatigue. Do NOT use for how the UI looks — hierarchy, spacing, color (use review-design) — or general code review (use review-pr). No `gh` or remote required.

simplify-sweepskills/simplify-sweep/SKILL.md

Survey a target — whole repository (default), a path/glob, or the branch diff — for behavior-preserving simplifications: duplication, dead code, deep nesting, unclear names, over-engineering, stale docs; then optionally apply them behind the project's lint/test gate. Use when the user wants to simplify, declutter, or tidy the codebase, reduce complexity, or hunt duplication and dead code across the whole project. Never fixes bugs or changes behavior. Do NOT use for a full quality review of the branch diff — bugs, security, tests (use review-pr) — or to explain how the codebase works (use describe-codebase). No `gh` or remote required.

triage-issuesskills/triage-issues/SKILL.md

Triage the project's open GitHub issues into a ranked action plan: duplicates clustered, easy wins backed by code-grounded evidence, needs-info drafts, larger work classified. Only after per-action approval it applies labels, posts comments, closes duplicates, and fixes approved easy wins — one PR per issue, never committing to the default branch. Use when the user wants to triage or groom the issue tracker/backlog, find duplicate issues, find and fix easy wins or good first issues, or label open issues. Requires the `gh` CLI. Do NOT use for pull requests (use batch-merge-prs for the PR queue, review-pr for the current branch).

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "agents-library",
  "version": "0.6.0",
  "description": "Orchestrator skills for PR review, design review, issue triage, simplification, batch merging, codebase mapping, and installing periodic maintenance agents.",
  "author": {
    "name": "Daniel Luca",
    "email": "[email protected]",
    "url": "https://github.com/cleanunicorn"
  },
  "homepage": "https://github.com/cleanunicorn/agents-library",
  "repository": "https://github.com/cleanunicorn/agents-library",
  "license": "MIT",
  "keywords": [
    "agents",
    "code-review",
    "design-review",
    "issue-triage",
    "skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Agents Library",
    "shortDescription": "Focused coding review and triage skills.",
    "longDescription": "Agents Library provides Codex skills for reviewing pull requests, visual design, and UX psychology; triaging issues; batch-merging pull requests; simplifying code; mapping a codebase; and installing the library's maintenance agents into a project on a periodic schedule.",
    "developerName": "Daniel Luca",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/cleanunicorn/agents-library",
    "defaultPrompt": [
      "Review this branch for correctness.",
      "Triage open issues in this repo.",
      "Describe this codebase."
    ],
    "brandColor": "#2563EB"
  }
}
.claude-plugin/plugin.json
{
  "name": "agents-library",
  "description": "Eight orchestrator skills — /review-pr, /review-design, /review-ux-psychology, /batch-merge-prs, /triage-issues, /simplify-sweep, /describe-codebase, and /install-agents — plus a set of stack-agnostic, single-purpose coding subagents: architecture, dead code, docs, refactor, security, tests, UX polish, and visual design.",
  "author": {
    "name": "Daniel Luca",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/cleanunicorn/agents-library",
  "repository": "https://github.com/cleanunicorn/agents-library.git"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agents-library on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agents-library)