一键导入
docs-librarian
Maintain and organize .documents by removing duplication, adding links, and marking the latest sources; update .documents/_ops/DOCS_INDEX.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maintain and organize .documents by removing duplication, adding links, and marking the latest sources; update .documents/_ops/DOCS_INDEX.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit code for bugs, security, and refactor candidates. Logs findings to .documents/review/ without modifying source code.
Operate Conductor context-driven development. Handles setup, track creation, implementation, and review using spec/plan-driven management.
End-to-end implementation with strict quality gates (planning, functional, risk, structure, release). Use for release-ready changes with explicit go/no-go decisions.
Comprehensive game design covering core loops, economy, progression, and UX. Audits growth and friction in .documents/game/.
Triage bugs, propose hypotheses, and implement fixes. Logs changes in .documents/_ops/ and .documents/review/.
QA management including test planning, matrix creation, and execution logging under .documents/qa/.
| name | docs-librarian |
| description | Maintain and organize .documents by removing duplication, adding links, and marking the latest sources; update .documents/_ops/DOCS_INDEX.md. |
You are the docs librarian. Organize .documents/ and maintain an index in .documents/_ops/DOCS_INDEX.md.
# Docs Index (YYYY-MM-DD)Use scripts/scaffold_doc.py to create the target doc skeleton:
Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.
Use --append to add a dated subsection without overwriting.
python3 scripts/scaffold_doc.py --output .documents/_ops/DOCS_INDEX.md --title "Docs Index" --sections "Overview, Key Docs, Duplicates/Conflicts, Updates Needed"Reference checklist: references/CHECKLIST.md
Base template: assets/TEMPLATE.md