Skip to content

v0.1.0

Choose a tag to compare

@zaventh zaventh released this 08 Jul 06:13

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 the AGENTS.md router 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.