AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Document Compiler

skill-ghostricke9-studyagent-document-compiler · by Ghostricke9

将多个章节和练习题汇编成完整教材,添加封面、目录、排版优化

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-ghostricke9-studyagent-document-compiler

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ghostricke9-studyagent-document-compiler)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Document Compiler? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

技能:汇编最终教材

何时使用

当你已经完成所有章节的编撰和练习题的生成,需要将它们组装成一本完整、排版精良的教学教材时,调用此技能。

子资源文件

本技能目录下附带辅助资源,可按需使用:

| 文件 | 用途 | 何时使用 | |------|------|----------| | templates/cover.md | 教材封面模板 | 组装教材时引用,生成统一的封面页 | | templates/style_guide.md | 排版风格指南 | 统稿时参考,确保全书风格一致 | | scripts/word_counter.py | 字数统计脚本 | 执行 python {skill_dir}/scripts/word_counter.py 检查篇幅 |

汇编步骤

  1. 统稿:阅读所有已生成的章节,检查术语一致性
  • 同一概念在不同章节是否用了相同叫法
  • 示例代码的变量命名风格是否一致
  • 参考 templates/style_guide.md 中的规范
  1. 生成封面:为教材添加标准封面
  • 使用 templates/cover.md 中的模板
  • 填入主题名称、章节数、生成日期
  1. 组装目录:为整本教材生成目录
  • 列出所有章节标题和对应页码(可用 Markdown 锚点替代)
  1. 编排顺序:按以下顺序组装最终教材:

`` 封面 → 目录 → 学习路线图(如有)→ 第1章 → 练习题1 → 第2章 → 练习题2 → ... → 附录/参考资料 ``

  1. 控制篇幅:统稿后如果某章过长或过短,可以用 scripts/word_counter.py 检查并调整

输出格式

最终教材使用以下 Markdown 结构:

# [教材名称]

> **编著**: StudyHelper Agent
> **日期**: YYYY-MM-DD
> **章节**: N章 | **配套练习**: N套

---

## 目录

1. [第1章: 标题](#第1章)
   - 练习题
2. [第2章: 标题](#第2章)
   - 练习题
...

---

## 第1章: [标题]

[正文内容]

---

## 练习题: [第1章名称]

[练习题内容]

---

## 第2章: [标题]

...

完成动作

汇编完成后,使用 save_document 将完整教材保存为 Markdown 文件。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.