{
  "markdown": "# TanStack Skills\n\nClaude Code skills for the complete TanStack ecosystem. Comprehensive API documentation, code examples, TypeScript patterns, best practices, and common pitfalls for AI-assisted development.\n\n## Quick Install (Plugin Marketplace)\n\n```bash\n# Add the marketplace\n/plugin marketplace add tanstack-skills/tanstack-skills\n\n# Install all TanStack skills\n/plugin install tanstack-all@tanstack-skills\n\n# Or install individual plugins\n/plugin install tanstack-query@tanstack-skills\n/plugin install tanstack-router@tanstack-skills\n/plugin install tanstack-start@tanstack-skills\n```\n\n## Available Plugins\n\n### Bundle Plugins\n\n| Plugin | Description |\n|--------|-------------|\n| `tanstack-all` | All 13 TanStack skills - complete ecosystem coverage |\n| `tanstack-core` | Start + Router + Query - the essential full-stack trio |\n| `tanstack-ui` | Table + Form + Virtual - headless UI components |\n| `tanstack-data` | Query + Store + DB - state management and data layer |\n\n### Individual Plugins\n\n| Plugin | Status | Description |\n|--------|--------|-------------|\n| `tanstack-start` | RC | Full-stack React framework with SSR, streaming, server functions |\n| `tanstack-router` | Stable | Type-safe file-based routing with search params and data loading |\n| `tanstack-query` | Stable | Async state management with caching, mutations, and SSR |\n| `tanstack-table` | Stable | Headless tables with sorting, filtering, pagination, virtualization |\n| `tanstack-form` | Stable | Headless forms with sync/async/schema validation |\n| `tanstack-db` | Beta | Client-first reactive database with live queries |\n| `tanstack-ai` | Alpha | Provider-agnostic AI SDK with streaming and tool calling |\n| `tanstack-virtual` | Stable | Virtualization for lists and grids with dynamic sizing |\n| `tanstack-pacer` | Beta | Debouncing, throttling, rate limiting, queuing |\n| `tanstack-store` | Alpha | Framework-agnostic reactive data store |\n| `tanstack-devtools` | Alpha | Centralized devtools panel with plugin architecture |\n| `tanstack-config` | Stable | Build, lint, and publish configuration toolkit |\n| `tanstack-cli` | Stable | Project scaffolding with 30+ integrations and MCP server |\n\n## Installation Methods\n\n### Method 1: Plugin Marketplace (Recommended)\n\n```bash\n# Step 1: Add this repository as a marketplace\n/plugin marketplace add tanstack-skills/tanstack-skills\n\n# Step 2: Install plugins you need\n/plugin install tanstack-all@tanstack-skills      # Everything\n/plugin install tanstack-core@tanstack-skills     # Start + Router + Query\n/plugin install tanstack-query@tanstack-skills    # Just Query\n```\n\n### Method 2: Direct Git URL\n\n```bash\n/plugin marketplace add https://github.com/tanstack-skills/tanstack-skills.git\n/plugin install tanstack-all@tanstack-skills\n```\n\n### Method 3: Local Clone\n\n```bash\ngit clone https://github.com/tanstack-skills/tanstack-skills.git\n/plugin marketplace add ./tanstack-skills\n/plugin install tanstack-all@tanstack-skills\n```\n\n## Managing Plugins\n\n```bash\n# List installed plugins\n/plugin list\n\n# Update marketplace\n/plugin marketplace update\n\n# Disable a plugin\nclaude plugin disable tanstack-query@tanstack-skills\n\n# Uninstall a plugin\nclaude plugin uninstall tanstack-query@tanstack-skills\n```\n\n## What's Included\n\nEach skill provides:\n\n- **Overview** - Package names, installation, and core concepts\n- **API Reference** - Hooks, functions, classes, and their signatures\n- **Code Examples** - Real-world usage patterns with TypeScript\n- **TypeScript Patterns** - Type inference, generics, and type safety tips\n- **Best Practices** - Recommended patterns and architectural guidance\n- **Common Pitfalls** - Mistakes to avoid and how to fix them\n- **Integration Patterns** - How libraries work together\n\n## TanStack Ecosystem\n\n```\n┌─────────────────────────────────────────────────────────────┐\n│                      TanStack Start                         │\n│              (Full-stack React Framework)                   │\n├─────────────────────────────────────────────────────────────┤\n│  Router  │  Query  │  Form  │  Table  │  Virtual  │  AI    │\n├──────────┴─────────┴────────┴─────────┴───────────┴────────┤\n│     DB     │    Store    │    Pacer    │    Devtools       │\n├─────────────────────────────────────────────────────────────┤\n│                Config  │  CLI (scaffolding + MCP)           │\n└─────────────────────────────────────────────────────────────┘\n```\n\n## Repository Structure\n\n```\ntanstack-skills/\n├── .claude-plugin/\n│   └── marketplace.json      # Marketplace manifest\n├── plugins/\n│   ├── tanstack-all/         # Bundle: all skills\n│   ├── tanstack-core/        # Bundle: start + router + query\n│   ├── tanstack-ui/          # Bundle: table + form + virtual\n│   ├── tanstack-data/        # Bundle: query + store + db\n│   ├── tanstack-start/       # Individual plugin\n│   ├── tanstack-router/\n│   ├── tanstack-query/\n│   ├── tanstack-table/\n│   ├── tanstack-form/\n│   ├── tanstack-virtual/\n│   ├── tanstack-store/\n│   ├── tanstack-db/\n│   ├── tanstack-ai/\n│   ├── tanstack-pacer/\n│   ├── tanstack-devtools/\n│   ├── tanstack-config/\n│   └── tanstack-cli/\n└── README.md\n```\n\n## License\n\nMIT\n",
  "bytes": 5150,
  "sha": "e6b1ad866c8d3fcdedd6c470403fc09887d1c61f49d0ac8845e620018c001358",
  "repo_slug": "tanstack-skills/tanstack-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_tanstack_skills_tanstack_skills_tanstack_06119c2d/readme"
}