plugin/skills/update-docs/SKILL.md
Update the docs with the current state of the system, especially README.md and CHANGELOG.md. Use before committing significant changes or when documentation is stale.
npx skillsauth add regression-io/coder-config update-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Keep README.md and CHANGELOG.md in sync with the current state of the codebase.
Follow Keep a Changelog format:
## [Version] - YYYY-MM-DD
### Added
- New features
### Changed
- Changes to existing functionality
### Fixed
- Bug fixes
### Removed
- Removed features
Guidelines:
Check and update:
Don't:
development
# Ralph Loop — Autonomous Development Skill You are operating inside a **Ralph Loop** — an autonomous, iterative development workflow managed by coder-config. ## Your Context The `<ralph-loop-context>` block injected into your session contains: - **Phase**: clarify | plan | execute - **Task**: what you are building - **Iteration**: current / max - **Clarifications** and **Implementation Plan** (when available) - **State file path**: where to write progress ## Phase Behaviour ### clarify - A
development
Refactor large files into smaller sub-components. Do not create more large files. Refactor into modular, focused units.
documentation
Save current session context to a resumable document. Use when ending a session, switching tasks, or wanting to preserve context for later continuation.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".