expressjs skills

47 tagged expressjs, measured the same way as everything else here.

Browse within: claude-agents 30express 30node 30nodejs 17authentication 16postgresql-database 16prisma-orm 16

push-to-forked-pr

01

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Push the current working tree directly to a GitHub PR whose head lives on a fork, without creating a new branch and without pushing to origin (which is usually the upstream). Invoke when the user says things like "push straight to PR.

956 3d ago A 57 tokens original MIT

version-release

02

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

Choose and apply the correct semantic version bump for this repository. Use for every user-visible release, before merge when a change set should ship as patch, minor, or major, and whenever package/plugin/desktop version metadata must stay synchronized.

956 3d ago A 50 tokens original MIT

file-headers

03

hoangsonww/Claude-Code-Agent-Monitor

Skill Claude CodeCodex

MANDATORY for every coding agent (Claude Code, Codex, or any other) on every change-set — every applicable source file the agent creates or updates MUST start with the project's copyright/authorship header (file overview + exact author line). Use automatically whenever writing a new file or editing an existing one; do…

956 3d ago A 101 tokens original MIT

add-middleware

04

KhaledSaeed18/node-express-boilerplate

Skill Claude CodeCodex

Add a new Express middleware to this project and wire it up correctly. Use when the user asks to add middleware — rate limiting, request guards, validation, logging enrichment, custom auth checks, etc.

33 8d ago A 44 tokens original MIT

add-test

05

KhaledSaeed18/node-express-boilerplate

Skill Claude CodeCodex

Scaffold unit and integration tests for an existing resource or service. Use when the user asks to add tests, write tests, or improve test coverage for a specific resource, service, controller, or route.

33 8d ago A 44 tokens original MIT

new-resource

06

KhaledSaeed18/node-express-boilerplate

Skill Claude CodeCodex

Scaffold a complete new API resource (validation → repository → service → controller → route → container → app mount → OpenAPI → tests). Use when the user asks to add a new resource, entity, model, or endpoint group to the API.

33 8d ago A 53 tokens original MIT