New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tanstack/db-playbook

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/db-playbook

TanStack DB Playbook - skills for AI agents building with TanStack DB

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
4
Created
Source

@tanstack/db-playbook

A playbook of skills for AI agents building with TanStack DB.

What is a Playbook?

A playbook is the collection of skills, patterns, and tools someone uses in a vibe-coding context — analogous to "stack" but for the less deliberate, more aesthetic-driven way people assemble their setup now.

This package provides structured documentation designed for AI coding assistants (Claude Code, Cursor, Copilot, etc.) to help them build TanStack DB applications effectively.

Skills are distilled, task-focused patterns that agents can quickly consume and apply — unlike large documentation that often exceeds context limits.

Installation

npm install @tanstack/db-playbook

CLI Usage

# List all available skills
npx @tanstack/db-playbook list

# Show a specific skill
npx @tanstack/db-playbook show tanstack-db
npx @tanstack/db-playbook show tanstack-db/live-queries
npx @tanstack/db-playbook show tanstack-db/mutations

Skills Structure

SkillPurpose
tanstack-dbRouter/entry point with routing table
tanstack-db/live-queriesReactive queries, joins, aggregations
tanstack-db/mutationsOptimistic updates, transactions, paced mutations
tanstack-db/collectionsQueryCollection, ElectricCollection, sync modes
tanstack-db/schemasValidation, transformations, TInput/TOutput
tanstack-db/electricElectricSQL integration, txid matching

Each skill includes:

  • SKILL.md - Common patterns and routing table
  • references/ - Deep-dive documentation for specialized topics

For AI Agents

Point your agent to the skills directory or use the CLI to fetch specific skills:

# Get the main routing skill
npx @tanstack/db-playbook show tanstack-db

# Get specific domain skills
npx @tanstack/db-playbook show tanstack-db/live-queries

The router skill (tanstack-db) contains a routing table that helps agents find the right sub-skill for any task.

Learn More

Keywords

tanstack

FAQs

Package last updated on 30 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts