用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill deep-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | deep-research |
| description | > Use when this capability is needed. |
This skill wraps the V4 pipeline so it installs on any surface (Claude Code, Claude.ai, or other harnesses) per the surface-interchangeability rule. The pipeline itself lives in the sibling files; this file is the entry point and router.
Runs a branch-parallel, evidence-ledger-backed research process where:
scripts/stop_rule.py (deterministic), never model judgmentscripts/citation_audit.py (deterministic), never self-reviewCLAUDE.md in this package and follow its phases in order.agents/*.md are installed as subagents (Claude Code: copy into .claude/agents/). On surfaces without subagents, run each agent's prompt sequentially in isolated contexts and keep the same output contracts.python3 is available for the two gate scripts. On surfaces without code execution, the gates degrade to manual checklist mode: walk the script logic by hand and record results in 09_qa/; mark gates_mode=manual in the run card.Source: AnkitClassicVision/Claude-Code-Deep-Research — distributed by TomeVault.