turbo
Turborepo monorepo build system with task pipelines, caching, and package management. Triggers on turbo, turbo.json, monorepo.
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/turboskilz install settlemint/agent-marketplace/turbo --agent opencodeskilz install settlemint/agent-marketplace/turbo --agent codexskilz install settlemint/agent-marketplace/turbo --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/turbo ~/.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
C Score: 79/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing step-by-step workflow
- Second-person voice in mcp_first
- Evolution section adds token cost without execution value
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 turbo skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 79/100, which puts you in solid C territory — good fundamentals, but some gaps that are keeping you from reaching the next level. This is based on Anthropic's best practices for skill design. Your strongest area is Ease of Use (22/25) with excellent trigger coverage and metadata — the weakness is Progressive Disclosure Architecture (22/30), where you're losing points on scalability and token economy.
What's Working Well
- Trigger coverage is chef's kiss — You've got both intent phrases ("optimize monorepo builds") and artifact patterns (regex for
turbo.json), plus CLI flag triggers. That's solid discoverability. - Good practical examples — The JSON config examples showing common task patterns actually help Claude understand what you're solving for. Real workflows, not abstract theory.
- Clear constraints — Your "banned practices" and "required practices" sections give Claude guardrails. That's the kind of structure that prevents hallucinations.
The Big One: Step-by-Step Setup is Missing
Your quick start shows the turbo.json config but doesn't walk through the actual workflow. Right now Claude gets the destination but not the journey. This affects Ease of Use directly.
The fix: Add a numbered workflow before the config examples:
1) Verify turbo is installed (task turbo --version)
2) Create turbo.json in monorepo root
3) Define task pipeline (dependencies, outputs, cache rules)
4) Run turbo build --dry-run to validate
5) Execute full build with turbo build
This is +2-3 points right there.
Other Things Worth Fixing
- That "Always fetch" phrasing in mcp_first — You're addre...
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.