Use when writing or modifying JavaScript/Node API endpoint responses (Express, Fastify, NestJS, Next.js/Remix route handlers, etc.). Ensures responses are human-friendly and never leak internals — stack traces, DB/ORM errors, file paths, secrets, internal IDs…
Caioohv/ai-workflow
SkillsMP has collected 25 skills from Caioohv/ai-workflow. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 25
- GitHub stars
- 5
- GitHub forks
- 0
Skills in this repository
Showing 25 of 25 collected skills.
Use when deciding WHERE code lives across layers and which way dependencies point — organizing a codebase into entities / use cases / interface adapters / frameworks, defining use case boundaries (input/output ports), wiring repository/gateway ports and their…
Use when writing a Git commit message or a Pull Request title/description — anytime you are about to author a commit, phrase a `type(scope): subject` line, or fill in a PR body. Enforces Conventional Commits 1.0.0 and a fixed PR description template so…
Use ao REDIGIR ou CRIAR conteúdo textual em PORTUGUÊS DO BRASIL para páginas — títulos, subtítulos, parágrafos, CTAs e microcopy (copy de landing page, seções de site, textos de marketing, arquivos .md/.mdx de conteúdo). Dispara quando o trabalho é ESCREVER O…
Source text: Portuguese
Modela o domínio com os building blocks táticos de DDD (Eric Evans): decide Entity vs Value Object, desenha Aggregates e sua fronteira de consistência, protege invariantes, define contratos de Repository (por raiz de agregado), Domain Events, Domain Services…
Source text: Portuguese
Reads a todo.md file and autonomously creates short step specs in workflow/steps/todo/ without asking questions. Each step briefly expands one line of the todo list.
Interactive agent that reads a todo.md file and creates short step specs in workflow/steps/todo/. Each step briefly expands one line of the todo list. May ask clarifying questions before creating steps.
Interactive agent that defines a cohesive, accessible design system — color palette, typography, spacing, radii, shadows, and component conventions — and writes it to workflow/design.md for the frontend-components skill to follow.
Orchestrator that runs all steps in workflow/steps/todo/ sequentially. Delegates each step to a fresh executor subagent, makes Conventional Commits after each, and loops until todo/ is empty.
Executes steps from workflow/steps/todo/ one at a time, interactively. Moves each step to in-progress while working, then to done with a brief summary when finished.
Use when writing or structuring backend code on an Express app (Node + Express, `app.use`, `express.Router`, `req/res/next`, error-handling middleware) — wiring routers, ordering middlewares, keeping controllers thin over a business/service layer and…
Use when building or modifying frontend/UI code to enforce REUSE and DESIGN-SYSTEM adherence — search-before-create, extend/compose over duplication, and pull every color, font, spacing, radius, and shadow from the tokens in workflow/design.md (no hardcoded…
Orchestrator that runs all tasks in workflow/tasks/todo/ sequentially. Delegates each task to a fresh implementer-ci subagent, then runs reviewer. Loops until todo/ is empty.
Implements a task with incremental Conventional Commits for each meaningful change. Same as implementer but commits as it goes. Moves task to workflow/tasks/to-review/ when done.
Implements a task from workflow/tasks/todo/. Reads the task spec and workflow/definition.md, implements the code changes, then moves the task to workflow/tasks/to-review/.
Interactive project initialization agent. Interviews the user to fully define the project — goals, users, tech stack, architecture, conventions — then creates workflow/definition.md.
Use when writing or modifying backend code in a NestJS project — the framework mechanics: modules, providers, dependency injection, controllers, pipes/guards/interceptors/exception filters, and logging setup. Triggers on NestJS decorators/files (@Module,…
Build, review, and refactor Nuxt applications following the framework's own documented conventions. Use this skill whenever the user is writing Nuxt/Vue meta-framework code, structuring a Nuxt project, choosing a data-fetching or rendering strategy, wiring…
Use when writing or structuring React component code (.jsx/.tsx, function components) that should follow Atomic Design — organizing UI as atoms/molecules/organisms/sections, passing data top-down via props and composing with children/render props, and…
Reviews an implemented task in workflow/tasks/to-review/. Approves (moves to done) or rejects (creates a follow-up task and moves original to done).
Use when reviewing or auditing the SECURITY of existing Node/Express/NestJS code — a security review, security audit, vulnerability sweep, threat/risk check, "is this safe?", pre-merge/pre-release hardening pass, or an OWASP Top 10 assessment. Triggers on…
Creates a task spec autonomously without asking questions. Reads workflow/definition.md and decides all ambiguities independently. Saves to workflow/tasks/todo/NN-[slug].md with auto-incremented number.
Creates a task spec from a brief description. Reads workflow/definition.md for project context. May ask clarifying questions. Saves to workflow/tasks/todo/NN-[slug].md with auto-incremented number.
Escreve e estrutura testes automatizados com Jest (unit e integration) para backends TypeScript/JavaScript, decidindo POR CAMADA o que testar e o que mockar ou usar fake: domínio (unit puro, sem mocks), use cases (unit mockando as portas),…
Source text: Portuguese
Use when writing or restructuring Vue 3 component code (SFC, `<script setup>`, Composition API) and organizing it with Atomic Design — atoms → molecules → organisms → sections — with data flowing top-down via props and design tokens declared as CSS custom…