From headless-knight
Delegates complex programming tasks, task planning, and document writing to an isolated external Claude assistant via MCP tool. Supports sonnet, haiku, opus models with custom prompts and env vars.
npx claudepluginhub lostabaddon/headlessknightThis skill uses the workspace's default tool permissions.
通过 MCP 工具向一位外部助手发出协助请求,请对方在一个上下文干净的、运行时隔离的、独立环境中,完成复杂编程任务、任务规划、文章撰写、编曲等任务。
Dispatches code tasks to Claude CLI via mst.py wrapper for prompts, files, directories, and tracing in Gran Maestro workflows. Activated by 'run with Claude', 'Claude sub-agent', or /mst:claude.
Routes agent roles to optimal AI models: Claude for planning/orchestration, Codex for code writing, Gemini for design/UI. Triggers on /multi-ai-run or model routing requests.
Implements production AI coding workflows: self-correction loops, pre-flight discipline rules, orchestration patterns, hook events, agents. For Claude Code, Cursor, 32+ agents.
Share bugs, ideas, or general feedback.
通过 MCP 工具向一位外部助手发出协助请求,请对方在一个上下文干净的、运行时隔离的、独立环境中,完成复杂编程任务、任务规划、文章撰写、编曲等任务。
使用 mcp__plugin_headless-knight_runCLI__claude 工具来向助手发出请求,可传入参数包括:
prompt: string,从上下文整理出的完整的任务描述,必填参数systemPrompt: string,从上下文整理出的需要该助手遵守的系统提示词,用于约束他的行为,可选workDir: string,工作目录,默认为当前目录,可选model: string,指定使用哪个模型,取值为"sonnet"、"haiku"或"opus"之一,可选,默认为 sonnetenv: object,自定义环境变量,键值对,可选如果不另外设置,则自动使用当前对话上下文中的配置
ANTHROPIC_API_KEY: Claude Code 的 API_KeyHTTP_PROXY: HTTP 代理地址HTTPS_PROXY: HTTPS 代理地址ALL_PROXY: 默认代理地址CODE_ENVCLAUDE_CODE_COMMAND: Claude 命令行地址或名称(确保在 PATH 中包含了路径),或者 ClaudeCodeRouter 地址或名称(比如 "ccr code")NODE_ENV: 环境参数,比如 "development"