Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blog/from-docs-to-agents.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Introducing TanStack Intent: Ship Agent Skills with Your npm Packages'
title: 'Introducing TanStack Intent: Ship Agent Skills with your npm Packages'
published: 2026-03-04
authors:
- Sarah Gerrard
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ export const intent: LibrarySlim = {
name: 'TanStack Intent',
cardStyles: 'text-sky-500 dark:text-sky-400 hover:border-current',
to: '/intent',
tagline: 'Ship Agent Skills with Your npm Packages',
tagline: 'Ship Agent Skills with your npm Packages',
description:
"Generate, validate, and ship Agent Skills alongside your library — versioned knowledge that agents discover automatically from node_modules. Skills live in each library's repo and update when the package updates.",
badge: 'alpha',
Expand Down
Loading