Frugal — Development skill for Claude Code
A Claude Code plugin for triage-first multi-agent orchestration.
How to install Frugal
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rlucas92/frugal and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Frugal does
A Claude Code plugin for triage-first multi-agent orchestration.
Alternatives in Development
- Rank — /rank - Triage Scraped Jobs into a Ranked Shortlist 36.6k ★
- Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
README
frugal
A Claude Code plugin for triage-first multi-agent orchestration. It decides on every task whether a multi-agent run is worth the 3 to 10x token cost, asks you only when the call is genuinely unclear, picks orchestrator or advisor shape, and routes each kind of work to a specific model. The frontier model keeps planning, review, and judgment; cheaper models do the reading, coding, and test runs.
The layout follows [pilotfish](https://github.com/Nanako0129/pilotfish): one file per role, a compact policy injected at session start, and a plugin that installs and uninstalls cleanly per project or globally. The decision rules come from Anthropic's [multi-agent guidance](https://claude.com/blog/building-multi-agent-systems-when-and-how-to-use-them), the [advisor tool](https://platform.claude.com/docs/en/agents-and-tools/tool-use/advisor-tool) and [plan big, execute small](https://github.com/anthropics/claude-cookbooks/blob/main/managed_agents/CMA_plan_big_execute_small.ipynb) patterns, and the measured results in [Optimizing for cost and intelligence](https://platform.claude.com/docs/en/about-claude/models/optimizing-for-cost-and-intelligence).
Install
Add the repo as a marketplace once, then install per scope:
claude plugin marketplace add https://github.com/rlucas92/frugal
claude plugin install frugal@frugal --scope user # every project
claude plugin install frugal@frugal --scope project # this project only, shared via .claude/settings.json
claude plugin install frugal@frugal --scope local # this project only, gitignored
Working from a local clone instead, pass its path to `marketplace add`. To try it for one session without installing:
claude --plugin-dir /path/to/frugal/plugin
Disable, re-enable, or remove:
claude plugin disable frugal
claude plugin enable frugal
claude plugin uninstall frugal --scope user
The plugin depends on [ponytail](https://github.com/DietrichGebert/ponytail), so installing or e
Related Skills
Triage Review
Batch-triage every open needs-triage + needs-reproduction issue, Memtrace-first. Route by classification — def
Memory Apply
Apply a previously approved triage table to a Claude Code auto-memory directory. Creates a full backup first.
Gsd Triage Assist
Advisory first-triage of an incoming open-gsd/gsd-core issue — runs LIVE issue-dedupe + version-gate, suggests
Claude Pipe
File-First Agent Orchestration. Readable agents. Inspectable state. Predictable costs.
Skill Orchestration System
Skill-first CLI for turning agent skills into reviewable, routing-friendly packs.
Deep Suite
Harness layer for Claude Code & Codex: plan-first development, independent review, durable long-running orches
Related Agents
Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op
Orchestration Implementer
Implements exactly one ticket end-to-end in an isolated git worktree, TDD red-green, then opens a PR to the co
Maestro
You are a specialized orchestration agent. Your job is to coordinate multiple agents, manage complex multi-pha