Plugin Claude Code
A personal collection of Claude Code plugins, described in Chinese as custom-made extensions.
Plugin Claude Code
A personal collection of Claude Code plugins, described in Chinese as custom-made extensions.
Plugin Claude Code
A personal Claude Code plugin with commands, AI agents, hooks, and connections to MCP servers. Claude Code is a coding assistant that works in a development environment, while hooks are automatic actions triggered by events.
MCP server Claude CodeCodexCursor +2
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
MCP server Claude CodeCodexCursor +2
MCP server "grep", hosted remotely at mcp.grep.app, as configured in Bozhu12/bozhu12-cc-plugin.
MCP server Claude CodeCodexCursor +2
Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.
Instructions file
Claude Code instructions for Bozhu12/bozhu12-cc-plugin, covering claude code entry point, 约束, 选项, 项目导航 and llms.txt - 项目结构导航.
Command
Command "analyze" from Bozhu12/bozhu12-cc-plugin, covering 纯分析模式, 特性 and 使用示例.
Command
A documentation-only tool that examines code problems and writes a proposed fix to the ./docs folder.
Command
A command that asks Codex questions through Claude Code without an interactive session.
Command
A command that creates a documentation directory for a project. A documentation directory is an organized list of pages or files that helps readers find project information.
Command
A command named git-analyze that examines all changes in a Git workspace, the folder containing a project and its version-control data. Its described checks include code-quality judgment, risk checks, and grouping related changes.
Command
Command "json-snap" from Bozhu12/bozhu12-cc-plugin, covering json快照, 意图, 工作流, json规范 and json输出.
Hook
Runs when you submit a prompt, before the agent sees it, executing record-messages.js via node. From Bozhu12/bozhu12-cc-plugin.
Hook
Runs when the agent finishes a response, running an inline shell check (2 commands). From Bozhu12/bozhu12-cc-plugin.