Agent create
Skill batteryshark/skill-tap/skills/development/skill-development/agent-create
Scaffold a portable Markdown role prompt for a focused subagent or independent review role. Use when creating an agent definition, extracting a specialist role from a workflow, or defining explicit inputs, evidence standards, constraints, and output without depending on one orchestration vendor.From its SKILL.md
npx -y skills add batteryshark/skill-tap --skill agent-createAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 119 tokens by cl100k_base, as published. Nobody here has run it
Create a Portable Agent Prompt
- Define the single responsibility, inputs, evidence boundary, prohibited assumptions, and expected output.
- Read references/agent-design.md.
- Run
bin/agent-create NAME --purpose "..." --target-dir PATH. - Replace placeholders with domain-specific constraints and realistic acceptance criteria.
- Test the prompt in a fresh context using raw artifacts rather than leaking the intended answer.
Use agents/agent-prompt-reviewer.md for an independent scope review.
What ships with it: 4 files
2.6 KB alongside SKILL.md, 2 of them executable
agents/
bin/
- agent-createruns241 B
references/
- agent-design.md492 B
scripts/
- scaffold_agent.pyruns1.5 KB