Cursor rule Cursor
../../CLAUDE.md.
Cursor rule Cursor
../../CLAUDE.md.
Instructions file CodexOpenCode
AGENTS.md instructions for delacournz/agent-skills, covering agents.md, what this repo is, repository structure, when creating a new skill and skill.md frontmatter (required).
Instructions file
Use Bun instead of Node.js, npm, pnpm, or vite.
Skill Claude CodeCodex
Scaffold the shared @{org}/biome-config package (root.jsonc + react.jsonc), the root biome.jsonc, and apply the correct per-app biome.jsonc variant for any app or package in a Bun/Turborepo monorepo. Run as part of /dlc-scaffold-monorepo, or standalone to add or refresh Biome config. Use when setting up Biome, adding…
Skill Claude CodeCodex
Scaffold the colocated module pattern under src/modules/ for any app. Creates src/modules/ plus AGENTS.md and CLAUDE.md documenting the per-domain convention (components/, sheets/, contexts/, hooks/, utils/ added on demand). No code, no empty folders, no example module. Delegates the full procedure to…
Skill Claude CodeCodex
Scaffold the shared Bun/Turborepo monorepo root - packages, configs, pre-commit hooks, and shared types. Run this FIRST, then use /dlc-scaffold-tanstack, /dlc-scaffold-tauri, or /dlc-expo to add an app.
Skill Claude CodeCodex
Scaffold the shared @{org}/tsconfig package (tsconfig.base.json + tsconfig.react.json) and apply the correct per-app tsconfig.json variant for any app or package in a Bun/Turborepo monorepo. Run as part of /dlc-scaffold-monorepo, or standalone to add or refresh TypeScript config. Use when setting up tsconfig, adding a…
Skill Claude CodeCodex
Scaffold better-auth with Drizzle + PostgreSQL in a Bun monorepo. Email OTP, Google OAuth, admin() RBAC with shared permissions, organizations, TanStack Start integration, test config, and coss login UI. Use when setting up auth, adding authentication, or creating login flows.
Skill Claude CodeCodex
Scaffold an Elysia backend API app inside an existing Bun/Turborepo monorepo. Three-layer architecture (Controller/Service/API), Drizzle ORM, Zod validation, Bun test runner. Run /dlc-scaffold-monorepo first.
Skill Claude CodeCodex
Scaffold a shared Drizzle ORM + PostgreSQL database package in a Bun/Turborepo monorepo. Pooled singleton client with connection retry, org-scoped service layer with AsyncResult, zod validation, transactions, soft-deletes, error handling, and migrations. Run /dlc-scaffold-monorepo first.
Skill Claude CodeCodex
Scaffold a Tauri v2 desktop app inside an existing Bun/Turborepo monorepo. Creates Rust backend, invoke() wrappers, TanStack Router frontend, and AGENTS.md files. Run /dlc-scaffold-monorepo first.
Skill Claude CodeCodex
React and React Native composition patterns for flexible, maintainable components. Use when refactoring components with boolean-prop proliferation, building compound components, designing reusable component APIs, wiring context providers, deciding between render props and children, or composing HeroUI Native…
Skill Claude CodeCodex
Scaffold a TanStack Start + Vite app inside an existing Bun/Turborepo monorepo. Creates routes, server functions, API clients, and AGENTS.md files. Run /dlc-scaffold-monorepo first.
Skill Claude CodeCodex
Scaffold a shared UI component package inside an existing Bun/Turborepo monorepo. Base UI primitives, CVA variants, Tailwind v4 theming, Central Icons, auto-export script. Run /dlc-scaffold-monorepo first.
Skill Claude CodeCodex
Create a GitHub pull request following project conventions using the gh CLI, matching any repo-supplied rules for PR titles and descriptions (commitlint, semantic PR title actions, PR templates, contributor docs) and falling back to gitmoji conventional commit titles. Use when the user asks to create a PR, open a pull…
Skill Claude CodeCodex
Generate React Native Reanimated animation code for React Native apps. Use when user asks to create, implement, or add animations in React Native, including transitions, gestures, scroll-linked effects, layout animations, layout transitions, entering/exiting animations, CSS animations, CSS transitions, shared element…
Skill Claude CodeCodex
Sign off the current PR or commit with basecamp/gh-signoff by running the repo's CI checks locally and writing the signoff commit statuses branch protection requires, or set gh-signoff up in a repo. Routes to one of two references, run mode by default, setup mode when the request is about configuring the repo.…