Skill Claude CodeCodex
Use when CI tests fail on main branch after PR merge, when investigating flaky test failures, or when user provides a PR URL/number to aggregate all failing tests.
216 tagged express, measured the same way as everything else here.
Browse within: nextjs 61ai-voice-agents 59call-automation 59fastify 59livekit 59voice ai 59hono 54llms 54node 36claude-agents 30expressjs 30jwt 15docker 14api 12
Skill Claude CodeCodex
Use when CI tests fail on main branch after PR merge, when investigating flaky test failures, or when user provides a PR URL/number to aggregate all failing tests.
Skill Claude CodeCodex
Manually invoked skill for reskinning Payload UI components. Requires Figma URL. Usage: /ui4.
Skill Claude CodeCodex
Use when working with Payload projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
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.
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.
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…
Skill Claude CodeCodex
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator or diagnose-issues workflow.
Skill Claude CodeCodex
Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.
Skill Claude CodeCodex
Initialize a new project with deep context gathering and PROJECT.md. Creates project structure, requirements, roadmap, and state.
Skill Claude CodeCodex
Production-ready Express.js development covering middleware architecture, error handling, security hardening, testing strategies, and deployment patterns.
Skill Claude CodeCodex
Review, merge and release an external contributor's PR in web-ui, then refresh the contributors surfaces (README ×17 + cvstart.org). Trigger when a fork PR appears, the user says "проверь pr и замерж", "merge the contributor PR", or asks to update the contributors list.
Skill Claude CodeCodex
Deploy career-ops-ui to a cloud server and/or bridge it to Telegram through a Nous Research Hermes agent. Walks the documented steps, checks prerequisites (keys, endpoint reachability via the SSRF-safe path, Node version), and never writes secrets to disk or logs. Trigger when the user says "connect career-ops to…
Skill Claude CodeCodex
Sync web-ui with a newer parent career-ops release — pull the parent, scope the delta, port providers/fixes, fan out docs ×17, run every gate, ship the parity release end-to-end. Trigger when the user says "обнови родителя", "parent-sync", "возьми новое из родителя", or pastes a santifer/career-ops release URL.
Skill Claude CodeCodex
Use when the user wants to generate TypeScript types from an OpenAPI document and wire them into the typed client produced by knowject-read-api. Triggers on phrases like "/knowject types", "把 openapi 转成 types", "给 read-api client 补类型", "生成 typed client 的类型", "rewrite the unknown placeholders", "wire types into the…
Skill Claude CodeCodex
Use when the user wants to design MCP tool candidates, function/tool calling schemas, or agent tool risk gates from project API surfaces. Triggers on phrases like "/knowject mcp tools", "design MCP tools from this API", "把这些 endpoint 设计成 MCP tools", "为 agent 工具加确认 gate", "API-to-MCP tool design", or "which endpoints…
Skill Claude CodeCodex
Use when the user wants to capture durable, source-cited project memory from repo artifacts, handoff notes, diffs, PR notes, or conversation summaries. Triggers on phrases like "/knowject memory", "沉淀一下这个项目的记忆", "把这次交接总结成 knowject memory", "capture project memory", "update knowject memory from these docs", or "把这次 PR…
Skill Claude CodeCodex
Generate a production-ready system prompt for a ForgeChat WhatsApp AI agent (order bot, booking bot, lead-capture bot, etc.) AND, when a ForgeChat MCP connector is available, build/configure that agent directly in ForgeChat over MCP. Use this skill WHENEVER the user wants to "write a prompt for an agent", "build a…
Skill Claude CodeCodex
A guide to the project's test framework, including its technology choices, structure, and design principles. A test framework is the setup used to write and run checks on code.
hoangsonww/AI-RAG-Assistant-Chatbot
Skill Claude CodeCodex
Implement and debug the Express and TypeScript backend for Lumina. Use when editing files under server/src or server/package.json, changing authentication, conversations, guest flows, chat routes, models, middleware, API contracts, or Gemini and Pinecone service wiring outside the dedicated knowledge-ingestion…
hoangsonww/AI-RAG-Assistant-Chatbot
Skill Claude CodeCodex
Build, refine, and debug the React/Vite frontend for Lumina. Use when editing files under client/src or client/package.json, changing chat UX, landing page content, auth flows, routing, theme behavior, markdown rendering, animations, responsive layout, or frontend API wiring.
hoangsonww/AI-RAG-Assistant-Chatbot
Skill Claude CodeCodex
Develop and maintain the standalone Lumina MCP server. Use when editing files under mcpserver/, adding or modifying tools, resources, prompts, middleware, configuration, or transport behavior for the Model Context Protocol server.
Skill Claude CodeCodex
Add or modify HTTP endpoints in a Darto (Dart) web app — verbs, path/query params, request-body reading, route groups, and Context response helpers. Use when building or changing API routes in a project that depends on the darto package (import 'package:darto/darto.dart'). Not for Express/Node — Darto handlers take a…
Skill Claude CodeCodex
Validate the body, query, params, or headers of a Darto (Dart) request using the zValidator middleware and zard (Zod-style) schemas. Use when adding input validation to a Darto endpoint, defining a z.map/z.string/z.int schema, reading validated data with c.req.valid, or customizing the validation error response.…
Skill Claude CodeCodex
Write and register middleware in a Darto (Dart) app — the Middleware factory pattern, global/path-scoped/route-level registration, short-circuiting, per-request state, and global error/404 handlers. Use when adding cross-cutting behavior (auth, logging, CORS, timing) or configuring app.onError / app.notFound in a…