Agent create
Skill batteryshark/skill-tap/skills/development/skill-development/agent-create
Portable, reusable skills for agents and everyday workflows. Clank responsibly.
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.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
0.9 KB, 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.