docs

仓库创建 2026年7月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

一键化文档流水线,适合需要定期同步代码与文档的团队仓库。

▸ 风险提示

会生成并落地 PR/提交,需仓库写权限与 CI 配置支持。

这个 Skill 做什么

串联审计、机器文档和人类文档代理来自动更新项目文档并提交变更。

把自动审计、机器生成文档和人工润色的流程串起来:先让通用 agent 扫代码差异并产出变更报告,再由 docs-agent 写机器可读的文档,最后由 docs-human 输出面向人的文档并提交变更。适合代码变动后需要自动更新文档并生成 PR 的场景。特别之处是把机器和人类写作按步骤组合,既高效又保证可读性。

▸ 展开 SKILL.md 英文原文

Orchestrates documentation updates by spawning the general-purpose, docs-agent, and docs-human agents in sequence. The first pass audits the codebase and reports changes, docs-agent writes machine-readable docs, docs-human writes human-readable docs.

自动化集成文档自动化审计agent 编排通用
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/docs/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/docs/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Documentation Orchestration

When this skill is invoked, run the following pipeline:

## Step 1: Architecture Audit

Spawn the `general-purpose` agent with this prompt:

> Audit the current codebase for any changes since the docs were last updated. Read the existing machine docs (a single root `AGENTS.md` registry) and compare against the actual project. Produce a concise **change report** covering:
>
> - New or removed stacks, skills, agents, config keys, or CLI commands
- Changed installer exports or template semantics (`installer/lib/*.mjs`)
- `stack.yaml` config declarations out of sync with placeholder usage
- Rendered-output drift: `node installer/cli.mjs doctor --allow-missing` clea
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有