update-documentation
A guide for updating project documentation (CHANGES.md, Roadmap, etc.).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
A guide for updating project documentation (CHANGES.md, Roadmap, etc.).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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: