manage-skills

Map changed files to registered verification skills and fix drift.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/CcchosyyY/jyosblog --skill manage-skills-ccchosyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/CcchosyyY/jyosblog/tree/main/.claude/skills/manage-skills
Command: npx skills add https://github.com/CcchosyyY/jyosblog --skill manage-skills-ccchosyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your verification skills accurately reflect the current state of your codebase, preventing gaps and outdated checks.

Core Features & Use Cases

  • Detect Coverage Gaps: Identifies changed files not covered by any verification skill.
  • Fix Invalid References: Finds skills referencing deleted or moved files.
  • Identify Missing Checks: Highlights new patterns or rules not covered by existing checks.
  • Update Stale Values: Flags configuration values or commands that no longer match.
  • Use Case: After adding a new API endpoint, this skill will automatically check if your verify-backend skill has been updated to include tests for the new endpoint's file path and logic.

Quick Start

Run the manage-skills skill to analyze session changes and fix verification skill drift.

Frequently Asked Questions about manage-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect verification skill drift after codebase changes?

To detect verification skill drift, you can analyze session changes by mapping changed files to registered skills. This identifies coverage gaps, invalid references, and stale values, allowing you to update existing skills or suggest new ones for uncovered files.

What is verification skill coverage gap detection?

Verification skill coverage gap detection is the process of identifying changed files not covered by any verification skill. It ensures your verification checks accurately reflect the current codebase state and highlights new patterns lacking corresponding tests.

How do I fix invalid file references in my verification checks?

You can fix invalid file references by analyzing session changes to find skills referencing deleted or moved files. The system flags these outdated references and updates the existing skills to match the current codebase structure.

Does this skill management tool work without external dependencies?

Yes, this skill management tool works without external dependencies. It directly analyzes session changes and maps changed files to registered skills to identify coverage gaps and stale configuration values autonomously.

When should I run a code maintenance check for stale configuration values?

You should run a code maintenance check for stale configuration values when commands or settings no longer match the codebase. The skill flags these outdated values during session analysis to prevent verification gaps and outdated checks.

Can I automatically suggest new skill creation for uncovered files?

Yes, you can automatically suggest new skill creation for uncovered files. After detecting coverage gaps by mapping changed files, the system updates existing skills or recommends creating new ones to accurately reflect current codebase logic.