Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.
# Add to your Claude Code skills
git clone https://github.com/MiniCodeMonkey/chiefGuides for using cli tools skills like chief.
Last scanned: 5/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-18T08:04:23.150Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}chief is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by MiniCodeMonkey. Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done. It has 468 GitHub stars.
Yes. chief 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/MiniCodeMonkey/chief" and add it to your Claude Code skills directory (see the Installation section above).
chief is primarily written in Go. It is open-source under MiniCodeMonkey 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 chief against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Based on votes and bookmarks from developers who liked this skill
Build big projects with Claude. Chief breaks your work into tasks and runs Claude Code in a loop until they're done.

brew install minicodemonkey/chief/chief
Or via install script:
curl -fsSL https://raw.githubusercontent.com/MiniCodeMonkey/chief/refs/heads/main/install.sh | sh
# Create a new project
chief new
# Launch the TUI and press 's' to start
chief
Chief runs Claude in a Ralph Wiggum loop: each iteration starts with a fresh context window, but progress is persisted between runs. This lets Claude work through large projects without hitting context limits.
See the documentation for details.
Use Claude by default, or configure another provider in .chief/config.yaml:
agent:
provider: opencode
cliPath: /usr/local/bin/opencode # optional
Or run with chief --agent opencode or set CHIEF_AGENT=opencode.
Supported values for provider are: claude, codex, opencode, cursor, and gemini.
MIT