Agent skill
archive-skill
Move a deprecated skill to archive
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-3
SKILL.md
/archive-skill
Move a deprecated or obsolete skill to the archive.
Usage
/archive-skill <name> [category]
Arguments:
name— Skill folder namecategory— Category folder (optional if unique)
Examples
/archive-skill old-pattern backend
/archive-skill deprecated-design design-systems
/archive-skill superseded-hooks realtime
When to Use
- Skill is obsolete (replaced by newer pattern)
- Skill is too project-specific (shouldn't have been promoted)
- Skill duplicates another skill
- Skill quality is too low to maintain
- Pattern is no longer recommended
What It Does
- Locates the skill in
ai/skills/[category]/[name]/ - Verifies skill exists
- Checks for references in other skills/agents/commands
- Creates
ai/archive/directory if needed - Moves skill to
ai/archive/[category]-[name]/ - Adds archive timestamp and reason to SKILL.md
- Reports any broken references to fix
Archive Metadata
Adds to archived SKILL.md:
---
archived: 2024-01-15
reason: Superseded by [new-skill-name]
---
Reference Check
Before archiving, checks for references in:
- Other skills (Related sections)
- Agents (workflow references)
- Commands (Related sections)
- Meta-skills (component skill references)
If references found:
- Lists files with references
- Suggests updates needed
- Proceeds with archival (references become broken links)
Output Locations
- Archived skill →
ai/archive/[category]-[name]/ - Removed from →
ai/skills/[category]/[name]/
Related
- Check first:
/check-overlaps(find redundant skills) - Update instead:
/update-skill(if skill can be improved)
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?