Browse and install Cursor skills, rules, Claude prompts, and agent workflows curated by Elevate.
AI tools for Elevate's consulting practitioners: structured delivery workflow, Sherpa system prompt for Claude, and the strict typing skill for any code-adjacent work.
Complete AI tooling for Elevate engineers: all Nx workspace skills, monorepo management, Node.js best practices, API gateway patterns, and code quality enforcement.
Universal AI productivity essentials for every Elevate employee — strict typing enforcement, backend patterns, and the consulting delivery workflow template.
Claude Project system prompt that grounds Claude in Elevate Digital's methodology, brand voice, and EIP context. Use when setting up a Claude Project for consulting delivery work.
Structured workflow for AI-assisted consulting delivery tasks: status reports, deliverable drafting, SOW parsing, client brief generation, and engagement health summarization.
TypeScript code quality standards for this repo. No any types, proper imports, naming conventions, Zod contract patterns, and JSDoc requirements.
Comprehensive API gateway patterns covering Kong, routing, rate limiting, authentication, load balancing, and production gateway architecture.
Configure and optimize Nx monorepo workspaces. Project boundaries, build caching, affected commands, and dependency management.
Explore and understand Nx workspaces. Use when answering questions about projects, tasks, or debugging Nx task failures.
Run tasks in an Nx workspace. Use when executing build, test, lint, serve, or any other tasks defined in the workspace.
Find and add Nx plugins. Use when discovering available plugins or adding support for a specific framework or technology.
Import, merge, or combine repositories into an Nx workspace. Use when adopting Nx across repos or moving projects into a monorepo.
Generate code using Nx generators. Use when scaffolding new apps, libs, or project structure. Trigger: scaffold, setup, create, generate.
Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.
Master monorepo management with Turborepo, Nx, and pnpm workspaces. Build efficient, scalable multi-package repositories with optimized builds.
Monitors Nx Cloud CI pipeline and handles self-healing fixes. Use when CI is failing or you want to track CI status for a branch.
Fixes workspace package linking in monorepos (npm, yarn, pnpm, bun). Use when imports from sibling packages fail to resolve.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Enforces full typing in TypeScript/typed-language code — no any/unknown escapes, even if it requires extra time. Activates automatically when writing typed code.