โ† All creators

louisbrulenaudet

User

A concise, AI native and production-grade starter template for full-stack applications using pnpm, Turborepo and Cloudflare Workers for edge-native execution ๐Ÿššโ›…

23 indexed ยท 0 Featured ยท 19 stars ยท avg score 78
Prolific

Categories

Indexed Skills (23)

Code & Development Listed

git-commit

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 commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

19 Updated 1 weeks ago
louisbrulenaudet
AI & Automation Listed

monorepo-agent-setup

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.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

pnpm

pnpm workspace and dependency management for this monorepo. Triggers on: pnpm install, pnpm add/remove/update, workspace protocol, catalogs, filtering, lockfile, hoisting, allowBuilds, minimumReleaseAge, CI install failures, and dependency version drift. Use when user or agent: adds/removes packages, scaffolds workspace packages, debugs install/hoisting issues, updates shared tool versions, or changes pnpm-workspace.yaml / .npmrc.

19 Updated 1 weeks ago
louisbrulenaudet
Code & Development Listed

review-architecture

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.

19 Updated 1 weeks ago
louisbrulenaudet
DevOps & Infrastructure Listed

review-ci

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.

19 Updated 1 weeks ago
louisbrulenaudet
Code & Development Listed

review-code-quality

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.

19 Updated 1 weeks ago
louisbrulenaudet
Code & Development Listed

review-configuration

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.

19 Updated 1 weeks ago
louisbrulenaudet
API & Backend Listed

review-performance

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.

19 Updated 1 weeks ago
louisbrulenaudet
Code & Development Listed

review-security

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.

19 Updated 1 weeks ago
louisbrulenaudet
Code & Development Listed

review-seo

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.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

review-ui

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

19 Updated 1 weeks ago
louisbrulenaudet
Code & Development Listed

review

Full multi-dimension code/PR/docs review โ†’ structured plan. USE WHEN: user runs /review or explicitly asks for this review. DO NOT USE WHEN: implementing features or fixing bugs unless the user asked for a review.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

skills-update

USE WHEN: updating locked agent skills from skills-lock.json, refreshing upstream skill content, or running npx skills update for project skills. DO NOT USE WHEN: adding new skills (use npx skills add with explicit approval), running bare npx skills update without skill names, or updating project-local skills that are not listed in skills-lock.json.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

turborepo

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, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

hono

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.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

tanstack-config

Opinionated toolkit for building, versioning, and publishing high-quality JavaScript/TypeScript packages.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

tanstack-devtools

Centralized, extensible devtools panel for TanStack libraries with a plugin architecture.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

tanstack-query

Powerful asynchronous state management, server-state utilities, and data fetching for TS/JS, React, Vue, Solid, Svelte & Angular.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

tanstack-router

Type-safe routing for React and Solid applications with first-class search params, data loading, and seamless integration with the React ecosystem.

19 Updated 1 weeks ago
louisbrulenaudet
Web & Frontend Listed

ui-ux-design-best-practices

UI/UX polish, component design, animation decisions, and Tailwind v4 patterns for making interfaces feel right. Use when reviewing, writing, or refactoring UI code involving animations, transitions, CSS transforms, gestures, Tailwind utility classes, or interactive component behavior. Triggers on tasks involving motion design, interactive states (hover/active/focus), component feel, or any use of Tailwind transition/transform/animation utilities.

19 Updated 1 weeks ago
louisbrulenaudet
AI & Automation Listed

workers-best-practices

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets, bindings, observability). Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

19 Updated 1 weeks ago
louisbrulenaudet
AI & Automation Listed

wrangler

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

19 Updated 1 weeks ago
louisbrulenaudet

Bio shown is the top-scored skill's repo description as a fallback โ€” real GitHub bios land in a future update.