By BuilderIO
Delegate costly research, coding, and testing to cheaper subagents while orchestrating from a frontier model, manage usage budgets to avoid surprise charges, visualize plans and code changes with interactive diagrams and status recaps, and surface task completion with a clear red/yellow/green status convention.
Use when running Claude Fable on codebase-heavy or token-heavy work and the user wants Fable to orchestrate research, coding, and testing while cheaper subagents do bounded heavy lifting.
Apply the same orchestration as `/efficient-fable` to any high-cost frontier model: delegate research, coding, and testing to cheaper subagents while keeping planning, synthesis, and final review with the expensive model.
Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions.
Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.
Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.
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.
Small, composable skills for coding agents.
These skills are for teams that want the agent to stay sharp where judgment matters: orchestration, review, planning, validation, and clear communication. They are not a giant process framework. Install the pieces you want, adapt them to your project, and let the model keep room to think.
npx @agent-native/skills@latest add
See the full CLI docs below.
/efficient-fableUse Claude Fable as the orchestrator, architect, synthesizer, and final judge while lighter agents handle token-heavy research, coding, testing, and log reduction.
Solves for expensive-model waste: Fable should spend tokens on judgment, not on reading every file, reducing every log, or manually running every browser check.
/efficient-frontierApply the same orchestration as /efficient-fable to any high-cost frontier
model: preserve the expensive model for planning, tradeoffs, integration,
validation strategy, and final review; use cheaper agents for bounded heavy
lifting.
Solves for broad work that can be parallelized without asking the most expensive model to do every scan and every edit itself.
/stay-within-limitsCheck current 5-hour and weekly usage before substantial work and between parallel waves, then pause new execution at 95% until the active window is clear enough to continue.
Solves for long-running agent sessions that accidentally exhaust the current budget window mid-task instead of pausing cleanly and resuming with a self-contained plan.
/visual-planTurn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.
Solves for plans that are too important to bury in chat. The output is scannable, commentable, and intuitive enough for a human to approve before code changes start.
/visual-recapTurn a branch, commit, or PR diff into an interactive visual recap with annotated diffs, diagrams, API/schema summaries, file maps, UI state summaries, and focused review notes.
Solves for diffs that hide the shape of the change. Reviewers can understand contracts, architecture moves, schema changes, and UI impact before diving into raw line-by-line review.
/quick-recapAdd a concise final status block convention so every completed response ends with a clear green, yellow, or red work-state signal.
Solves for ambiguity at the end of agent work: done, pending a specific non-routine step, or blocked on the user.
Example green status:
🟢 Updated quick recap docs with output examples
Example yellow status:
🟡 Code updated, set PROVIDER_WEBHOOK_SECRET before testing webhooks
Run the installer:
npx @agent-native/skills@latest add
The installer walks you through the choices:
AGENTS.md / CLAUDE.md instruction blocks when the
selected skills have always-on guidance./visual-recap is
selected.Skip the picker with --skill:
npx @agent-native/skills@latest add --skill quick-recap
npx @agent-native/skills@latest add --skill visual-recap --with-github-action
You can also use Vercel's skills CLI for a plain skill-folder copy:
npx skills@latest add BuilderIO/skills --skill quick-recap
That installer is useful for quick copying, but it does not add the managed
AGENTS.md / CLAUDE.md instruction blocks or the PR Visual Recap GitHub
Action that pair well with these skills.
Generate and review coding-agent plans as structured documents with inline diagrams, annotated code walkthroughs, file trees, annotations, feedback, and HTML export.
npx claudepluginhub builderio/skillsHarness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
AI artifact engineering: prompts, skills, subagents, and output styles
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Multi-agent orchestrator — supervisor loop that launches agents to implement plans