By d8vjork
Multi-agent feature workflow: an Opus planner-router that orchestrates parallel Sonnet implementer subagents, routes discovered gaps/bugs into CURRENT_ISSUES.md, and splits the result into commits with a Haiku subagent.
Splits an uncommitted working tree into a series of small, logical, self-contained git commits with clear messages. Never adds a co-author trailer and never pushes. Spawned by the orchestrated-feature workflow once implementation is verified.
Implements one unit of an implementation plan — a focused, well-scoped slice of a feature or refactor. Matches existing codebase conventions, verifies its own work, and reports any out-of-scope gaps or bugs back to the orchestrator instead of fixing them. Spawned by the orchestrated-feature workflow.
Shared Claude Code user settings, statusline, and plugins for a team environment.
Installs a custom settings.json, a user-level CLAUDE.md, and a statusline
script into ~/.claude/. The repo also doubles as a Claude Code plugin
marketplace (see Orchestration plugin).
settings.json — Claude Code user settings with a curated set of plugins enabled and sensible defaults (sonnet model, auto-compact on, away summary off).CLAUDE.md — user-level instructions applied to every project: git-commit rules (no co-author trailer, never push on a commit request) and a pointer to the orchestration workflow.statusline.sh — Status line script for Mac/Linux (requires jq).statusline.ps1 — Status line script for Windows (PowerShell, no extra dependencies).orchestration/ — a bundled Claude Code plugin; this repo is its marketplace.Both statusline scripts display the active model, current working directory, rate-limit usage (5h and weekly), and context window percentage with color-coded thresholds.
The installer will ask you what to install:
| Option | What happens |
|---|---|
| 1) Statusline only | Copies the statusline script, adds/updates only the statusLine key in your existing settings.json |
| 2) Full settings + statusline | Copies the statusline script and the CLAUDE.md, and replaces settings.json (existing files are backed up) |
| 3) Full settings only | Copies the CLAUDE.md and replaces settings.json without installing the statusline |
git clone <repo-url> claude-setup
cd claude-setup
./install.sh
Requires jq when using the statusline (or when installing full settings without statusline).
Open PowerShell and run:
git clone <repo-url> claude-setup
cd claude-setup
powershell -ExecutionPolicy Bypass -File install.ps1
No extra dependencies required on Windows — the statusline uses PowerShell's built-in JSON support.
Note: ANSI colors in the statusline require Windows Terminal, VS Code terminal, or any other VT100-capable terminal (standard on Windows 10+).
orchestration/ is a Claude Code plugin bundled in this repo, which also acts
as the marketplace that serves it. Installing the full settings.json enables
it automatically — settings.json lists claude-setup under
extraKnownMarketplaces and orchestration@claude-setup under
enabledPlugins, so Claude Code fetches and activates the plugin from GitHub
on next launch.
It provides:
orchestrated-feature skill — a multi-agent workflow. The main session
(Opus) plans the change, spawns parallel Sonnet feature-implementer
subagents, routes any gaps/bugs they discover into a CURRENT_ISSUES.md
file, then splits the result into commits with a Haiku commit-splitter
subagent. It triggers automatically on multi-step feature/refactor work and
can be invoked explicitly with /orchestrated-feature.feature-implementer agent (Sonnet) — implements one scoped unit of a plan.commit-splitter agent (Haiku) — splits a working tree into logical commits./plugin marketplace add /path/to/claude-setup
/plugin install orchestration@claude-setup
Once the repo is pushed to GitHub, any machine that installs the full
settings.json gets the plugin with no extra steps.
Sonnet 4.6 · /path/to/project · 5h 12% / wk 4% · Context 8% used
Color thresholds:
| Metric | Yellow | Red |
|---|---|---|
| Context | ≥ 50% | ≥ 80% |
| 5h rate limit | ≥ 70% | ≥ 90% |
| Weekly rate limit | ≥ 60% | ≥ 85% |
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub d8vjork/claude-setup --plugin orchestrationHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.