manage-skills
Automated maintenance of project verification skills and test coverage reporting.
Install
mkdir -p .claude/skills/manage-skills && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12104" && unzip -o skill.zip -d .claude/skills/manage-skills && rm skill.zipInstalls to .claude/skills/manage-skills
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Analyzes session changes to detect missing verification skills. Dynamically discovers existing skills, creates new skills or updates existing ones, and manages CLAUDE.md skill references. Use when adding new patterns/modules that may need verification coverage, or when maintaining skill consistency. 스킬 관리, 검증 스킬 누락 탐지, CLAUDE.md 업데이트.Key capabilities
- →Detect missing verification skills for changed files
- →Identify invalid references in existing skills
- →Discover new patterns or rules requiring checks
- →Update outdated configuration values or detection commands
- →Create new verification skills
- →Update existing verification skills
How it works
The skill analyzes session changes to detect drift in verification skills, mapping changed files to existing skill patterns, and identifying coverage gaps or outdated configurations. It then decides whether to update existing skills or create new ones.
Inputs & outputs
When to use manage-skills
- →Detect missing verification tests
- →Update skill coverage
- →Maintain CLAUDE.md references
About manage-skills
Scans for changes in the codebase to verify if corresponding test coverage exists. Ensures consistency in skill management.
Analyzes session changes to detect missing verification skills. Dynamically discovers existing skills, creates new skills or updates existing ones, and manages CLAUDE.md skill references. Use when adding new patterns/modules that may need verification coverage, or when maintaining skill consistency.
When not to use it
- →For lock files and generated files
- →For one-time configuration changes like version bumps
- →For documentation files or test fixture files
Limitations
- →Focuses on detecting drift in verification skills
- →Does not cover lock files, generated files, or documentation files
- →Does not cover vendor/third-party code or CI/CD configurations
How it compares
This skill automates the maintenance of verification skills by analyzing codebase changes and systematically identifying coverage gaps, unlike manual skill auditing or ad-hoc updates.
Compared to similar skills
manage-skills side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| manage-skills (this skill) | 0 | 3mo | No flags | Advanced |
| proof-of-work | 1 | 6mo | No flags | Intermediate |
| verification-before-completion | 9 | 9mo | No flags | Beginner |
| mutation-testing | 5 | 5mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by junnv93
View all by junnv93 →You might also like
proof-of-work
MadAppGang
Proof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
verification-before-completion
obra
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
mutation-testing
metabase
Run mutation testing on a Clojure namespace, generate tests to kill surviving mutations, and open draft PRs with Linear issue tracking.
workflow-patterns
wshobson
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
tdd-workflows-tdd-refactor
sickn33
Use when working with tdd workflows tdd refactor
customaize-agent:create-hook
LAI-YEN-CHUN
Create and configure git hooks with intelligent project analysis, suggestions, and automated testing