update-documentation
A guide for updating project documentation (CHANGES.md, Roadmap, etc.).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
A guide for updating project documentation (CHANGES.md, Roadmap, etc.).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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).
Basado en la clasificación ocupacional SOC
| 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: