24 业务脚本 v0.8 速查¶
分布在 3 个 skill 目录:
ecc-vert-case/agent-knowledge-task/agent-benchmark-lab
ecc-vert-case (第一类出题) - 7 脚本¶
~/.claude/skills/ecc-vert-case/scripts/
├── run_all_v11.py # 主串联
├── 01_read_benchmark.py # 读 50 附件
├── 02_audit_5P0.py # 5P0 审计
├── 03_case_generator.py # 12 案例生成
├── 04_docker_isolation.py # 容器隔离
├── 05_html_dashboard.py # HTML 看板
├── 06_知识密度审计.py # 9 维度审计
├── 07_推理链审计.py # 推理链审计
├── 08_交付打包.py # 打包 zip
└── audit_code_reviewer.py # 9 维度自审
agent-knowledge-task (第二类教案) - 8 脚本¶
~/.claude/skills/agent-knowledge-task/scripts/
├── run.py # 主串联
├── 01_knowledge_需求.py # 知识需求分析
├── 02_知识点抽取.py # 知识点抽取
├── 03_案例生成.py # 案例生成
├── 04_评估设计.py # 评估设计
├── 05_html_dashboard.py # HTML 看板
├── 06_知识密度审计.py # 9 维度审计
├── 07_推理链审计.py # 推理链审计
└── 08_交付打包.py # 打包 zip
agent-benchmark-lab (第三类评测) - 8 脚本¶
~/.claude/skills/agent-benchmark-lab/scripts/
├── run.py # 主串联 (--skip 06)
├── 01_read_benchmark.py # 读 18 task
├── 02_audit_5P0.py # 5P0 审计
├── 03_scenario_runner.py # 跑 scenario
├── 04_pass_at_k.py # pass@k
├── 05_html_dashboard.py # HTML 看板
├── 06_docker_isolation.py # 容器隔离 (--skip)
├── 07_pass_at_k_harness.py # pass@k harness
└── 08_交付打包.py # 打包 zip
v0.8 新增 (5 项)¶
| 编号 | 位置 | 用途 |
|---|---|---|
| T33 | ecc-shared/scripts/knowledge_skeleton_generator.py |
1750 骨架真生成 |
| T34 | ecc-shared/scripts/skeleton_to_bitable.py |
1750 骨架 → 飞书表 |
| T35 | ecc-shared/scripts/{intent_detector,user_prompt_submit_hook,test_intent_detector}.py |
UserPromptSubmit hook 意图检测 |
| T36 | ecc-shared/scripts/lesson_indexer_v2.py (升级) |
BGE-M3 升级 (--model) |
| T37 | ecc-shared/scripts/spawn_new_base.py |
2 甲方真生产 base |