audit
01Command Claude Code
A code scanner that looks for secret information such as passwords, access tokens, and private keys.
Command Claude Code
A code scanner that looks for secret information such as passwords, access tokens, and private keys.
Command Claude Code
A project-ending command that checks changes, reviews files for sensitive information, archives direction files, and updates hotstate.md.
Command Claude Code
Command "loop" from thana0623/pmcp-server, covering 步骤, croncreate prompt and 注意.
Command Claude Code
A publishing command that performs a privacy check, updates the package version, publishes it to npm, pushes Git changes, and creates an npm link.
Command Claude Code
A command that recommends tools for a given development situation.
Command Claude Code
A command that lists development scenarios and the tools recommended for each one.
Command Claude Code
Command "start" from thana0623/pmcp-server, covering 步骤 and 注意.
Command Claude Code
Command "test" from thana0623/pmcp-server, covering 使用方式, 步骤, step 1: 诊断, 🔍 诊断 and step 2: 修复.
Command Claude Code
A command that scans a project for installed tools and prints a list of their capabilities.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing capture-prompt.cjs via node. From thana0623/pmcp-server.
Hook Claude Code
Runs before the agent uses a tool for Write and Edit tool calls, executing pre-tool-use.cjs via node. From thana0623/pmcp-server.
Hook Claude Code
Runs when a session starts, executing session-start.cjs via node. From thana0623/pmcp-server.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing post-write-scan.cjs and normalize-log.cjs via node (2 commands). From thana0623/pmcp-server.
Hook Claude Code
Runs when a session ends, executing session-end.cjs via node. From thana0623/pmcp-server.
Settings file Claude Code
Agent settings declaring 5 hook events (UserPromptSubmit, PreToolUse, SessionStart, PostToolUse).
Command
A code-review command that asks CodeGraph to inspect code independently, using a different model and context.
Command
A command that scans code for sensitive information and then creates a safe commit. Sensitive information includes items such as exposed passwords or access keys.
Command
A command that gathers and organises requirements into a PRD, or product requirements document.
Command
A command that reads a PRD, a document describing product requirements, and splits the work into phases.
Skill Claude CodeCodex
A requirements-analysis skill that reconstructs scenarios, lists boundary cases, and tests counterexamples before producing a focus-spec.md file.
Skill Claude CodeCodex
Guidance for designing large software systems, including module boundaries, APIs, architecture consistency, and technical debt. Technical debt is the future maintenance cost created by quick or unsuitable design choices.
Skill Claude CodeCodex
A backend development guide covering the parts of an application that run on a server, such as APIs, databases, and service architecture. It also focuses on improving server performance.
Skill Claude CodeCodex
A set of guidelines for building polished, modern user interfaces for business software.
Skill Claude CodeCodex
A skill that defines a safer Git workflow for committing, pushing, and releasing code.