| name | update-docs-modified-style |
| description | Detect modified SCSS files and update corresponding documentation (demo, CLAUDE.md, README) |
| allowed-tools | Bash, Read, Edit, Glob, Grep |
update-docs-modified-style
Detect modified SCSS files in scss/canvas/ and update all related documentation.
Steps
Execute each step file in order. After completing each step, commit and push the changes.
- Read and execute
.claude/skills/update-docs-modified-style/step/01-detect-changes.md
- Read and execute
.claude/skills/update-docs-modified-style/step/02-update-demo.md
- Read and execute
.claude/skills/update-docs-modified-style/step/03-update-docs-page.md
- Read and execute
.claude/skills/update-docs-modified-style/step/04-update-claude-md.md
- Read and execute
.claude/skills/update-docs-modified-style/step/05-update-readme.md
Commit Convention
Each step's commit message should follow this format:
docs: <description of changes>
Co-Authored-By: Claude <noreply@anthropic.com>