doodledood/manifest-dev

Skills for agentic coding CLIs: output you can ship with minimal review, on work you can tell was worth doing.

72Stars on the repository
45Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

doodledood/manifest-dev

Skill Claude CodeCodex

Iteratively auto-optimize a prompt until no issues remain. Uses review-prompt in a loop, asks user for ambiguities, applies fixes via prompt-engineering skill. Runs until converged.

72 2d ago A 45 tokens original MIT

compress-prompt

02

doodledood/manifest-dev

Skill Claude CodeCodex

Compresses prompts/skills into minimal goal-focused instructions. Trusts the model, drops what it already knows, maximizes action space. Use when asked to compress, condense, or minimize a prompt.

72 2d ago A 45 tokens original MIT

harden-task-file

03

doodledood/manifest-dev

Skill Claude CodeCodex

Harden a manifest-dev task guidance file for one-shot quality — either /define's quality-gate/Default set or figure-out's probe set. Iterates: orthogonality gap analysis, user-approved additions, prompt review, fix, converge. Use when a task file needs comprehensive coverage or "harden task file".

72 2d ago A 70 tokens original MIT

learn-from-session

04

doodledood/manifest-dev

Skill Claude CodeCodex

Analyze Claude Code sessions to learn what went right/wrong and suggest high-confidence improvements to skills. Use when asked to analyze a session, learn from a session, or review workflow effectiveness.

72 2d ago D 41 tokens original MIT

doodledood/manifest-dev

Skill Claude CodeCodex

Iteratively optimizes prompts for token efficiency by maximizing information density - reduces verbosity, removes redundancy, tightens phrasing while preserving semantic content. Use when asked to compress, shorten, reduce tokens, tighten, maximize density, increase information density, or make a prompt more concise.

72 2d ago A 63 tokens original MIT

doodledood/manifest-dev

Skill Claude CodeCodex

Sync the prompt-engineering plugin from a local clone of claude-code-plugins into .claude/ so the repo is self-contained for isolated/web environments. Copies agents/skills, removes only previously-synced items that disappeared upstream. Other content in .claude/ is left alone. Use when asked to sync…

72 2d ago C 89 tokens original MIT

sync-tools

07

doodledood/manifest-dev

Skill Claude CodeCodex

Generate multi-CLI distribution packages from the Claude Code plugin. Converts shared skills and package assets for OpenCode, Codex CLI, and Pi under dist/. Run after changing plugin components to keep distributions in sync.

72 2d ago A 45 tokens original MIT

example

08

doodledood/manifest-dev

Skill Claude CodeCodex

Analyzes the current project structure and tech stack. Use when asked to explore, understand, or summarize a project. Trigger terms: project overview, analyze codebase, what is this project.

72 2d ago A 40 tokens original MIT

babysit-pr

09

doodledood/manifest-dev

Skill Claude CodeCodex

Author-side PR lifecycle babysitter and companion to review-pr. Use when the user wants to tend an existing GitHub PR through CI, review threads, description sync, mergeability, auto-fixes, or asks to babysit a PR with or without an existing manifest.

72 2d ago A 59 tokens original MIT

eli5

10

doodledood/manifest-dev

Skill Claude CodeCodex

Explain a topic like I'm a 5 year old. Use when the user types /eli5 or asks for a dead-simple picture explainer of how something works.

72 2d ago A 39 tokens copy · 100% MIT

handoff

11

doodledood/manifest-dev

Skill Claude CodeCodex

Produce a self-contained context payload that lets a fresh agent continue without re-deriving what this session established. Use for cross-boundary transfer such as switching tools, starting a clean session, or handing off to another agent, and for DIY sub-agent flows where a focused side-session returns context to…

72 2d ago A 65 tokens original MIT

prompt-engineering

12

doodledood/manifest-dev

Skill Claude CodeCodex

Create, update, review, or discuss an LLM prompt — a system prompt, a skill, or an agent. Use when writing or improving a prompt, discussing a skill or agent, diagnosing prompt failures, or when the user says a prompt needs work.

72 2d ago A 56 tokens original MIT

review-pr

13

doodledood/manifest-dev

Skill Claude CodeCodex

Autonomous PR review that posts high-signal, human-voiced comments under your account. Use when reviewing someone else's PR or your own manifest-driven PR, when you want a precision-tuned review you can walk away from, or when the user asks to review a PR, post a PR review, autoreview, loop review, or watch a PR.

