By LostAbaddon
Delegate coding, analysis, reviews, git commits, web research, translations, and automation to isolated external AI CLIs (Claude Code, Gemini, Codex, Chinese models) via slash commands, MCP tools, specialized agents, and skills running in independent processes with custom prompts and env vars.
Use this agent when you need to review code for quality, maintainability, and adherence to best practices. Examples: - After implementing a new feature or function: user: 'I've just written a function to process user authentication' assistant: 'Let me use the code-quality-reviewer agent to analyze the authentication function for code quality and best practices' - When refactoring existing code: user: 'I've refactored the payment processing module' assistant: 'I'll launch the code-quality-reviewer agent to ensure the refactored code maintains high quality standards' - Before committing significant changes: user: 'I've completed the API endpoint implementations' assistant: 'Let me use the code-quality-reviewer agent to review the endpoints for proper error handling and maintainability' - When uncertain about code quality: user: 'Can you check if this validation logic is robust enough?' assistant: 'I'll use the code-quality-reviewer agent to thoroughly analyze the validation logic'
Use this agent when you need to verify that code documentation is accurate, complete, and up-to-date. Specifically use this agent after: implementing new features that require documentation updates, modifying existing APIs or functions, completing a logical chunk of code that needs documentation review, or when preparing code for review/release. Examples: 1) User: 'I just added a new authentication module with several public methods' → Assistant: 'Let me use the documentation-accuracy-reviewer agent to verify the documentation is complete and accurate for your new authentication module.' 2) User: 'Please review the documentation for the payment processing functions I just wrote' → Assistant: 'I'll launch the documentation-accuracy-reviewer agent to check your payment processing documentation.' 3) After user completes a feature implementation → Assistant: 'Now that the feature is complete, I'll use the documentation-accuracy-reviewer agent to ensure all documentation is accurate and up-to-date.'
Use this agent when you need to analyze code for performance issues, bottlenecks, and resource efficiency. Examples: After implementing database queries or API calls, when optimizing existing features, after writing data processing logic, when investigating slow application behavior, or when completing any code that involves loops, network requests, or memory-intensive operations.
提示词工程专家,专注于高级提示词编写技巧、大语言模型优化和 AI 系统设计。精通思维链、宪法式 AI(constitutional AI)以及生产环境提示词策略。适用于构建 AI 功能、改进 Agent 性能或设计系统提示词。当需要优化提示词时优先调用本 Agent。
专业的网络研究专员,使用高级搜索技术和信息综合能力。精通搜索运算符、结果筛选和多源验证。能够处理竞争分析和事实核查。当需要进行网络搜索的时候优先使用本 Agent。
在输出包含中文字符与中文标点符号、编写中文文档、根据中文文档生成中文的交互回应、回复用户用中文提出的问题或任务、需要进行中文与非中文混排操作等涉及中文文字与标点符号的使用的场景中,必须使用本 Skill 以获得专业的中文字符的操作指导与行为规范引导。
当需要对 git repo 生成提交(commit)信息时,务必使用本Skill
当用户提到需要记住的未来任务、约会或事件时创建提醒和日历事件。在诸如"提醒我"、"设置提醒"、"我有个会"、"别忘了"或任何提及未来基于时间的任务时触发。
向助手发出协助请求,适用于需要在隔离的独立环境中执行复杂编程任务、任务规划、文稿撰写的场景。
向助手发出协助请求,适用于代码审核、逻辑推理、科学与哲学思考、深度分析、策略制定、市场分析等任务场景。
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
让 Claude Code 具备调用 Claude Code、Gemini CLI、Codex CLI 等 AI CLI 工具能力的 Claude Code 插件。
完美解决长文本、多段任务描述的参数传递问题!
/claude、/gemini、/codex 命令| 工具 | MCP 服务 | Slash Command | Skill | 特性 |
|---|---|---|---|---|
| Claude Code | claude | /claude | run-claude | 所有无头模式功能、会话恢复 |
| Gemini CLI | gemini | /gemini | run-gemini | 扩展系统、多目录支持 |
| Codex CLI | codex | /codex | run-codex | 沙箱模式、结构化输出、o3 模型 |
| iFlow | iflow | /iflow | run-iflow | 中华文化理解、中文古文理解、测试用例生成 |
| 类型 | 名称 | 说明 | 特性 |
|---|---|---|---|
| Slash Command | /commit [目标目录] | 生成符合约定式提交规范的提交信息 | 自动分析所有文件改动,以功能为单位生成提交信息 |
| Slash Command | /search <搜索目的> | 网络搜索 | 调用 search-specialist Agent |
| Slash Command | /translate <翻译内容> | 翻译文本/文件/网页 | 调用 translator Agent,支持任意语言互译 |
| Skill | commit | 生成提交信息 | 约定式提交规范、功能维度分析 |
| Skill | chinese-output | 中文标点规范 | 全角标点使用、中英文混排规则 |
| Agent | 说明 | 特性 |
|---|---|---|
| prompt-engineer | 提示词工程专家 | 高级提示词编写技巧、思维链、宪法式 AI |
| search-specialist | 网络研究专员 | 高级搜索技术、结果筛选、多源验证 |
| translator | 专业翻译官 | 优雅流畅的翻译、支持任意语言互译 |
# 添加 marketplace
/plugin marketplace add /path/to/SkillMarketplace
# 安装插件
/plugin install headless-knight@local-marketplace
# 克隆到插件目录
cd ~/.claude/plugins
git clone https://github.com/lostabaddon/HeadlessKnight.git headless-knight
# 重启 Claude Code
/claude 分析 src/auth.js 的安全问题
/gemini 为 src/utils.js 生成单元测试
/codex 使用 o3 模型重构代码
/iflow 为这个项目生成详细的测试用例
/commit 生成提交信息
/search Claude Code 最新文档
/translate README.md 翻译成英文
用 Claude Code 分析这个文件的安全性,重点关注:
1. SQL 注入风险
2. XSS 攻击防护
3. 权限验证漏洞
插件会自动:
// 使用 MCP 工具
mcp__plugin_headless-knight_cli-runner__claude
// 参数(JSON 格式,完美支持长文本)
{
"prompt": "这是一个很长很长的任务描述\n\n可以分多段\n\n包含特殊字符 \"引号\" $变量 `命令`\n\n完全不用担心转义问题",
"workDir": ".",
"model": "sonnet"
}
| 变量名 | 说明 | 是否必需 |
|---|---|---|
ANTHROPIC_API_KEY | Claude API 密钥 | ✅ (使用 Claude Code) |
GEMINI_API_KEY | Gemini API 密钥 | ✅ (使用 Gemini CLI) |
OPENAI_API_KEY | OpenAI API 密钥 | ✅ (使用 Codex CLI) |
CLAUDE_CODE_COMMAND | Claude Code 启动命令 | ❌ (默认 claude) |
GEMINI_CLI_COMMAND | Gemini CLI 启动命令 | ❌ (默认 gemini) |
OPENAI_CODEX_COMMAND | Codex CLI 启动命令 | ❌ (默认 codex) |
IFLOW_COMMAND | iFlow 启动命令 | ❌ (默认 iflow) |
HTTP_PROXY | HTTP 代理 | ❌ |
HTTPS_PROXY | HTTPS 代理 | ❌ |
ALL_PROXY | HTTPS 代理 | ❌ |
CCCORE_HOST | CCCore 服务主机 | ❌ (默认 localhost) |
CCCORE_HTTP_PORT | CCCore HTTP 端口 | ❌ (默认 3579) |
CCCORE_SOCKET_PATH | CCCore Unix Socket 路径 | ❌ (默认 /tmp/cccore.sock) |
工具:mcp__plugin_headless-knight_cli-runner__claude
参数:
prompt (必需):任务描述systemPrompt:系统提示workDir:工作目录model:模型名称(sonnet / haiku / opus)env:自定义环境变量(键值对对象)工具:mcp__plugin_headless-knight_cli-runner__gemini
参数:
prompt (必需):任务描述systemPrompt:系统提示workDir:工作目录model:模型名称(gemini-3-pro-preview / gemini-2.5-flash / gemini-2.5-flash-lite)env:自定义环境变量(键值对对象)工具:mcp__plugin_headless-knight_cli-runner__codex
参数:
prompt (必需):任务描述systemPrompt:系统提示workDir:工作目录model:模型名称(gpt-5.1-codex / gpt-5.1 / gpt-5-mini / gpt-5-nano / o3 等)env:自定义环境变量(键值对对象)工具:mcp__plugin_headless-knight_cli-runner__iflow
参数:
prompt (必需):任务描述systemPrompt:系统提示workDir:工作目录model:模型名称(GLM-4.6 / Qwen3-Coder-Plus / DeepSeek-V3.2 / Kimi-K2-0905 / MiniMax M2 等)env:自定义环境变量(键值对对象)插件提供了以下 hooks:
| Hook | 说明 | 功能 |
|---|---|---|
| SessionStart | 会话启动时触发 | 初始化会话环境 |
| UserPromptSubmit | 用户提交提示词时触发 | 记录用户操作和开始时间 |
| PreToolUse | 工具调用前触发 | 监控工具调用开始,通过 Unix Socket 发送事件到 CCCore |
| PostToolUse | 工具调用后触发 | 监控工具调用结束,通过 Unix Socket 发送事件到 CCCore |
| Stop | 任务停止时触发 | 计算任务用时,通过 Unix Socket 发送完成提醒 |
npx claudepluginhub lostabaddon/headlessknight智能信息收集系统 - 自动从多个可靠信息源收集、分析和汇总信息,也可以对特定需求进行深入调查分析,当用户需要收集信息时使用本插件
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).