TanStackTanStackOfficialยท5 Agent Skills Included

intent

Generate, validate, and ship skills with npm packages

Generates, validates, and publishes SKILL.md files alongside JavaScript and TypeScript npm packages. Eliminates manual skill authoring, stale documentation, and inconsistent formatting across library releases. Keeps skills versioned with source code and auto-discoverable, so coding agents always load accurate, up-to-date guidance.
npx skills add TanStack/intent --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’