intent
Generate, validate, and ship skills with npm packages
All Skills in This Repository (5)
Pure Emerald Level Indicatorsskill-tree-generator
Generate versioned SKILL.md trees for JavaScript and TypeScript libraries.
skill-staleness-check
Detect stale skills from webhook payloads and generate PRs for updated SKILL.md files.
skill-feedback-collection
Collect structured skill usage feedback after coding tasks via gh CLI.
skill-domain-discovery
...
skill-generate
Generate SKILL.md files from domain maps, skill specs, and source docs.
Frequently Asked Questions
FAQPage SchemaHow to install TanStack Intent?โผ
Run `npx skills add TanStack/intent --all -g -y` in your terminal to install all skills in this suite globally.
What does TanStack Intent do?โผ
It is a CLI that helps library maintainers generate, validate, and ship SKILL.md files alongside their npm packages, versioned with the code and auto-discovered by coding agents.
How do I keep library skills up to date?โผ
The staleness-check skill matches upstream source changes against each skill's declared sources, surgically updates affected sections, and opens pull requests automatically.
Does TanStack Intent work with Claude Code and Cursor?โผ
Yes. Generated skills follow the open SKILL.md standard, so they load correctly in Claude Code, Cursor, Copilot, Codex, and other compatible coding agents.
Can I scaffold skills for a new library?โผ
Yes. The domain-discovery and tree-generator skills analyze your docs and source code, interview you about developer tasks, and produce a complete, validated skill tree.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core