JoaoEquer/Oficina

A lean agent harness for AI-assisted development — NestJS + TypeScript + Prisma + PostgreSQL. Skills, rules and commands extracted from real projects.

2Stars on the repository
13Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

JoaoEquer/Oficina

Skill Claude CodeCodex

Turn scope documents (data model/UML, functional proposal, execution plan) into structured ClickUp tasks — modules as parent tasks, subtasks with "how to" descriptions, dependencies and CSV import. Use whenever you need to create tasks, break scope into activities, organize a backlog, plan a sprint or structure an…

2 1mo ago A 77 tokens original MIT

client-facing-docs

02

JoaoEquer/Oficina

Skill Claude CodeCodex

Writing client-facing technical documentation — architecture documents, proposals, project presentations — in plain language, jargon-free, with honest numbers and explicit pragmatic engineering principles. Use whenever the material will be read by a client or non-technical stakeholder - architecture doc, kickoff…

2 1mo ago A 65 tokens original MIT

nestjs-crud-pattern

03

JoaoEquer/Oficina

Skill Claude CodeCodex

House pattern for building complete CRUD domains in NestJS with Prisma — controller/service/repository with dependency inversion, validated DTOs and multi-tenant isolation. Use whenever creating a new module, entity, CRUD route or domain in a NestJS backend, even if the request is just "create the X route" or "add the…

2 1mo ago A 73 tokens original MIT

JoaoEquer/Oficina

Skill Claude CodeCodex

Data modeling conventions for Prisma + PostgreSQL in multi-tenant systems — workspace isolation, numeric criticality, idempotent recurrence, document versioning by lineage and decoupled audit via a queue in Postgres itself. Use whenever creating or changing schema.prisma, designing new entities, planning migrations or…

2 1mo ago A 76 tokens original MIT

rbac-design

05

JoaoEquer/Oficina

Skill Claude CodeCodex

Role-based access control design with roles + granular permissions — role × domain matrix, N:N database modeling and an approval process before implementation. Use whenever the project involves permissions, user roles, access control, admin panels or "who can do what" questions in the system.

2 1mo ago A 58 tokens original MIT

token-efficiency

06

JoaoEquer/Oficina

Skill Claude CodeCodex

Reducing LLM token consumption in AI-assisted development sessions — RTK setup (CLI output compression via hook), session management (/clear, /compact, /rewind, named resumes), model tiering, and complementary habits. Use when setting up a new machine or project for agent work, when sessions are hitting context limits…

2 1mo ago C 105 tokens original MIT