Practical AI agent skills for software builders.
Reusable behavior packages that help AI agents inspect before acting, document what matters, preserve intent, mark uncertainty, and leave useful handoff context for the next human or agent.
Most AI coding workflows optimize for speed. Aetox Skills focuses on the moments where going slower prevents expensive mistakes: understanding an existing system, turning a raw idea into a reviewable architecture, and keeping project documentation clean enough for repeated agent work.
These are not random prompt snippets. Each skill is a portable agent behavior package with a clear purpose, operating rules, templates, examples, and installation notes for modern AI agent environments.
| Skill | Use it when | What it produces |
|---|---|---|
| Senior Architect Agent | An agent needs to map an existing codebase, review architecture boundaries, or prepare safe handoff notes. | Architecture maps, Mermaid diagrams, risks, open questions, and future-agent context. |
| Idea To Architecture Agent | You have a raw product idea, feature request, or business goal with no implementation yet. | A question-first architecture proposal with assumptions, options, workflows, risks, and approval points. |
| DocStruct | Project documentation is duplicated, unclear, oversized, or hard for agents to continue from. | Source-of-truth documentation structure, ownership rules, compact docs, and cleanup guidance. |
| Aetox Skills Catalog | You want the central index, routing guidance, and release direction for the skill family. | Skill selection guidance and links to the current Aetox skill repositories. |
Map the real system before the agent edits code.
Turn a raw idea into a reviewable architecture proposal.
Keep project documentation small, owned, and reusable.
Existing codebase or system evidence?
-> senior-architect-agent
Only a raw idea, product concept, or business goal?
-> idea-to-architecture-agent
Documentation structure, duplication, ownership, or token cost?
-> docstruct
Not sure?
-> start with the Aetox Skills catalog
Install each skill from its own repository:
aetox-skills/senior-architect-agent
aetox-skills/idea-to-architecture-agent
aetox-skills/docstruct
Each repository includes SKILL.md, INSTALL.md, adapter notes, examples, and
platform-specific guidance where useful.
- Inspect before acting.
- Preserve user intent.
- Prefer clear boundaries over clever abstractions.
- Update existing documentation before creating more.
- Mark assumptions, inferences, unknowns, risks, and decisions explicitly.
- Treat Markdown and Mermaid as durable sources of truth.
- Make outputs useful for both humans and future AI agents.
Aetox Skills is developed by Mike at Aetox, an independent AI systems lab in Thailand.
- Website: aetox.vercel.app/th
- Email: aetoxcompany@gmail.com


