Generate, validate, and ship Agent Skills alongside your library — versioned knowledge that agents discover automatically from node_modules. Skills live in each library's repo and update when the package updates.
Ship Agent Skills — procedural knowledge agents load on demand — as part of your npm package. Skills travel with your library via npm update, not the model's training cutoff or copy-pasted rules files.
Automatic Discovery
Agents discover skills automatically from node_modules. No manual setup per-library. Install the package and agents can find and use the skills — compatible with the open Agent Skills format.
Staleness Detection
Each skill declares its source docs. When those docs change, @tanstack/intent stale flags the skill for review. Run it in CI and you get a failing check when sources drift — skills become part of your release checklist.