# 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.

- Skill: `tomevault-io/agentify` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agentify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agentify/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agentify

---


## 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](https://github.com/griffinwork40/agent-framework) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

