EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. TanStack Intent
    TanStack Intent icon

    TanStack Intent

    Agent Skill Registries
    Featured

    A CLI for library maintainers to generate, validate, and ship Agent Skills alongside their npm packages, enabling auto-discovered, versioned AI guidance from installed dependencies.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open source under the MIT License. Use, modify, and distribute freely.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesAI Development LibrariesDocumentation

    Alternatives

    fireworks-tech-graphBlueprintCore AI Models
    Developer
    TanStack LLCUtah, USAEst. 2020

    Listed Aug 2026

    About TanStack Intent

    TanStack Intent is an open-source CLI tool built by TanStack that lets library maintainers author, validate, and publish Agent Skills directly inside their npm packages. Currently in alpha, it bridges the gap between static documentation and AI-agent consumption by giving packages a versioned, structured way to ship usage guidance that agents can discover and load on demand.

    What It Is

    TanStack Intent sits at the intersection of package tooling and agent infrastructure. A library maintainer authors a SKILL.md file alongside their source code, declares which documentation files the skill depends on, validates the structure in CI, and includes the file in the npm tarball. When a consumer's workspace runs Intent, it scans installed dependencies for these static skill files—without executing any package code—and surfaces relevant guidance to an AI agent only when the active task calls for it.

    How the Maintainer Loop Works

    The workflow follows four stages that keep skills tightly coupled to the code they describe:

    • Author – Write a SKILL.md with source references pointing to the relevant docs files.
    • Validate – Run structure and source-reference checks in CI to catch stale or broken links before release.
    • Publish – Include the skill file in the npm files array so it ships with every package version.
    • Discover – The public registry indexes package history, making versioned skill history browsable after indexing.

    Because the package version and the skill version are the same artifact, consumers always get guidance that matches the exact library version they have installed.

    Consumer Trust Model and Discovery

    Intent's discovery mechanism is designed to be safe by default. It reads package metadata and static skill files from the workspace lockfile without executing any package code. An allowlist and exclusions list decide which packages may contribute guidance, and a skill is only loaded when the current agent task is relevant. The homepage notes that "editor and install hooks may streamline discovery" but explicitly states they "are not a security boundary."

    The intent stale command flags skills whose declared source documentation has changed since the skill was authored. Critically, the tool does not claim to understand whether the semantic advice is still correct—it surfaces a review signal and leaves the judgment call to the maintainer.

    CLI and Tooling Surface

    TanStack Intent is distributed as an npm package (@tanstack/intent) and used primarily through its CLI. Key commands include intent install for setup and intent stale for freshness checks. The project is written in TypeScript, licensed under MIT, and hosted at github.com/TanStack/intent. It is part of the broader TanStack ecosystem alongside Query, Router, Table, Form, and other libraries.

    Update: v0.3.6

    The latest release is v0.3.6, published in July 2026. The repository was created in January 2026 and has seen active development, with the last push in August 2026. The project is labeled alpha on the homepage, signaling that the API and conventions are still stabilizing. The homepage lists 1M total downloads and 103,914 weekly downloads across the TanStack npm org, and the Intent repository itself has 320 GitHub stars as of the last recorded update.

    TanStack Intent - 1

    Community Discussions

    Be the first to start a conversation about TanStack Intent

    Share your experience with TanStack Intent, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open source under the MIT License. Use, modify, and distribute freely.

    • Full CLI access
    • Generate and validate Agent Skills
    • Ship skills with npm packages
    • Workspace skill discovery
    • MIT License

    Capabilities

    Key Features

    • Generate Agent Skills (SKILL.md) for npm packages
    • Validate skill structure and source references in CI
    • Ship skills inside npm tarballs versioned with the package
    • Workspace dependency scanning without executing package code
    • Allowlist and exclusion controls for trusted skill sources
    • intent stale command to flag skills with changed source docs
    • Auto-discovery of installed dependency skills
    • Load only relevant skills for the active agent task
    • Compatible with the open Agent Skills standard
    • TypeScript-first CLI

    Integrations

    npm
    TanStack Router
    TanStack Query
    TanStack Table
    TanStack Form
    TanStack Start
    Agent Skills (agentskills.io)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate TanStack Intent and help others make informed decisions.

    Developer

    TanStack LLC

    TanStack builds high-quality open-source software and developer libraries for web applications. The organization produces headless, type-safe utilities for routing, state management, data fetching, tables, and related tooling. The team publishes TypeScript-first libraries and maintains public repositories to enable contributions and integrations. They sustain a community-driven ecosystem of interoperable libraries and documentation.

    Founded 2020
    Utah
    20 employees

    Used by

    Cloudflare
    Netlify
    Prisma
    WorkOS
    +5 more
    Read more about TanStack LLC
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    fireworks-tech-graph icon

    fireworks-tech-graph

    Generate publication-ready SVG, PNG, and animated GIF technical diagrams from natural language descriptions, with 12 visual styles and built-in AI/Agent domain patterns.

    Blueprint icon

    Blueprint

    An agent skill that reads your code and renders interactive sequence diagrams as self-contained HTML files, with zero dependencies.

    Core AI Models icon

    Core AI Models

    Apple's open-source collection of model export recipes, Python authoring primitives, Swift runtime utilities, and coding-agent skills for deploying on-device AI models with the Core AI framework.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    91 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    271 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    83 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions