| name | implement |
| description | Implements code or configuration changes with minimal, style-preserving edits and focused verification. Use when asked to make or fix something. |
Implement
Use this skill when asked to make a code or configuration change.
- Inspect the existing structure before editing.
- Prefer the smallest correct change.
- Preserve established style and naming.
- Do not add compatibility layers unless there is a concrete need.
- Verify with the narrowest useful command after editing.
- Never revert unrelated user changes.