Turborepo Caching
Skill Verified ActiveConfigure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
To empower developers to efficiently set up and optimize Turborepo for monorepo builds, leveraging local and remote caching strategies for faster development cycles.
Features
- Turborepo configuration templates
- Local and remote caching strategies
- Build pipeline optimization guidance
- CI/CD integration examples
- Monorepo setup and best practices
Use Cases
- Setting up new Turborepo projects
- Optimizing existing build pipelines
- Implementing distributed caching for faster builds
- Migrating from other monorepo tools
Non-Goals
- Replacing Turborepo itself
- Providing generic monorepo management beyond build configuration
- Managing package dependencies outside of Turborepo's workspace protocol
Documentation
- info:READMEThe README is comprehensive and well-organized, detailing the overall project structure and capabilities, but the skill-specific information is primarily within SKILL.md.
Installation
First, add the marketplace
/plugin marketplace add wshobson/agents/plugin install developer-essentials@claude-code-workflowsQuality Score
VerifiedTrust Signals
Similar Extensions
Turborepo
78High-performance monorepo build system with intelligent caching, task orchestration, and parallel execution for multi-package repositories and microservices.
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.