What problem does it solve?
It helps you author Tank agent atoms that are clear, portable, and safe by default instead of relying on vague prompts or harness-specific agent files.
Core Features & Use Cases
- Agent schema guidance: Defines required fields like name and role, plus optional tools, model, readonly, and extensions.
- Role and permission design: Teaches identity-first role writing, least-privilege tool scoping, and when to make an agent readonly.
- Multi-agent bundles: Covers how to compose reviewer, fixer, auditor, and updater agents into coordinated workflows.
- Portability patterns: Shows how to keep platform-specific behavior in extensions so the same agent definition works across Tank-compatible harnesses.
Quick Start
Describe the agent you want, and this Skill will draft a Tank-compatible agent atom with an opinionated role, safe tool permissions, the right model tier, and the correct readonly setting.