tanstack-start

0
B

TanStack Start full-stack React framework. Covers file-based routing, SSR, data loading, and server functions. Triggers on tanstack start, createFileRoute, loader.

CommandsAgentsMarketplace
#TanStack Start#tanstack-start description#Start#full-stack React#TanStack#loader#data loading#quick start

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/tanstack-start
skilz install settlemint/agent-marketplace/tanstack-start --agent opencode
skilz install settlemint/agent-marketplace/tanstack-start --agent codex
skilz install settlemint/agent-marketplace/tanstack-start --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/tanstack-start ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

B
Score: 84/100 Click to see breakdown

Score Breakdown

Spec Compliance
14/15
PDA Architecture
23/30
Ease of Use
23/25
Writing Style
8/10
Utility
17/20
Modifiers: -1

Areas to Improve

  • Missing reference files for deep topics
  • No explicit numbered workflow
  • Evolution section has marketing tone

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your tanstack-start skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 84/100, solid B-grade territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Spec Compliance (14/15) — your frontmatter and naming are dialed in. The weakest spot is Progressive Disclosure Architecture (23/30) — mostly about how you're organizing the content rather than what's in it.

What's Working Well

  • Trigger coverage is excellent — You've got explicit mentions, API patterns, intents, and even common typos (tankstack, tan stack). That's how you get found.
  • Spec Compliance is nearly perfect — Your YAML is clean, naming follows convention, and your description actually tells people when to use this.
  • Real problem-solving chops — You're addressing actual TanStack Start patterns: file-based routing, SSR, server functions, auth flows. This fills a real gap in the docs.
  • Code examples throughout — Multiple patterns covering routing, data loading, and server functions. The file_structure section gives people a clear template to start from.

The Big One: Your File Structure Is Hitting a Wall

At 370 lines, your SKILL.md is crossing the threshold where a single monolithic file starts working against you. Right now, everything is inline — which is fine for discovery but inefficient for deep dives.

The fix: Split into references. Keep mcp_first and quick_start in SKILL.md (the hook), but move the meaty stuff into references/:

  • references/routing_patterns.md — nested routes, dynamic segments, search params
  • references/data_loading.md — loaders, server functions, streaming
  • references/authentication.md — auth pattern...

AI-Detected Topics

Extracted using NLP analysis

TanStack Start tanstack-start description Start full-stack React TanStack loader data loading quick start React Search params

Report Security Issue

Found a security vulnerability in this agent skill?