JoaoEquer

Crud — Development skill for Claude Code

Development community

Generates a complete CRUD domain in the house pattern (Express + Prisma, multi-tenant).

How to install Crud

Installs to ~/.claude/skills/joaoequer-oficina-crud/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joaoequer-oficina-crud && curl -fsSL https://raw.githubusercontent.com/JoaoEquer/Oficina/HEAD/commands/crud.md -o ~/.claude/skills/joaoequer-oficina-crud/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Crud does


description: Generates a complete CRUD domain in the house pattern (Express + Prisma, multi-tenant) argument-hint: ""

Create the CRUD domain **$ARGUMENTS** following the house pattern (`express-prisma-pattern`), plus the conventions in the `prisma-schema-conventions` skill.

Mandatory steps, in this order:

  1. Detect the stack: check the project's package.json. express present → use the express-prisma-pattern skill. @nestjs/core present instead → stop and tell the user O

Alternatives in Development

Full documentation available on GitHub

View Source Repository