From agent-workflow-amplifiers
Discovers installed coding agent CLIs like codex, aider, cursor via PATH scans and package managers, then generates dispatchable sub-agent SKILL.md files for task delegation. Use to integrate local agents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-workflow-amplifiers:agentifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
/agent-workflow-amplifiers:contract
/agent-workflow-amplifiers:contract
Dispatch one sub-agent to detect every coding agent CLI installed on this machine (scan PATH, common install dirs, and package managers; return name + version + help output for each). When it returns, dispatch parallel sub-agents — one per discovered CLI — each reading the CLI's docs and --help output to identify its headless execution interface, then producing a compact SKILL.md following this plugin's conventions: name: <cli>-agent, description that triggers on delegation requests, body that invokes the CLI with $ARGUMENT in headless mode.
npx claudepluginhub griffinwork40/agent-framework --plugin agent-workflow-amplifiersSpawns external CLI AIs (claude, cursor-agent, codex, gemini) as isolated sub-agents with dedicated context. Delegates tasks to specialized agents via natural language.
Creates, edits, lists, moves, and deletes subagents and skills for Claude Code, Codex CLI, and OpenCode. Manages AGENTS.md instructions and skill packages across user and project scopes.
Quick-reference for editing Claude Code skills, agents, slash commands, hooks, plugins, and configs. Triggers on YAML frontmatter, .claude/ files, Task tools, hook debugging.