tanstack-start
TanStack Start full-stack React framework. Covers file-based routing, SSR, data loading, and server functions. Triggers on tanstack start, createFileRoute, loader.
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 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplace cp -r agent-marketplace/devtools/skills/tanstack-start ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 84.0
Agent Skill Grade
B
Score: 84/100
Click to see breakdown
Score Breakdown
Areas to Improve
- At 370 lines, the skill is at the threshold where splitting into references would improve token efficiency for focused queries
- MCP-first and quick_start are separate sections but no clear 1-2-3 workflow sequence
- Timelessness statement reads like marketing rather than instruction
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
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_structuresection 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 paramsreferences/data_loading.md— loaders, server functions, streamingreferences/authentication.md— auth patterns
This isn't about quantity — it's about query efficiency. When someone asks "how do I handle nested routes?", they get a focused reference instead of scanning 370 lines. Expect +3 points on PDA.
Other Things Worth Fixing
Redundancy between quick_start and routing_patterns — Both show basic
createFileRoutewith a loader. Quick_start should be the simplest case; routing_patterns should jump to advanced stuff (dynamic segments, optional parameters). Saves tokens, improves clarity.The "evolution" section reads like marketing — "File-based routing, SSR, and type-safe data loading are foundational full-stack React patterns" feels more like sales copy than instruction. Replace with something task-focused: "Extension points enable domain-specific customization."
No numbered workflow — You have MCP-first and quick_start as separate sections, but no clear "1. Fetch docs 2. Create route 3. Add loader" sequence. A simple numbered workflow section bridges the gap between learning and doing.
Quick Wins
- Split SKILL.md into references (~+3 points, better token economy)
- Remove redundancy between quick_start/routing_patterns examples (~+2 points)
- Add explicit numbered workflow steps (~+1 point)
- Tighten the evolution section language (~+1 point)
Hit those four and you're looking at 91/100 — clean A-grade.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?