Claude-prime optimus-prime
Generates a Claude Code configuration tailored to a specific project. Use whenever the user wants to prime a project, set up claude for a repo, bootstrap claude config, or re-prime/refresh an already-primed project (for example after `/prime-sync` pulled new starter content). Triggers on 'prime', 'prime this project', 'optimus-prime', 're-prime', 'refresh claude config', 'regenerate CLAUDE.md', 'set up claude for this repo'. Deeply analyzes the real codebase and builds project-specific skills, rules, and CLAUDE.md — not generic boilerplate. For ongoing config health checks and proposal review, use `self-evolve` instead.
git clone https://github.com/avibebuilder/claude-prime
T=$(mktemp -d) && git clone --depth=1 https://github.com/avibebuilder/claude-prime "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/optimus-prime" ~/.claude/skills/avibebuilder-claude-prime-optimus-prime && rm -rf "$T"
.claude/skills/optimus-prime/SKILL.mdUltrathink.
Mission
Generate a Claude configuration that fits the specific project. Every skill, rule, and CLAUDE.md entry must exist because this project needs it — not because a template included it. Analyze the real codebase deeply, understand its conventions and patterns, and build a config that makes Claude work well here.
Modes
- Fresh prime — no claude config yet. Build from scratch.
- Re-prime — claude config already exists. Preserve intentional project work, refresh what is stale or generic, fill gaps.
Default to re-prime whenever meaningful existing config is found. Never overwrite it wholesale without user approval.
Flow
- Analyze the repo deeply — stack, conventions, boundaries, docs, existing config. See analysis-checklist.md.
- Propose findings using the Output Format below. Do not touch meaningful files before approval.
- Create skills via
— every skill must go through skill-creator to ensure quality and project fit. Starters in/skill-creator
are reference input to accelerate creation, not templates to copy..claude/starter-skills/ - Generate or refine CLAUDE.md — lean, high-signal, always-on context only. Point to docs/READMEs for detail.
- Rules only if needed — apply the rule test. Zero rules is valid.
- Offer CLAUDE.local.md — personal preferences (role, sandbox URLs, preferred test data, workflow quirks), gitignored.
- Clean up — delete
after processing. Keep protected skills. Confirm all deletions..claude/starter-skills/ - Verify — references resolve, stack claims match evidence, config is project-specific not generic.
- Offer skill optimization — after everything is set up, offer two paths: description optimization only (fast) or full optimization with evals loop + self-improve (recommended — battle-tests skills before the user depends on them).
Full step-by-step in setup-project.md.
Placement Decision Matrix
Every piece of knowledge must earn its place. Use this to decide where it belongs:
| Detected need | Where it belongs | Test |
|---|---|---|
| General framework/library knowledge | Skill (via ) | Would a reusable skill teach this across projects? |
| Project-specific constraint that still produces wrong code with the right skill loaded | with | With the relevant skill activated, will code still be wrong without this? |
| Identity, commands, stack, key architecture, reference pointers | | Should this be always-on for most tasks in this repo? |
| Detailed architecture or domain explanations | Existing , READMEs — referenced from CLAUDE.md | Valuable but too detailed for always-on? |
| Dense agent-oriented reference material - referenced from CLAUDE.md | (optional) | Do agents need a tighter reference than the human docs provide? |
Principles
- Fit the project, not a template. Every skill, rule, and CLAUDE.md entry must exist because this specific project needs it. Generic boilerplate degrades context quality.
- Repo evidence is the source of truth. Verify conventions from actual source files, configs, and docs. Do not assert what you haven't confirmed.
- Lean context, high signal. Follow the context engineering philosophy — load only what's needed, when it's needed. CLAUDE.md carries always-on essentials. Skills load on demand. Rules auto-attach by path.
- Rules are optional and path-scoped. Only create a rule when the rule test passes. Do not modify
— it is a universal boilerplate rule from prime, not project config._apply-all.md - Reuse over duplication. If the project has strong docs, point to them. Do not re-author parallel agent docs unless existing material is too noisy or incomplete.
Output Format
Before making non-trivial changes, report findings in this shape:
Current State
What Claude config already exists; what the repo evidence says about stack, tooling, and conventions.
Proposed Changes
What to create, update, keep, or remove — including which skills to build and what each should cover.
Files to Touch
Concrete file list with short purpose notes.
Include these only when non-empty:
- Decisions Needing User Input — overwrites, deletions, or major structural changes
- Risks / Assumptions — inferred facts that still need verification
After approval, implement and finish with a short summary of what changed and any follow-ups.
References
| Reference | Content |
|---|---|
| analysis-checklist.md | What to inspect during repo + existing-config review |
| setup-project.md | Fresh-prime / re-prime step-by-step workflow |
Additional Context (Optional)
<user-context>$ARGUMENTS</user-context>