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.
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.
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.
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…
Settings file Claude Code
Personal list of skills of @cleanunicorn.
Agent
../../agents/architect.md.
Agent
../../agents/deadwood.md.
Agent
../../agents/docbot.md.
Agent
../../agents/refactor.md.
Agent
../../agents/sentinel.md.
Agent
../../agents/testforge.md.
Agent
../../agents/uidesigner.md.
Agent
../../agents/uxpolish.md.
Instructions file CodexOpenCode
AGENTS.md instructions for cleanunicorn/agents-library, covering agent guide, always start in a worktree, orient yourself first, conventions and workflow.
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…
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…
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…
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…
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.…
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…
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…