Toolverse
All skills

turborepo

by vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
vercel
Category
DevOps
Views
66

About this skill

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \

How to use

  1. Zainstaluj Turborepo w swoim monorepo, jeśli jeszcze go nie masz – dodaj go do zależności root package.json lub użyj CLI do inicjalizacji struktury.

  2. Utwórz plik turbo.json w katalogu root repozytorium. W tym pliku zdefiniuj wszystkie zadania (build, lint, test) oraz ich zależności za pomocą pola dependsOn, które wskazuje, które zadania muszą być wykonane wcześniej.

  3. Dodaj skrypty do każdego pakietu – w package.json każdej aplikacji i biblioteki (apps/web, apps/api, packages/ui) umieść konkretne polecenia, takie jak "build": "next build" lub "lint": "eslint .".

  4. W root package.json dodaj delegujące skrypty, które uruchamiają Turborepo – na przykład "build": "turbo run build". Nie umieszczaj logiki zadań w root package.json, ponieważ uniemożliwia to paralelizację.

  5. Uruchom zadania za pomocą turbo run – polecenie turbo run build automatycznie wykryje zależności między pakietami i uruchomi je w optymalnej kolejności, cache'ując wyniki dla przyszłych uruchomień.

  6. Opcjonalnie skonfiguruj cache zdalne, aby wyniki były udostępniane między członkami zespołu i w CI/CD – dzięki temu każdy developer i pipeline mogą korzystać z wcześniej cache'owanych wyników zamiast przebudowywać wszystko od nowa.

Related skills

trello

by openclaw

Manage Trello boards, lists, and cards via the Trello REST API.

DevOps
23107

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

pmbok-project-management

by jgtolentino

Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas

DevOps
21133

planning-with-files

by davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring u003e5 tool calls.

DevOps
2365

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166

aws-solution-architect

by alirezarezvani

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,

DevOps
1231