What problem does it solve?
This skill provides a structured workflow and checklist for updating, refactoring, and improving existing Claude Code agent skills so maintainers make safe, compatible, and well-documented changes without unintentionally breaking activation or behavior.
Core Features & Use Cases
- Review and Analyze: Read the existing SKILL.md and frontmatter to understand activation triggers, examples, and tool permissions.
- Targeted Updates: Clarify activation conditions, improve examples, tighten or expand triggers, and update documentation and versioning.
- Testing & Compatibility: Validate frontmatter YAML, test activation phrases, verify behavior with related skills, and follow semver for plugin.json updates.
- Governance & Safety: Include negative activation examples, edge-case handling, and guidance for sensitive files, merge conflicts, and large changesets.
Quick Start
Update the smart-commit skill to handle merge commits better and bump the plugin version, then verify activation and documentation.