skills/turborepo/SKILL.md
Turborepo monorepo build system for JavaScript/TypeScript — task orchestration, caching, workspace management, and CI/CD optimization. MANDATORY TRIGGERS: turborepo, turbo, turbo.json, turbo run, turbo prune, monorepo, workspace. Also trigger when user wants to set up a monorepo, configure task pipelines, optimize CI builds with caching, structure apps and packages in a single repo, use remote caching, or deploy from a monorepo with Docker. When in doubt about whether to use this skill for monorepo tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph turborepoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
High-performance build system for JavaScript and TypeScript monorepos, written in Rust.
Source: turborepo.dev/docs | Package: turbo v2.9.x | License: MPL-2.0
| Reference | File | Read When |
|-----------|------|-----------|
| Overview & Setup | references/00-overview.md | Getting started, installation, when to use Turborepo, project init |
| Configuration | references/01-configuration.md | turbo.json tasks, dependsOn, inputs, outputs, extends |
| Caching | references/02-caching.md | Local caching, cache hits, content hashing, outputs, cache busting |
| Remote Caching | references/03-remote-caching.md | Vercel Remote Cache, self-hosted cache, team sharing |
| Workspace Structure | references/04-workspace-structure.md | apps/ vs packages/, internal packages, creating packages |
| Environment Variables | references/05-environment-variables.md | env, globalEnv, passThroughEnv, strict/loose mode, wildcards |
| Running Tasks | references/06-running-tasks.md | turbo run, --filter, --affected, concurrency, dry runs |
| CI/CD Integration | references/07-ci-cd.md | GitHub Actions, CI pipelines, caching in CI, --affected in CI |
| Docker Deployment | references/08-docker.md | turbo prune, multi-stage builds, --docker flag, deployment |
| Watch Mode | references/09-watch-mode.md | turbo watch, development workflow, task-level filtering |
| Code Generation | references/10-generators.md | turbo gen, workspace scaffolding, custom generators, Plop |
| Boundaries | references/11-boundaries.md | Package boundaries, tags, dependency rules, import linting |
| CLI Reference | references/12-cli-reference.md | All CLI commands, flags, options, turbo query, turbo ls |
# Create new monorepo
npx create-turbo@latest
# Add to existing monorepo
npm install turbo --save-dev
# Global install (optional)
npm install turbo --global
development
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
development
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
tools
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.