Turborepo
Skill ActiveHigh-performance monorepo build system with intelligent caching, task orchestration, and parallel execution for multi-package repositories and microservices.
To empower developers with detailed knowledge and practical examples for effectively using Turborepo to manage and optimize monorepo builds.
Features
- Monorepo build system configuration
- Intelligent caching and task orchestration
- Parallel execution for multi-package repositories
- CI/CD integration guidance
- Docker and deployment strategies
Use Cases
- Setting up a new monorepo with Turborepo
- Optimizing build performance in existing monorepos
- Integrating Turborepo with CI/CD pipelines
- Migrating from single repositories to a monorepo structure
Non-Goals
- Providing a direct executable for Turborepo
- Managing individual package dependencies outside of monorepo context
- Offering build system alternatives
- Configuring specific application code within the monorepo
Trust
- warning:Issues AttentionThere are 4 issues opened and 0 closed in the last 90 days, indicating slow or no maintenance response to open issues.
Installation
npx skills add bobmatnyc/claude-mpm-skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
Similar Extensions
Turborepo Caching
98Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
Playwright Best Practices
100Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".
Netlify Identity
100Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.
Vue Router Best Practices
100Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.