High-leverage skills and agents for multi-agent orchestration, API integration, parallel execution, and one-shot task completion.
npx claudepluginhub griffinwork40/agent-frameworkmulti-agent orchestration, simplified.
A repo of high-leverage agent skills that improve orchestration, integration, and one-shot task completion with minimal prompt overhead.
This repo contains compact skills for agentic workflows.
These skills are not meant to add net-new intelligence. They are meant to extract more value from capabilities the agent already has, such as planning, execution, sub-agents, validation, and tool use.
The goal is simple: small prompts, disproportionate workflow improvement.
A good skill is not just a reminder.
It should do one of three things:
This repo is focused on high leverage per token.
Skills that improve how the agent uses its existing architecture.
Skills that increase the odds a task is completed cleanly in one pass.
The highest-leverage skills. These improve internal workflow and final completion quality at the same time.
Transforms a linear plan into a wave-based orchestration plan for parallel sub-agents.
Use it when:
Reads API docs and converts them into an agent-usable integration surface by generating:
Use it when:
Dispatches two sub-agents in parallel — one to search the web for external context, one to inspect the local codebase — then returns a merged research brief.
Use it when:
Takes an idea and transforms it into a structured spec.
Use it when:
Most prompt collections are either too generic, too narrow, or mostly reminders for things the agent can already do.
This repo focuses on a smaller and more useful category: reusable workflow transforms that create outsized value relative to their size.
/plugin marketplace add griffinwork40/agent-framework
/plugin install agent-workflow-amplifiers@griffinwork40-agent-framework
/reload-plugins
Clone the repo and load it directly:
git clone https://github.com/griffinwork40/agent-framework.git
claude --plugin-dir ./agent-framework
Requires Claude Code v1.0.33 or later.
Use these skills when you want to shift the agent into a stronger operating mode with minimal prompt overhead.
Examples:
Parallelize after planning to restructure work into concurrent wavesIntegrate when introducing a new API or service into the agent's toolsetA skill belongs in this repo only if it does at least one of the following:
Useful behaviors like validation, review, or TDD may still matter, but they are usually not strong enough to deserve first-class status on their own.