dotagents-standard-skill

Developer ToolsMIT

dotagents-standard-skill release notes.

Latest v0.2.0 · by dotagents-standard-skillWritten in RubyWebsitezaventh/dotagents-standard-skillRSS

Release activity

Release activity — 2 releases across 2 days since Jul 8, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jul 8, 2026. Older weeks are hidden at this screen width.
JunJulAugSep
SundayNo releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026No releases on Aug 23, 2026No releases on Aug 30, 2026No releases on Sep 6, 2026
MondayNo releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026No releases on Aug 24, 2026No releases on Aug 31, 2026No releases on Sep 7, 2026
TuesdayNo releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026No releases on Aug 18, 2026No releases on Aug 25, 2026No releases on Sep 1, 2026
Wednesday1 release on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026No releases on Aug 19, 2026No releases on Aug 26, 2026No releases on Sep 2, 2026
ThursdayNo releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026No releases on Aug 20, 2026No releases on Aug 27, 2026No releases on Sep 3, 2026
FridayNo releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 20261 release on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026No releases on Aug 21, 2026No releases on Aug 28, 2026No releases on Sep 4, 2026
SaturdayNo releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026No releases on Aug 22, 2026No releases on Aug 29, 2026No releases on Sep 5, 2026

2 releases since Jul 8, 2026

Changelog

v0.2.0

Latest
Added 3
  • Add "Writing context back (the append trap)" section to SKILL.md with self-check and examples for correct context writing order
  • Name host-local agent memory as a second sink where knowledge is lost to the repo
  • Add Maintenance block to AGENTS.md router example in SKILL.md and to examples/sample-project/
Changed 1
  • Guard AGENTS.md router against context leaking back into it by making the write path explicit
Removed 1
  • Drop permissive "You may append durable decisions to .agents/memory/decisions.md" capability line from routers

From dotagents-standard-skill

Guards the AGENTS.md router against context leaking back into it.

The value of the dotagents layout depends on the router staying a router. The most common way that decays: an agent learns something durable and writes it into AGENTS.md, because that file is already in its context while .agents/ is not. Repeat a few times and the router is the monolith again. This release makes the write path explicit.

Install
npx skills add zaventh/dotagents-standard-skill
What changed
  • SKILL.md — new "Writing context back (the append trap)" section. States the order: classify the context, write it into .agents/, and only then add a routing line — never the content itself. Includes a self-check to run before any AGENTS.md write, and a worked trap-vs-correct example.
  • Names the second sink: host-local agent memory. ~/.claude/ and similar tool-local memory features are machine-local, uncommitted, and invisible to other tools and teammates — knowledge that lands there is lost to the repo just as surely as knowledge appended to the router.
  • ## Maintenance block added to assets/templates/AGENTS.md, to the router example in SKILL.md, and to the worked example in examples/sample-project/.
  • Dropped the permissive You may append durable decisions to .agents/memory/decisions.md capability line from both routers — it read as an allowance rather than a constraint.
A note on validation

These changes were measured with a behavioral eval — 60 runs across two fixture shapes and both router versions — and the append failure they guard against did not reproduce in any run. So this is preventive hardening, not a fix for observed behavior.

The leak that did reproduce is the other one: a "remember I prefer X" instruction landed in host agent-memory rather than .agents/memory/ in most runs, and the router guardrail did not change that. It originates above the project-context layer, so it is documented here but not solved.

Full notes in the changelog.

View originalPermalink
How v0.2.0 went

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

From dotagents-standard-skill

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.

View originalPermalink
How v0.1.0 went
View all

Discussion

If you publish dotagents-standard-skill, you can claim this product by proving you administer its repository.