Agentify

Bootstraps a dispatchable Claude sub-agent skill for every coding agent CLI installed on this machine (codex, aider, cursor, etc.). Use when the user wants to delegate tasks to locally-installed agent CLIs or expand the plugin's agent fleet. Use when this capability is needed.

tomevault-io ea542d9 2 files · 1.7 KB Updated

File contents

Sub-agent 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.


Source: griffinwork40/agent-framework — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/griffinwork40--agent-framework--agentify commit ea542d950a

Frequently asked questions

npx skillmds@latest add tomevault-io/agentify