72 2d ago A 75 tokens original MIT

review-prompt

14

doodledood/manifest-dev

Skill Claude CodeCodex

Review LLM prompts against the prompt-engineering skill's principles — leading with where each line came from — and report the findings without modifying files. Use when reviewing prompt quality, auditing a prompt, evaluating a system prompt, or checking whether prompt issues are high-confidence and fixable.

72 2d ago A 60 tokens original MIT

teach-me

15

doodledood/manifest-dev

Skill Claude CodeCodex

Teach the learner to deeply understand a body of work — the current session's changes, a PR, an ADR, or any topic they name — the problem and why it existed, the solution and why it was built that way, and why it matters, incrementally and confirming mastery at each stage before advancing. Use when the user wants to…

72 2d ago A 121 tokens original MIT

walk-pr

16

doodledood/manifest-dev

Skill Claude CodeCodex

Walk through a PR or large diff together — your own or someone else's — one sub-changeset at a time and one review topic at a time within it. Use when reviewing a substantive PR collaboratively, walking a large refactor, or when the user asks to walk a PR, walk a diff, explain a PR, review collaboratively, or review a…

72 2d ago A 89 tokens original MIT

auto

17

doodledood/manifest-dev

Skill Claude CodeCodex

End-to-end autonomous execution: figure-out → define → do, chained without manual approval gates. Use when you want to define and execute without intervention during planning, when the user asks for autonomous or end-to-end work, or asks to tend or babysit a PR.

72 2d ago A 56 tokens original MIT

check-pr

18

doodledood/manifest-dev

Skill Claude CodeCodex

Read-only inspection of a single GitHub PR lifecycle — checks CI, review threads, description sync, and mergeability, and returns PASS or FAIL with per-gate findings. Never invokes the merge button. Use when verifying a PR is ready to merge, polling lifecycle progress, checking mergeability, or babysitting a GitHub PR…

72 2d ago A 74 tokens original MIT

define

19

doodledood/manifest-dev

Skill Claude CodeCodex

Manifest builder. Turns shared understanding into a verifiable Manifest with Deliverables, Acceptance Criteria, Global Invariants, and an Initial Approach. Use when planning features, scoping refactors, debugging complex issues, or when the user asks to define, scope, plan, spec out, make a manifest, or break down a…

72 2d ago A 68 tokens original MIT

do

20

doodledood/manifest-dev

Skill Claude CodeCodex

Manifest executor. Works through Deliverables verifying every Acceptance Criterion and Global Invariant. Use when executing a manifest, running a plan, implementing a defined task, or when the user asks to run, execute, implement, or ship a manifest-backed plan.

72 2d ago A 52 tokens original MIT

done

21

doodledood/manifest-dev

Skill Claude CodeCodex

Completion marker for the /do workflow. Outputs a plain-prose summary of what was built. Called by /do after every Acceptance Criterion and Global Invariant has fresh PASS evidence, when the manifest is complete, all criteria pass, or the workflow needs to wrap up with a completion summary.

72 2d ago A 60 tokens original MIT

escalate

22

doodledood/manifest-dev

Skill Claude CodeCodex

Structured escalation when /do hits an unrecoverable blocker. Surfaces what was tried, why it failed, and what the user can decide. Called by /do when work is blocked, cannot proceed, hits an unrecoverable failure, needs a user decision, or gets stuck.

72 2d ago A 61 tokens original MIT

figure-out-team

23

doodledood/manifest-dev

Skill Claude CodeCodex

Drive a multi-party deliberation in a Slack channel or thread. The agent is an involved orchestrator — presses rigorously, brings evidence, names trade-offs, surfaces disagreements, advances when answers cohere; owner-by-Slack-handle overrules. Use when the people involved cannot all sit in one chat, when deliberation…

72 2d ago A 98 tokens original MIT

figure-out

24

doodledood/manifest-dev

Skill Claude CodeCodex

Figure things out together — any topic, problem, or idea. Presses relentlessly until shared understanding is reached. Use when understanding is the deliverable rather than a preamble to acting, when figuring it out is the goal, or when the user asks to think through a decision, dig deeper, press an assumption…

72 2d ago A 78 tokens original MIT