tanstack-intent

Map TanStack Intent skills from installed npm packages to agent tasks.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Jkker/react-template --skill tanstack-intent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack-intent
Source: https://github.com/Jkker/react-template/tree/main/.agents/skills/tanstack-intent
Command: npx skills add https://github.com/Jkker/react-template --skill tanstack-intent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovers and maps TanStack Intent skills embedded in installed npm packages to align agent tasks with available capabilities.

Core Features & Use Cases

  • Discover TanStack Intent skills from project dependencies and external packages.
  • Map skills to agent tasks to enable automated skill lookup and activation.
  • Re-sync skill mappings after dependency updates to keep agent configurations current.

Quick Start

Run a TanStack Intent skill sync to align installed package skills with your agent tasks.

Frequently Asked Questions about tanstack-intent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover TanStack Intent skills embedded in installed npm packages?

To discover TanStack Intent skills, run the CLI workflow with vpx list commands to scan project dependencies and map embedded skills. This synchronizes installed package skills with your agent tasks.

How do I resync TanStack Intent skill mappings after an npm dependency update?

Resync TanStack Intent skill mappings after dependency updates by running vpx stale and vpx install commands. This audits intent-skills after package changes and updates AGENTS.md blocks to reflect current mappings.

What is the purpose of mapping intent-skills in a TanStack ecosystem?

Mapping intent-skills aligns agent tasks with available capabilities discovered in installed npm packages. This keeps automated skill lookup and activation current across TanStack ecosystems during dependency updates.

Does the TanStack Intent CLI update AGENTS.md automatically?

Yes, the TanStack Intent CLI updates AGENTS.md intent-skills blocks automatically. It reflects current skill mappings by rewriting the configuration blocks during the sync workflow.

Can I audit external npm packages for TanStack Intent skills?

Yes, you can audit external npm packages for TanStack Intent skills. The vpx meta command extracts skill metadata from installed dependencies to align agent configurations with available package capabilities.

What are the limitations of synchronizing TanStack Intent skills across packages?

Synchronizing TanStack Intent skills requires installed npm packages containing embedded intent-skills. The CLI workflow only maps and updates AGENTS.md blocks for dependencies that explicitly expose TanStack Intent capabilities.