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
}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 Codex or OpenCode in .chief/config.yaml:
agent:
provider: opencode
cliPath: /usr/local/bin/opencode # optional
Or run with chief --agent opencode or set CHIEF_AGENT=opencode.
MIT