Generate, update, and version a complete skill tree (collection of SKILL.md files) for any JavaScript or TypeScript library. Produces core skills (framework-agnostic) and framework skills (React, Solid, Vue bindings) with dependency linking. Activate when producing skill files from a domain map, updating existing skills after a library version change, or auditing skill accuracy. Takes domain_map.yaml and skill_spec.md from skill-domain-discovery as primary inputs.
$npx -y skills add tanstack/intent --skill tree-generatorInstalls into the current project.
Run `npx skills use "https://github.com/tanstack/intent" --skill "tanstack/intent/tree-generator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tanstack/intent" that are relevant to the current task. Run `npx skills add "https://github.com/tanstack/intent"` and select the relevant skills, then follow their instructions.