neo-sub-agent
Installation
SKILL.md
Neo Sub-Agent
Use this skill to design and generate focused sub-agent definitions for developer CLIs. Keep the user in control of scope, permissions, and target clients.
Core Rule
Do not invent client-specific schema. If the requested CLI, field, or file location is not documented in references/client-adapters.md or discoverable in the project, state the missing fact and generate only a neutral blueprint.
Workflow
1. Perceive
- Inspect the project before asking questions:
- Existing agent definitions:
.claude/agents/,.codex/agents/,.github/agents/,.agents/skills/. - Project guidance:
AGENTS.md,CLAUDE.md,GEMINI.md,.github/copilot-instructions.md. - Related skills or conventions in
skills/,.agents/skills/,.github/skills/,.claude/skills/,.codex/skills/.
- Existing agent definitions:
- Identify the target clients from the user request or project evidence:
claude,codex,copilot,agy, or multiple. - If multiple clients are plausible and the request does not specify one, ask one concise question before writing files.
2. Decide Whether a Sub-Agent Fits
Read references/sub-agent-design.md when the request involves architecture, multiple agents, or tradeoffs.