Agent skill
update-skill
Update an existing skill with improvements
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skills-wpank-ai
SKILL.md
/update-skill
Load an existing skill, make improvements, and validate.
Usage
/update-skill <path>
Arguments:
path— Path to skill directory (relative or absolute)
Examples
/update-skill ai/skills/realtime/websocket-hub-patterns
/update-skill ai/skills/design-systems/distinctive-design-systems
/update-skill ai/skills/my-custom-skill
When to Use
- After using a skill and finding gaps or issues
- When a better approach is discovered
- To add missing sections (NEVER Do, Related, examples)
- When patterns or best practices change
- During periodic skill maintenance
What It Does
- Reads the current SKILL.md content
- Validates current structure (checks for required sections)
- Identifies gaps (missing When to Use, NEVER Do, Related, examples)
- Prompts for specific updates:
- What needs to change?
- New patterns to add?
- Anti-patterns discovered?
- Updates the skill with changes
- Re-validates against quality criteria
- Reports what was changed
Required Sections Check
The command verifies these sections exist:
- Frontmatter with name and description
- When to Use section
- Code examples
- NEVER Do section
- Related section (if applicable)
Quality Re-validation
After updates:
- Description still has WHAT, WHEN, KEYWORDS
- Still <300 lines (max 500)
- Still project-agnostic
- New content follows existing style
Output Locations
- Updated skill →
[path]/SKILL.md - No new files created
Related
- Create new:
/create-skill(for new skills) - Validate:
/validate-skill(check without updating) - Archive old:
/archive-skill(deprecate skills)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?