v0.1.0
Added 5
- Initial release of dotagents-standard agent skill with AGENTS.md router and .agents/ library pattern
- SKILL.md documentation covering mental model, context decision-taxonomy, and utilize/implement workflows
- Reference guides for .agents/ subdirectories and .agents Protocol integration
- Templates for AGENTS.md, rules, memory, personas, and skills
- Worked example with filled-in .agents/ layout for a hypothetical billing API
Initial release of the dotagents-standard agent skill — a guide for implementing and utilizing the dotagents directory-as-context standard: a slim AGENTS.md router plus a .agents/ library that agents load via progressive disclosure.
Install
npx skills add zaventh/dotagents-standard-skill
What's included
SKILL.md— the mental model, the context decision-taxonomy, the utilize/implement workflows, and theAGENTS.mdrouter pattern- References — a per-
.agents/-subdirectory deep guide, plus the .agents Protocol superset - Templates — copy-paste starters for
AGENTS.md, rules, memory, personas, and skills - Worked example — a filled-in
.agents/layout for a hypothetical billing API (examples/sample-project/) - MIT licensed; CI validates the skill's frontmatter and Markdown links on every push
Full notes in the changelog.