Update docs summary
Skill quantum-box/agent-packages/plugins/quantum-box/skills/update-docs-summary
Distribution repository for agent skills and plugins
npx -y skills add quantum-box/agent-packages --skill update-docs-summaryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Update docs/SUMMARY.md when documents move or are added. Use proactively when: (1) new taskdoc/DD/ADR is created, (2) taskdoc moves between backlog/todo/in-progress/completed, (3) task-pr-ready archives taskdocs, or (4) the user asks to update docs index.
SKILL.md
1.9 KB, 440 tokens by cl100k_base, as published. Nobody here has run it
Update Docs Summary
Keep docs/SUMMARY.md synchronized with document structure.
File Location
docs/SUMMARY.md
Structure
# Summary
- [Introduction](README.md)
# Architecture
- [Overview](architecture/overview.md)
- [NanoDollar System](architecture/nanodollar-system.md)
# For Developers
- [Getting Started](for-developers/getting-started.md)
# Tasks
- [In Progress]()
- [Feature X](tasks/in-progress/feature-x/task.md)
- [Completed]()
- [v1.0.0]()
- [Task Y](tasks/completed/v1.0.0/task-y/task.md)
Workflow
Adding New Taskdoc
- Find appropriate section in SUMMARY.md
- Add entry under "In Progress":
- [In Progress]()
- [New Task](tasks/in-progress/new-task/task.md) # Add this
Completing Taskdoc At PR Ready
- Determine archive version from
origin/mainusingtask-pr-ready - Move entry from "In Progress" to "Completed/vX.X.X":
- [Completed]()
- [v1.0.1]()
- [Completed Task](tasks/completed/v1.0.1/completed-task/task.md)
Adding DD or ADR
- Place durable DDs under the relevant service, Tachyon app, or architecture section.
- Place ADRs under the Architecture decisions section.
- Keep task-local DDs linked from the taskdoc; add them to SUMMARY only when they are reader-facing beyond the task.
Adding Documentation
- Find or create appropriate section
- Maintain alphabetical order within sections
- Use relative paths from docs/src/
Conventions
- Indent: 2 spaces per level
- Empty parentheses
(): For section headers without content - Relative paths: From
docs/src/ - Link text: Use document title or clear description