turbo

0
C

Turborepo monorepo build system with task pipelines, caching, and package management. Triggers on turbo, turbo.json, monorepo.

CommandsAgentsMarketplace
#tasks#dev tasks#task pipelines#Configure Turborepo#task#turbo description#Turborepo monorepo#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/turbo
skilz install settlemint/agent-marketplace/turbo --agent opencode
skilz install settlemint/agent-marketplace/turbo --agent codex
skilz install settlemint/agent-marketplace/turbo --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/turbo ~/.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

C
Score: 79/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
22/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20
Modifiers: -3

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

  1. That "Always fetch" phrasing in mcp_first — You're addre...

AI-Detected Topics

Extracted using NLP analysis

tasks dev tasks task pipelines Configure Turborepo task turbo description Turborepo monorepo monorepo Turborepo Long-running tasks

Report Security Issue

Found a security vulnerability in this agent skill?