louisbrulenaudet/monorepo-template

A concise, AI native and production-grade starter template for full-stack applications using pnpm, Turborepo and Cloudflare Workers for edge-native execution 🚚⛅

This repository also configures its own agents. See what monorepo-template tells them →

19Stars on the repository
81Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

front-vitest

01

louisbrulenaudet/monorepo-template

Skill Claude CodeCodex

Depth for Vitest tests of front- React 19 SPAs when DOM, RTL, TanStack Query hooks, or TanStack Router route-tree tests are needed. USE WHEN: adding jsdom or testing-library, writing tsx render or renderHook tests, testing createMemoryHistory plus RouterProvider, Suspense UI, or React 19 act fixtures. DO NOT USE WHEN…

not rated 19 9d ago A SkillSpector: pass 102 tokens original Apache-2.0

git-commit

02

louisbrulenaudet/monorepo-template

Skill Claude Code

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

not rated 19 9d ago A 87 tokens copy · 100% Apache-2.0

hono

03

louisbrulenaudet/monorepo-template

Skill Claude CodeCodex

Use when building Hono web applications or when the user asks about Hono APIs, routing, middleware, JSX, validation, testing, or streaming. TRIGGER when code imports from 'hono' or 'hono/', or user mentions Hono. Use npx hono request to test endpoints.

not rated 19 9d ago A 66 tokens copy · 100% Apache-2.0

louisbrulenaudet/monorepo-template

Skill Claude Code

USE WHEN: editing Cursor/Claude agent config, rules, hooks, skills, MCP, subagents, slash commands, or dual-tree sync; or when asking how Claude vs Cursor instructions are laid out in this monorepo. DO NOT USE WHEN: implementing app features, Workers, or frontend UI unless the task is specifically about agent tooling.

not rated 19 9d ago B 76 tokens original Apache-2.0

pnpm

05

louisbrulenaudet/monorepo-template

Skill Claude Code

Fast, disk-efficient package manager for this pnpm + Turborepo monorepo. pnpm owns the dependency graph, lockfile, and supply-chain policy; Turborepo owns task orchestration (build, lint, dev, --affected).

not rated 19 9d ago A SkillSpector: warn 96 tokens original Apache-2.0

louisbrulenaudet/monorepo-template

Skill Claude CodeCodex

Handling client-privileged and matter-identifying data in this monorepo's Workers and SPA. Triggers on: logging, tracing, error responses, cache keys, queue or KV payloads, retention, tenancy or matter isolation, prompt construction from client documents, third-party API calls carrying client content, and any review…

not rated 19 9d ago A 111 tokens original Apache-2.0

review-architecture

07

louisbrulenaudet/monorepo-template

Skill Claude Code

Architecture-focused monorepo review. USE WHEN: user runs /review-architecture or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

not rated 19 9d ago A SkillSpector: warn 45 tokens original Apache-2.0

review-ci

08

louisbrulenaudet/monorepo-template

Skill Claude Code

CI, GitHub Actions, caching, hooks, deploy review. USE WHEN: user runs /review-ci or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

not rated 19 9d ago A SkillSpector: warn 49 tokens original Apache-2.0

review-claude-code

09

louisbrulenaudet/monorepo-template

Skill Claude Code

Claude Code setup review (settings.json, permissions, rules, hooks, agents, memory, worktrees) against current official best practices. USE WHEN: user runs /review-claude-code or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago B 68 tokens original Apache-2.0

review-code-quality

10

louisbrulenaudet/monorepo-template

Skill Claude Code

Lint, style, maintainability review. USE WHEN: user runs /review-code-quality or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

not rated 19 9d ago A SkillSpector: warn 46 tokens original Apache-2.0

louisbrulenaudet/monorepo-template

Skill Claude Code

Config, env, wrangler review. USE WHEN: user runs /review-configuration or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

not rated 19 9d ago A 46 tokens original Apache-2.0

review-cursor

12

louisbrulenaudet/monorepo-template

Skill Claude Code

Cursor setup review (.cursor settings, rules, hooks.json, agents, mcp.json) against current official best practices and parity with the Claude tree. USE WHEN: user runs /review-cursor or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago A 67 tokens original Apache-2.0

review-hono

13

louisbrulenaudet/monorepo-template

Skill Claude Code

Hono setup review (worker-api routing, middleware order, validation, error handling) against current official Hono best practices for Cloudflare Workers. USE WHEN: user runs /review-hono or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago A 66 tokens original Apache-2.0

review-knip

14

louisbrulenaudet/monorepo-template

Skill Claude Code

Knip review (knip.jsonc passes, issue coverage, production pass, auto-fix workflow) against current official Knip best practices. USE WHEN: user runs /review-knip or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago A 66 tokens original Apache-2.0

review-oxc

15

louisbrulenaudet/monorepo-template

Skill Claude Code

OXC review (oxlint rules/ignores, oxfmt, tsgolint type-aware rules, agent output format) against current official OXC best practices. USE WHEN: user runs /review-oxc or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago A 73 tokens original Apache-2.0

review-performance

16

louisbrulenaudet/monorepo-template

Skill Claude Code

Performance-focused review. USE WHEN: user runs /review-performance or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

not rated 19 9d ago A 40 tokens original Apache-2.0

review-pnpm

17

louisbrulenaudet/monorepo-template

Skill Claude Code

Review the pnpm workspace configuration for alignment with current official best practices - dependency management, supply-chain safety, and developer experience across this monorepo. Your reply must be a plan of suggested changes: concise, actionable, structured - not only prose.

not rated 19 9d ago A 68 tokens original Apache-2.0

review-react

18

louisbrulenaudet/monorepo-template

Skill Claude Code

React 19 review (front-app patterns, compiler readiness, Suspense boundaries, hooks discipline) against current official React best practices. USE WHEN: user runs /review-react or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago A 61 tokens original Apache-2.0

review-security

19

louisbrulenaudet/monorepo-template

Skill Claude Code

Security-focused review. USE WHEN: user runs /review-security or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

not rated 19 9d ago A 40 tokens original Apache-2.0

review-seo

20

louisbrulenaudet/monorepo-template

Skill Claude Code

SEO-focused review. USE WHEN: user runs /review-seo or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

not rated 19 9d ago A 42 tokens original Apache-2.0

review-syncpack

21

louisbrulenaudet/monorepo-template

Skill Claude Code

Review the syncpack setup for alignment with current official best practices - dependency specifier enforcement (catalog: vs workspace:), version-drift detection across workspaces, and package.json hygiene automation. Your reply must be a plan of suggested changes: concise, actionable, structured - not only prose.

not rated 19 9d ago A 66 tokens original Apache-2.0

review-tailwind

22

louisbrulenaudet/monorepo-template

Skill Claude Code

Tailwind CSS v4 review (CSS-first config, Vite plugin integration, better-tailwindcss lint rules) against current official Tailwind best practices. USE WHEN: user runs /review-tailwind or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago A 68 tokens original Apache-2.0

louisbrulenaudet/monorepo-template

Skill Claude Code

TanStack Query review (queryOptions patterns, cache hygiene, mutation flows, devtools) against current official TanStack Query best practices. USE WHEN: user runs /review-tanstack-query or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or implementing features.

not rated 19 9d ago A 68 tokens original Apache-2.0

louisbrulenaudet/monorepo-template

Skill Claude Code

TanStack Router review (file-based routing, route tree generation, typed search params, preload/lazy behavior) against current official TanStack Router best practices. USE WHEN: user runs /review-tanstack-router or explicitly asks for this review. DO NOT USE WHEN: reviewing app code, other dev dependencies, or…

not rated 19 9d ago A 72 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: