# Add to your Claude Code skills
git clone https://github.com/breezewish/CodexPotterGuides for using cli tools skills like CodexPotter.
Last scanned: 5/14/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-14T06:46:54.856Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}CodexPotter is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by breezewish. A better /goal. It has 587 GitHub stars.
Yes. CodexPotter passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/breezewish/CodexPotter" and add it to your Claude Code skills directory (see the Installation section above).
CodexPotter is primarily written in JavaScript. It is open-source under breezewish on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh CodexPotter against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
CodexPotter is a better /goal replacement —— it continuously reconciles code base toward your instructed goal or state (Ralph Wiggum pattern):
CodexPotter always use fresh contexts for new rounds, thus:
𝒀𝑶𝑼𝑹 𝑷𝑹𝑶𝑴𝑷𝑻:
𝘚𝘪𝘮𝘱𝘭𝘪𝘧𝘺 𝘵𝘩𝘦 𝘲𝘶𝘦𝘳𝘺 𝘦𝘯𝘨𝘪𝘯𝘦 𝘣𝘺 𝘧𝘰𝘭𝘭𝘰𝘸𝘪𝘯𝘨 ...
│
│
codex: Continue working toward HANDOFF.md │
┌─────────────────────────┐ │
│ │ ▼
┌─────────┴─────────┐ ┌─────────▼────────┐ ┌───────────────────┐
│ main agent │ │ subagent │◄─────►│ HANDOFF.md │
└─────────▲─────────┘ └─────────┬────────┘ └───────────────────┘
│ │
│ Work finished │
└─────────────────────────┘
To learn more, see $loop Skill File.
Use the all-in-one wizard, it helps you set up necessary global gitignore and install skills via npx skills:
npx codex-potter@next setup
You will be prompted about what will be done, just confirm to continue:
➜ ~ npx codex-potter@next setup
CodexPotter setup
✓ Skip: Ignore /.codexpotter in global gitignore
✓ Skip: Remove legacy subagent profile ~/.codex/agents/potter_worker.toml
□ Todo: Install / update skill: npx --yes skills add --yes -g https://github.com/breezewish/CodexPotter/tree/v2 -a codex
Continue? ● Yes / ○ No
Use $loop to trigger the workflow in Codex CLI or Codex Desktop:
$loop Implement /ps endpoint according to docs/ps_design.md
All skills:
$loop: run the reconciliation workflow
$compact-kb: reorganize the local KB, make it more compact and efficient for later runs
See this repo to install. Use these skills to make CodexPotter more powerful and unattended.
$codex-review: review code changes using fresh context, the same as Codex's /review, but you can use it with $loop. Example:
$loop Use $codex-review to review code change in recent 2 days and fix all
$simplify: review and simplify the code, the same as Claude Code's /simplify, but you can use it with $loop. Example:
$loop Use $simplify for code change in recent 2 days
✅ tasks with clear goals or scopes:
✅ persist results to review in later rounds:
❌ interactive tasks with human feedback loops:
CodexPotter is not suitable for such tasks, use codex instead:
Simpliy queue two tasks via $loop, one is plan, one is implement, for example:
Task prompt 1:
$loop Analyze the codebase, research and design a solution for introducing subscription system.
Output plan to docs/subscription_design.md.
Your solution should meet the following requirements: ...
Do not implement the plan, just design a good and simple solution.
↑ Your existing facility to write good plans will be utilized, including skills, plan doc principles in AGENTS.md, etc. Writing plan to a file is CRITICAL so that the plan can be iterated multiple rounds and task 2 can pick it up.
Task prompt 2:
$loop Implement according to docs/subscription_design.md
Make sure all user journeys are properly covered by e2e tests and pass.
Run this again to update skills and prompts to the latest version:
npx codex-potter@next setup