@tank/bundle-creator
Installation
SKILL.md
Bundle Creator
Compose multiple atom primitives into a single deployable package that extends agent behavior beyond what instructions alone can achieve.
Core Philosophy
-
Atoms are the unit of composition. Each atom does one thing: inject context, intercept lifecycle events, define a sub-agent, enforce a rule, register a tool, expose a resource, or template a prompt. A bundle wires atoms together into a cohesive capability.
-
Start with the lightest atom. If pure instructions solve the problem, use an instruction-only skill. Add atoms only when you need machine enforcement (hooks, rules), delegation (agents), or external integration (tools, resources). Every atom adds complexity.