monorepo skills

256 tagged monorepo, measured the same way as everything else here.

Browse within: nextjs 48ReAct 42workspace 35buildkite 34workflow 34component-library 32frontend-platform 32ui-architecture 32deepseek-harness 27cloudflare-workers 26agent-orchestration 24ai-workflow 24go-clean-architecture 24llm-development 24

turborepo

01

vercel/turborepo

Skill Claude CodeCodex

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…

31k 2d ago A 111 tokens original MIT

seo-audit

02

midday-ai/packrun

Skill Claude CodeCodex

When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at scale to target keywords, see programmatic-seo. For adding…

3.8k 6mo ago A 87 tokens

swarmauri/swarmauri-sdk

Skill Claude CodeCodex

Add or update a Swarmauri SDK base class in pkgs/base/swarmauribase. Use when Codex needs to implement a base class over a core interface, update ResourceTypes, wire InterfaceRegistry, set ComponentBase registration, exports, and focused tests.

103 20d ago A 62 tokens original Apache-2.0

swarmauri/swarmauri-sdk

Skill Claude CodeCodex

Add a second-class standalone Swarmauri package under pkgs/community. Use when Codex needs community package scaffolding, workspace membership, pyproject metadata, README branding, entry points, second-class citizenship rows, exports, tests, and validation.

103 20d ago A 59 tokens original Apache-2.0

swarmauri/swarmauri-sdk

Skill Claude CodeCodex

Add or update a Swarmauri SDK core interface in pkgs/core/swarmauricore. Use when Codex needs to create interface protocols or ABCs, update package exports, add focused tests, or prepare a new resource kind for later base-class and registry wiring.

103 20d ago A 63 tokens original Apache-2.0

actions-events

06

filipebraida/adonisjs-starter-kit

Skill Claude CodeCodex

Action + event pattern for AdonisJS. Actions are single-purpose classes with .handle(input); they never touch HttpContext and never call side-effect code (mail, notifications, transmit) directly — they emit a domain event and a listener wired in /start/events.ts runs the effect. Use when adding a new action, wiring a…

94 22d ago A 111 tokens original MIT

authorization

07

filipebraida/adonisjs-starter-kit

Skill Claude CodeCodex

RBAC + Bouncer pattern in an AdonisJS + Inertia app. Capabilities live in a PERMISSIONS const, role slugs in ROLES; a WithRoles mixin composes into User to expose hasPermission / hasRole / syncRoles; BasePolicy subclasses gate routes; the frontend consumes a typed useCan() prop. Escalation is protected in depth. Use…

94 22d ago A 145 tokens original MIT

crud

08

filipebraida/adonisjs-starter-kit

Skill Claude CodeCodex

Build an end-to-end CRUD stack in AdonisJS + Inertia: resource route → thin controller → VineJS validator → Bouncer policy → single-purpose action → transformer variant → Inertia page. Trigger on: "add CRUD for X", "create resource", "list/create/edit/delete X", "resource endpoint".

94 22d ago A 66 tokens original MIT

Weaverse/weaverse

Skill Claude CodeCodex

Use when releasing @weaverse/ npm packages, bumping SDK versions, publishing to npm, or shipping the Weaverse SDKs. Triggers on "release sdk", "release weaverse", "publish packages", "release core", "release schema", "bump sdk version", "ship sdks".

89 3d ago A 70 tokens original MIT

add-a-service

10

lonormaly/builders-stack

Skill Claude CodeCodex

Scaffold a new service under services/ in the builders-stack monorepo. Use when something needs its own URL, port, or independent deploy. Covers the package, entrypoint, config, Tilt, deployment registry, and shared small-image build path.

41 16d ago A 55 tokens original MIT

design-a-schema

11

lonormaly/builders-stack

Skill Claude CodeCodex

Model a new table (or reshape an existing one) in libs/db with Drizzle — normalize by default, add the right constraints, and index deliberately. Use when adding a table/column, deciding on keys and foreign keys, or when a query is slow because the schema or its indexes are wrong. Enforces the stack's "Drizzle is the…

41 16d ago A 91 tokens original MIT

lonormaly/builders-stack

Skill Claude CodeCodex

Add or swap a payment provider behind the @stack/payment adapter in the builders-stack monorepo. Use when integrating Stripe, Paddle, Lemon Squeezy, or any provider alongside or in place of the default Creem adapter. The whole point is that apps and the API never change — only the adapter implementation does. Covers…

41 16d ago A 92 tokens original MIT

openspec-explore

14

tsedio/tsed-formio

Skill Claude CodeCodex

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

16 4mo ago A 39 tokens

openspec-onboard

15

tsedio/tsed-formio

Skill Claude CodeCodex

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

16 4mo ago A 26 tokens

creating-skills

16

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Guide for creating new Agent Skills when patterns emerge or improvements are needed. Use when encountering repeated patterns, making the same mistakes, discovering better approaches, or receiving user corrections. Covers keeping each skill small (one topic), when to split SKILL.md or add references/, and line-count…

11 20d ago A 63 tokens

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Repo-root commands, typegen and typecheck cadence, lint, deploy, adding packages with bun, and Alchemy app layout. Use at the start of a task, before PR, or when choosing turbo/typegen commands.

11 20d ago A 50 tokens

turborepo

18

firtoz/cf-multiworker-starter-kit

Skill Claude CodeCodex

Turborepo task configuration patterns for monorepo management. Use when configuring turbo.json tasks, setting up task dependencies, managing cache inputs/outputs, or working with cross-package dependencies in the monorepo.

11 20d ago A 48 tokens

ctx

19

yilecoding/fastapi-react-admin

Skill Claude CodeCodex

A project-context tool for recording important lessons about bugs and failure-prone code in nearby AGENTS.md documents. These documents give coding agents repository-specific guidance.

11 2d ago A 67 tokens original MIT

technicalpickles/pickled-claude-plugins

Skill Claude CodeCodex

Use when investigating an agent-harness CLI's internals (Claude Code, codex, opencode, or similar): extracting the system prompt or tool descriptions, finding what code path produces a specific UI message, decoding minified function names or Rust symbols, understanding undocumented config keys, or otherwise spelunking…

10 4d ago A 88 tokens original MIT

technicalpickles/pickled-claude-plugins

Skill Claude CodeCodex

Use when the user is working with an existing Buildkite CI run and wants to understand, diagnose, or act on it. Strong signals: a buildkite.com URL, the word "buildkite", the bk CLI, the bktide tool, or a reference to a specific pipeline, build, or job. Covers intents like: "why did this build fail", "what's flaking"…

10 4d ago A 274 tokens original MIT

scope

22

technicalpickles/pickled-claude-plugins

Skill Claude CodeCodex

Guide for working with Scope, a developer environment management tool that automates environment checks, detects known errors, and provides automated fixes. Use when creating Scope configurations (ScopeKnownError, ScopeDoctorGroup, ScopeReportLocation), debugging environment issues, or writing rules for error…

10 4d ago A 59 tokens original MIT

doc-check

24

bmarshall511/forexflow

Skill Claude CodeCodex

Audit documentation freshness — find docs that are stale or missing coverage for recent code changes.

10 3mo ago A 20 tokens AGPL-3.0