From role-fullstack
Manage monorepos with Turborepo (pipelines, local/remote caching, task graph) or Nx (generators, affected commands, module boundaries). Covers pnpm workspaces setup, shared packages (ui, types, utils, config, database, validators), cross-project dependency rules, and CI optimization via change detection and parallel execution. Use when setting up or maintaining a monorepo, creating shared packages, or optimizing CI build times.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-fullstackThis skill is limited to using the following tools:
- Setting up a new monorepo with multiple apps and shared packages
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
ui, types, utils, or config packageworkspace:* dependencies and version consistency^build is topological order — Turborepo resolves dependency graph automatically; always use dependsOn: ["^build"] so packages build in the right sequenceoutputs is not configured, Turborepo cannot cache; always declare build artifacts including .next/** and dist/**nx graph or madge surfaces cycles before they become painfulpackages/types exports interfaces and enums only; both frontend and backend import from it for contract consistencyreferences/turborepo-setup.md — tool comparison table, recommended monorepo directory structure, turbo.json configuration with task pipeline, pnpm workspace setup and catalog version pinningreferences/shared-packages-ci.md — packages/ui barrel exports and subpath exports, packages/types rules, packages/config sharing pattern, Nx generators and affected commands, CI optimization steps, cross-project dependency rules, common pitfalls