From b080fcddad3372ea392e03fe4e5e37d706b00ce1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 17 Aug 2026 22:32:33 +0200 Subject: [PATCH] docs: document intent skill loading Adds the @tanstack/intent skill lookup step to AGENTS.md so agents check for a matching local skill before editing files. --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 8cd29dc63..0c83a7e51 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,14 @@ + +## Skill Loading + +Before editing files for a substantial task: +- Run `pnpm dlx @tanstack/intent@latest list` from the workspace root to see available local skills. +- If a listed skill matches the task, run `pnpm dlx @tanstack/intent@latest load #` before changing files. +- Use the loaded `SKILL.md` guidance while making the change. +- Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed. +- Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans multiple packages or concerns. + + # AGENTS.md ## Cursor Cloud specific instructions