From atum-stack-backend
Conventions et patterns pour monorepos (Turborepo, Nx, pnpm workspaces). Use when project has turbo.json, nx.json, or workspace config.
npx claudepluginhub arnwaldn/atum-plugins-collection --plugin atum-stack-backendThis skill uses the workspace's default tool permissions.
Conventions et patterns pour travailler dans un monorepo. Applicable quand le projet utilise Turborepo, Nx, pnpm workspaces, ou npm/yarn workspaces.
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.
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.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Conventions et patterns pour travailler dans un monorepo. Applicable quand le projet utilise Turborepo, Nx, pnpm workspaces, ou npm/yarn workspaces.
turbo.json, nx.json, ou pnpm-workspace.yaml dans le projetmonorepo/
apps/
web/ # Next.js frontend
mobile/ # React Native / Expo
api/ # Backend service
packages/
ui/ # Shared component library
config/ # Shared ESLint, TS configs
types/ # Shared TypeScript types
utils/ # Shared utilities
turbo.json # Turborepo pipeline config
pnpm-workspace.yaml
package.json # Root scripts, devDependencies
workspace:* protocolturbo.json or nx.jsonturbo run test --filter=...[HEAD^]pnpm for strict hoisting and disk efficiency"@myorg/ui": "workspace:*"packages/config/node_modules and build outputs--filter to build/test only affected packages