<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/i-wish-this-was-better-botlo5gk4" -->

---
title: I Wish This Was Better | daily.dev
description: TanStack Intent is a new library designed to bundle AI skill files with npm packages so library versions and their associated agent skills stay in sync. The...
canonical: https://daily.dev/posts/i-wish-this-was-better-botlo5gk4
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I Wish This Was Better | daily.dev
og:description: TanStack Intent is a new library designed to bundle AI skill files with npm packages so library versions and their associated agent skills stay in sync. The...
og:url: https://daily.dev/posts/i-wish-this-was-better-botlo5gk4
og:image: https://api.daily.dev/og/posts/BotlO5Gk4.png
og:image:alt: I Wish This Was Better
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Wish This Was Better

**[Web Dev Simplified](https://daily.dev/sources/wds)** · 10 min read · 1 upvotes · 0 comments

## Summary

TanStack Intent is a new library designed to bundle AI skill files with npm packages so library versions and their associated agent skills stay in sync. The approach works by scanning node_modules for skill files and writing references into an agents.md file via an LLM prompt. Key criticisms include: the install command relies on a non-deterministic LLM, skills don't auto-update when packages change, the agents.md approach pollutes project config and can fall out of sync, and malicious packages could inject harmful skill definitions. An alternative approach is proposed: directly reference skill files inside node_modules from your agent's settings file (demonstrated with the Pyi editor), bypassing the need for TanStack Intent entirely while keeping skills in sync with the actual source of truth.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=BH9ZgUYjiic>

---

Tags: [#security](https://daily.dev/tags/security), [#ai-coding](https://daily.dev/tags/ai-coding), [#npm](https://daily.dev/tags/npm), [#tanstack](https://daily.dev/tags/tanstack)

[View this post on daily.dev](https://daily.dev/posts/i-wish-this-was-better-botlo5gk4)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I Wish This Was Better","url":"https://daily.dev/posts/i-wish-this-was-better-botlo5gk4","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-wish-this-was-better-botlo5gk4"},"datePublished":"2026-07-21T16:11:19.801Z","dateModified":"2026-07-21T16:11:40.605Z","description":"TanStack Intent is a new library designed to bundle AI skill files with npm packages so library versions and their associated agent skills stay in sync. The...","image":"https://i.ytimg.com/vi/BH9ZgUYjiic/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/BH9ZgUYjiic/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Web Dev Simplified","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Web Dev Simplified","logo":"https://media.daily.dev/image/upload/s--dXRQOCB9--/f_auto/v1718347713/logos/wds","url":"https://daily.dev/sources/wds"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/i-wish-this-was-better-botlo5gk4","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,ai-coding,npm,tanstack","timeRequired":"PT10M","video":{"@type":"VideoObject","name":"I Wish This Was Better","description":"TanStack Intent is a new library designed to bundle AI skill files with npm packages so library versions and their associated agent skills stay in sync. The...","thumbnailUrl":"https://i.ytimg.com/vi/BH9ZgUYjiic/sddefault.jpg","uploadDate":"2026-07-21T16:11:19.801Z","duration":"PT10M","url":"https://api.daily.dev/r/BotlO5Gk4","embedUrl":"https://www.youtube.com/embed/BH9ZgUYjiic"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Web Dev Simplified","item":"https://daily.dev/sources/wds"},{"@type":"ListItem","position":3,"name":"I Wish This Was Better"}]}
```

