Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code.
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code.
Skill Claude CodeCodex
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback.
Skill Claude CodeCodex
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions.
Skill Claude CodeCodex
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.
Skill Claude CodeCodex
Use when you have a spec or requirements for a multi-step task, before touching code.
Skill Claude CodeCodex
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
Skill Claude CodeCodex
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Skill Claude CodeCodex
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
Skill Claude CodeCodex
A debugging guide for connecting clients through procm-mcp rooms, sending debug messages, and recording or querying logs. Advanced use includes sending custom test commands to room members and collecting results.
Skill Claude CodeCodex
HTTP API fallback for procm-mcp when the MCP server/tools are unavailable (not connected, tools missing, or transport error). Use whenever the agent needs to start/stop/restart a local background process, read or grep its stdout/stderr logs, send stdin input or a signal (Ctrl+C = SIGINT), or run commands from a…
Skill Claude CodeCodex
Explore a project's declared development and startup commands, then create or update a procm-commands.json file for procm-mcp. Use when initializing procm-mcp for a repository, when asked to discover runnable app/test/build services, or when a project has no command catalog yet.
MCP server Claude CodeCodexCursor +2
MCP server "procm-mcp" as configured in hunmer/procm-mcp. Runs ./build/index.js with node.
Instructions file CodexOpenCode
A short set of software-engineering instructions written in Chinese for the procm-mcp project.
Instructions file
Project instructions for Claude Code agents working on hunmer/procm-mcp, including conventions, file and module indexes, and scan information.