Skip to content

Commit c07de63

Browse files
KyleAMathewsclaude
andcommitted
update blog post framing and Intent tagline
- Reframe closing as maintainer call-to-action with DB PR link - Update Intent tagline and description Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ae636d3 commit c07de63

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/blog/from-docs-to-agents.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,8 @@ npx intent feedback
134134

135135
Skills that keep needing the same workaround are a signal. Sometimes the fix is a better skill. Sometimes it's a better API. A skill that dissolves because the tool absorbed its lesson is the system working as intended.
136136

137-
## The new job
137+
## Try it out
138138

139-
Devtool makers have a new surface to maintain. You used to ship code, docs, and types. Now there's a fourth artifact: skills — knowledge encoded for the thing writing most of the code.
140-
141-
The tools that invest here will produce developers who build confidently with them from day one. Not through tutorials. Not through toy projects. Through correct patterns absorbed in the context of their own real work.
139+
We've started rolling out skills in [TanStack DB](https://github.com/TanStack/db/pull/1330) with other TanStack libraries following. If you maintain a library, tell your coding agent to run `npx @tanstack/intent scaffold` and let us know how it goes. We're looking for feedback on the authoring workflow, the skill format, and what's missing. File issues on [GitHub](https://github.com/TanStack/intent) or find us on [Discord](https://tlinz.com/discord).
142140

143141
The lifecycle is: write your docs, generate skills, ship them with your package, validate and keep them current, learn from how they're used, make your tool better. Repeat.

src/libraries/libraries.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,10 +589,9 @@ export const intent: LibrarySlim = {
589589
name: 'TanStack Intent',
590590
cardStyles: 'text-sky-500 dark:text-sky-400 hover:border-current',
591591
to: '/intent',
592-
tagline:
593-
'Ship compositional knowledge for AI coding agents alongside your npm packages',
592+
tagline: 'Developer Infrastructure for AI-Ready Libraries',
594593
description:
595-
'A toolkit for generating, discovering, and maintaining skills — knowledge encoded for AI coding agents — shipped as npm packages that travel with your code.',
594+
'A toolkit for shipping composable, agent-readable knowledge alongside your npm packages. Automatic discovery from node_modules, distributed architecture where skills live in each library\'s repo, and seamless compatibility across package managers.',
596595
badge: 'alpha',
597596
bgStyle: 'bg-sky-500',
598597
borderStyle: 'border-sky-500/50',

0 commit comments

Comments
 (0)