delacournz

17 mods across 1 repository, 2 stars between them.

delacournz/agent-skills

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).

2 18d ago A 972 tokens

dlc-scaffold-biome

04

delacournz/agent-skills

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…

2 18d ago A 138 tokens

delacournz/agent-skills

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…

2 18d ago A 162 tokens

delacournz/agent-skills

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.

2 18d ago C 69 tokens

delacournz/agent-skills

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…

2 18d ago A 125 tokens

delacournz/agent-skills

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.

2 18d ago A 69 tokens

dlc-scaffold-elysia

09

delacournz/agent-skills

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.

2 18d ago A 61 tokens

dlc-scaffold-db

10

delacournz/agent-skills

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.

2 18d ago A 73 tokens

dlc-scaffold-tauri

11

delacournz/agent-skills

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.

2 18d ago A 58 tokens

delacournz/agent-skills

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…

2 18d ago A 100 tokens

delacournz/agent-skills

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.

2 18d ago A 56 tokens

delacournz/agent-skills

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.

2 18d ago A 59 tokens

dlc-pr

15

delacournz/agent-skills

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…

2 18d ago A 158 tokens

dlc-reanimated

16

delacournz/agent-skills

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…

2 18d ago A 143 tokens

dlc-signoff

17

delacournz/agent-skills

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.…

2 18d ago A 191 tokens