update-documentation
A guide for updating project documentation (CHANGES.md, Roadmap, etc.).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
A guide for updating project documentation (CHANGES.md, Roadmap, etc.).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
A guide for creating new Scheme libraries (R7RS) in the project.
A guide for implementing new JavaScript primitives and exposing them to Scheme.
Guidelines for moving logic from JavaScript to Scheme (Schemification).
| name | Update Documentation |
| description | A guide for updating project documentation (CHANGES.md, Roadmap, etc.). |
This skill guides you through maintaining the project documentation. This is critical for tracking progress and history.
CHANGES.mdEvery time you complete a significant task (a "Walkthrough"), append an entry to CHANGES.md.
Format:
# Walkthrough: [Title of Task] [Date]
[Brief summary of what was accomplished]
## Changes
### 1. [Category/Component]
[Description of change]
[Link to file](./relative/path/to/file)
### 2. ...
## Verification Results
### Automated Tests
[Describe test results]
[!TIP] Copy the content from your session's
walkthrough.mdartifact if available.
ROADMAP.mdIf the task involved R7RS compliance or roadmap items:
ROADMAP.md.[x].architecture.mdIf you added, moved, or deleted files/directories:
architecture.md.README.mdUpdate if: