Skip to content

Commit 2d1fd08

Browse files
authored
docs: add agent-skills guide and SEO frontmatter (#464)
Add a new getting-started/agent-skills.md guide explaining how to use @tanstack/intent install to wire the bundled Agent Skills from @tanstack/ai and @tanstack/ai-code-mode into Claude Code, Cursor, GitHub Copilot, and other AI coding assistants, register it in docs/config.json, and add a disambiguation callout on code-mode-with-skills.md so readers searching for "skills" land on the correct page. Add description and keywords frontmatter to all 64 hand-authored docs for search-engine discoverability. Auto-generated TypeDoc reference pages under docs/reference/ are left untouched since they would be overwritten on the next regeneration. A follow-up PR on tanstack.com will wire these fields into the document head.
1 parent 9c68bcc commit 2d1fd08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+709
-1
lines changed

docs/adapters/anthropic.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: Anthropic
33
id: anthropic-adapter
44
order: 2
5+
description: "Use Anthropic Claude models with TanStack AI — Claude Sonnet 4.5, Claude Opus, and more via the @tanstack/ai-anthropic adapter."
6+
keywords:
7+
- tanstack ai
8+
- anthropic
9+
- claude
10+
- claude sonnet 4.5
11+
- claude opus
12+
- adapter
13+
- llm
514
---
615

716
The Anthropic adapter provides access to Claude models, including Claude Sonnet 4.5, Claude Opus 4.5, and more.

docs/adapters/elevenlabs.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: ElevenLabs
33
id: elevenlabs-adapter
44
order: 9
5+
description: "Build realtime voice-to-voice conversational AI with ElevenLabs agents in TanStack AI via the @tanstack/ai-elevenlabs adapter."
6+
keywords:
7+
- tanstack ai
8+
- elevenlabs
9+
- realtime voice ai
10+
- conversational ai
11+
- voice chat
12+
- voice agents
13+
- adapter
514
---
615

716
The ElevenLabs adapter provides realtime conversational voice AI for TanStack AI. Unlike text-focused adapters, the ElevenLabs adapter is **voice-focused** -- it integrates with TanStack AI's realtime system to enable voice-to-voice conversations. It does not support `chat()`, `embedding()`, or `summarize()`.

docs/adapters/fal.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
---
22
title: fal.ai
33
id: fal-adapter
4+
description: "Generate images and videos with 600+ models on fal.ai using TanStack AI — Nano Banana Pro, FLUX, and more via the @tanstack/ai-fal adapter."
5+
keywords:
6+
- tanstack ai
7+
- fal.ai
8+
- fal
9+
- image generation
10+
- video generation
11+
- flux
12+
- nano banana
13+
- adapter
414
---
515

616
The fal.ai adapter provides access to 600+ models on the fal.ai platform for image generation and video generation. Unlike text-focused adapters, the fal adapter is **media-focused** — it supports `generateImage()` and `generateVideo()` but does not support `chat()` or tools. Audio and speech support are coming soon.

docs/adapters/gemini.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
title: Google Gemini
33
id: gemini-adapter
44
order: 3
5+
description: "Use Google Gemini with TanStack AI — text, image generation via Imagen and Gemini native (NanoBanana), and experimental TTS via @tanstack/ai-gemini."
6+
keywords:
7+
- tanstack ai
8+
- gemini
9+
- google gemini
10+
- imagen
11+
- nano banana
12+
- image generation
13+
- adapter
14+
- google ai
515
---
616

717
The Google Gemini adapter provides access to Google's Gemini models, including text generation, image generation with both Imagen and Gemini native image models (NanoBanana), and experimental text-to-speech.

docs/adapters/grok.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: Grok (xAI)
33
id: grok-adapter
44
order: 5
5+
description: "Use xAI Grok models with TanStack AI — Grok 4.1, Grok 4, Grok 3, and Grok 2 Image generation via @tanstack/ai-grok."
6+
keywords:
7+
- tanstack ai
8+
- grok
9+
- xai
10+
- grok 4
11+
- grok 4.1
12+
- image generation
13+
- adapter
514
---
615

716
The Grok adapter provides access to xAI's Grok models, including Grok 4.1, Grok 4, Grok 3, and image generation with Grok 2 Image.

docs/adapters/groq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: Groq
33
id: groq-adapter
44
order: 6
5+
description: "Use Groq's fast inference API with TanStack AI for low-latency LLM responses — Llama and other open-weight models via @tanstack/ai-groq."
6+
keywords:
7+
- tanstack ai
8+
- groq
9+
- fast inference
10+
- llama
11+
- low latency
12+
- adapter
13+
- llm
514
---
615

716
The Groq adapter provides access to Groq's fast inference API, featuring the world's fastest LLM inference.

docs/adapters/ollama.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
title: Ollama
33
id: ollama-adapter
44
order: 4
5+
description: "Run local LLMs with Ollama in TanStack AI for private, no-cost AI on your own hardware via the @tanstack/ai-ollama adapter."
6+
keywords:
7+
- tanstack ai
8+
- ollama
9+
- local llm
10+
- self-hosted
11+
- privacy
12+
- llama
13+
- offline ai
14+
- adapter
515
---
616

717
The Ollama adapter provides access to local models running via Ollama, allowing you to run AI models on your own infrastructure with full privacy and no API costs.

docs/adapters/openai.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
title: OpenAI
33
id: openai-adapter
44
order: 1
5+
description: "Use OpenAI models with TanStack AI — GPT-4o, GPT-5, DALL-E image generation, TTS, and Whisper transcription via @tanstack/ai-openai."
6+
keywords:
7+
- tanstack ai
8+
- openai
9+
- gpt-4o
10+
- gpt-5
11+
- dall-e
12+
- whisper
13+
- openai tts
14+
- adapter
15+
- chatgpt
516
---
617

718
The OpenAI adapter provides access to OpenAI's models, including GPT-4o, GPT-5, image generation (DALL-E), text-to-speech (TTS), and audio transcription (Whisper).

docs/adapters/openrouter.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
---
22
title: OpenRouter Adapter
33
id: openrouter-adapter
4+
description: "Access 300+ LLMs from OpenAI, Anthropic, Google, Meta, Mistral, and more through a single API with OpenRouter in TanStack AI."
5+
keywords:
6+
- tanstack ai
7+
- openrouter
8+
- multi-provider
9+
- unified api
10+
- llm gateway
11+
- 300 models
12+
- adapter
413
---
514

615
OpenRouter is TanStack AI's first official AI partner and the recommended starting point for most projects. It provides access to 300+ models from OpenAI, Anthropic, Google, Meta, Mistral, and many more — all through a single API key and unified interface.

docs/advanced/extend-adapter.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
title: Extend Adapter
33
id: extend-adapter
44
order: 7
5+
description: "Extend TanStack AI adapter factories with custom model IDs and fine-tuned models while keeping full type safety for input modalities and provider options."
6+
keywords:
7+
- tanstack ai
8+
- extendAdapter
9+
- custom models
10+
- fine-tuned models
11+
- createModel
12+
- type safety
13+
- adapter factory
514
---
615

716
# Extending Adapters with Custom Models

0 commit comments

Comments
 (0)