One-click install
npx skills add https://github.com/peppone-choi/opensamguk --skill manage-skills-peppone-choi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/peppone-choi/opensamguk/tree/main/.claude/skills/manage-skills
Command: npx skills add https://github.com/peppone-choi/opensamguk --skill manage-skills-peppone-choi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your verification skills remain up-to-date and comprehensive by automatically detecting and addressing gaps in coverage caused by code changes.

Core Features & Use Cases

  • Drift Detection: Identifies changes in the codebase that are no longer covered by existing verification skills.
  • Gap Analysis: Pinpoints missing skill references, outdated detection patterns, and unaddressed new patterns.
  • Automated Maintenance: Suggests updates to existing skills or creation of new ones to maintain full coverage.
  • Use Case: After adding a new API endpoint, this Skill will alert you if no verification skill is configured to check its parity or implementation, prompting you to create or update a relevant skill.

Quick Start

Run the manage-skills skill to analyze session changes and detect verification skill gaps.

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 gaps after codebase changes?

Detect verification skill gaps by analyzing session changes to map changed files against registered skills, identifying missing coverage, invalid references, and outdated detection patterns. It automatically flags unaddressed code areas lacking corresponding verification checks.

How do I maintain verification coverage when adding new API endpoints?

Maintain verification coverage by running dynamic skill discovery to map new codebase changes against existing skills. It alerts you when new patterns lack checks, prompting automatic creation or update of relevant verification skills to restore full coverage.

What is skill gap analysis in automated code maintenance?

Skill gap analysis is the process of pinpointing missing skill references, outdated detection patterns, and unaddressed new code patterns. It maps changed files to registered verification skills to identify areas needing new or updated checks for maintaining code integrity.

Can I automate updating CLAUDE.md documentation when verification skills change?

You can automate CLAUDE.md documentation management dynamically as part of skill maintenance. It updates existing skills and manages documentation automatically when drift detection discovers codebase changes requiring new or modified verification checks.

Does this skill management approach work without external dependencies?

This skill management approach works independently without external dependencies. It dynamically discovers existing skills and analyzes internal session changes to detect coverage gaps, requiring no additional frameworks or libraries to perform gap analysis.

When should I run gap analysis to prevent verification skill drift?

Run gap analysis to prevent verification skill drift immediately after session changes occur in the codebase. It identifies when modified files are no longer covered by registered verification skills, ensuring you update detection patterns before code integrity degrades.