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-startskilz install settlemint/agent-marketplace/tanstack-start --agent opencodeskilz install settlemint/agent-marketplace/tanstack-start --agent codexskilz install settlemint/agent-marketplace/tanstack-start --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
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-marketplacecp -r agent-marketplace/devtools/skills/tanstack-start ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
answer-engine-optimization
by alirezarezvani
> Professional Answer Engine Optimization for Marketers & SEO Specialists
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
agile-product-owner
by alirezarezvani
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and...
app-store-optimization
by alirezarezvani
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play S...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- Primary Domain
- Market Score
- 0
Agent Skill Grade
B Score: 84/100 Click to see breakdown
Score Breakdown
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_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 pattern...
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.