document-compiler — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited document-compiler (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
当你已经完成所有章节的编撰和练习题的生成,需要将它们组装成一本完整、排版精良的教学教材时,调用此技能。
本技能目录下附带辅助资源,可按需使用:
| 文件 | 用途 | 何时使用 |
|---|---|---|
templates/cover.md | 教材封面模板 | 组装教材时引用,生成统一的封面页 |
templates/style_guide.md | 排版风格指南 | 统稿时参考,确保全书风格一致 |
scripts/word_counter.py | 字数统计脚本 | 执行 python {skill_dir}/scripts/word_counter.py <file> 检查篇幅 |
templates/style_guide.md 中的规范templates/cover.md 中的模板 封面 → 目录 → 学习路线图(如有)→ 第1章 → 练习题1
→ 第2章 → 练习题2 → ... → 附录/参考资料scripts/word_counter.py 检查并调整最终教材使用以下 Markdown 结构:
# [教材名称]
> **编著**: StudyHelper Agent
> **日期**: YYYY-MM-DD
> **章节**: N章 | **配套练习**: N套
---
## 目录
1. [第1章: 标题](#第1章)
- 练习题
2. [第2章: 标题](#第2章)
- 练习题
...
---
## 第1章: [标题]
[正文内容]
---
## 练习题: [第1章名称]
[练习题内容]
---
## 第2章: [标题]
...汇编完成后,使用 save_document 将完整教材保存为 Markdown 文件。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.