pierreb-devkit/Node

:computer: Node - Boilerplate Back : Express, Jwt, Mongo, Sequelize

20Stars on the repository
10Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

create-module

01

pierreb-devkit/Node

Skill Claude CodeCodex

Use this whenever the user asks to "create a module", "scaffold a feature", "add a domain", "new module called X", or starts work on a brand-new vertical (controller + service + repo + model + routes + tests). Duplicates the canonical modules/tasks template, applies kebab/Pascal/camel renames, and registers…

20 4d ago A 104 tokens

feature

02

pierreb-devkit/Node

Skill Claude CodeCodex

Use this whenever the user asks to "implement", "add", "build", "create", or "modify" a feature, endpoint, API, route, or module in this Node project. Three phases: Phase 0 scope analysis (flows + edge cases + plan validation, STOP for user), Phase 1 implementation (layered Routes → Controllers → Services →…

20 4d ago A 113 tokens

naming

03

pierreb-devkit/Node

Skill Claude CodeCodex

Use this whenever a new file/folder is created or renamed in this Node project, when reviewing a module for consistency, or when the right path for a file is unclear. Also triggers on "what should I name this?", "is this file named correctly?", "audit module naming". Enforces kebab-case folders…

20 4d ago A 101 tokens

pull-request

04

pierreb-devkit/Node

Skill Claude CodeCodex

Use this whenever the user asks to "open a PR", "ship this", "create the pull request", "make a PR", or once a feature/fix is verified and ready to push. Full lifecycle: branch → commit (commitizen) → issue → draft PR → CI → ready → autonomous monitor loop (fix comments, resolve threads, iterate until CI green + zero…

20 4d ago A 113 tokens

update-stack

05

pierreb-devkit/Node

Skill Claude CodeCodex

Use this whenever a downstream Node project needs to absorb upstream Devkit Node changes — triggers on "update stack", "sync with devkit", "merge upstream", "pull stack updates", "resolve stack conflicts". Two-phase: ISO merge (stack modules + lib stay byte-identical to upstream) then project alignment (apply…

20 4d ago A 99 tokens

verify

06

pierreb-devkit/Node

Skill Claude CodeCodex

Run this after every code change in this Node project, before committing, before opening a PR, or whenever the user says "verify", "check", "lint", "run tests", "audit". Diff audit (architecture, security, naming, error handling) → lint → tests + coverage gate. Coverage drops → add tests, never lower thresholds.…

20 4d ago A 91 tokens