cleanunicorn

20 mods across 2 repositories, 23 stars between them.

earheart AGENTS.md

01

cleanunicorn/earheart

Instructions file CodexOpenCode

Instructions for cleanunicorn/earheart, covering agents.md, golden rules, the github flow, step by step, 1. start from an up-to-date main and 2. create a branch.

21 2d ago A 1,703 tokens original MIT

agents-library

02

cleanunicorn/agents-library

Plugin Claude Code

Stack-agnostic coding agents and orchestrator skills for PR review, design review, PR batching, issue triage, simplification, codebase mapping, and installing the agents on a periodic schedule.

2 3d ago A tokens not measured

agents-library

03

cleanunicorn/agents-library

Plugin Claude Code

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…

2 3d ago A tokens not measured

cleanunicorn/agents-library

Instructions file CodexOpenCode

AGENTS.md instructions for cleanunicorn/agents-library, covering agent guide, always start in a worktree, orient yourself first, conventions and workflow.

2 3d ago A 3,469 tokens

batch-merge-prs

14

cleanunicorn/agents-library

Skill Claude CodeCodex

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…

2 3d ago A 125 tokens

describe-codebase

15

cleanunicorn/agents-library

Skill Claude CodeCodex

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…

2 3d ago A 141 tokens

install-agents

16

cleanunicorn/agents-library

Skill Claude CodeCodex

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…

2 3d ago A 186 tokens

review-design

17

cleanunicorn/agents-library

Skill Claude CodeCodex

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…

2 3d ago A 140 tokens

review-pr

18

cleanunicorn/agents-library

Skill Claude CodeCodex

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.…

2 3d ago A 171 tokens

cleanunicorn/agents-library

Skill Claude CodeCodex

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…

2 3d ago A 189 tokens

triage-issues

20

cleanunicorn/agents-library

Skill Claude CodeCodex

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…

2 3d ago A 139 tokens