manage-skills

Analyze session changes to detect and update verification skill coverage gaps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures your AI's verification skills stay up-to-date and comprehensive by analyzing session changes, detecting coverage gaps, and managing the creation or modification of verification skills.

Core Features & Use Cases

  • Drift Detection: Identifies missing verification skills for changed files.
  • Skill Management: Dynamically discovers, creates, or updates verification skills.
  • Coverage Analysis: Maps changed files to existing verification skills and highlights gaps.
  • Use Case: After implementing a new feature that modifies several backend Java files and a frontend React component, run this skill to ensure that the verify-kb-indexing and verify-frontend-ui skills are updated to cover these changes, or to create new skills if necessary.

Quick Start

Analyze the current session changes to detect missing verification skills.

Frequently Asked Questions about manage-skills

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

FAQPage Schema
How do I detect missing verification skills for changed files in my AI project?

Analyze session file changes against existing skill definitions to identify coverage gaps, invalid references, and outdated patterns. This detects missing verification skills by mapping changed files to current skill coverage and highlighting areas lacking verification.

What is AI skill lifecycle management and why is it needed for code maintenance?

AI skill lifecycle management involves analyzing session changes to dynamically discover, create, or update verification skills. It is needed to maintain code quality and consistency by ensuring verification skills stay up-to-date and comprehensive as features evolve.

How do I update existing verification skills after implementing new backend and frontend features?

Analyze the current session changes to map modified backend and frontend files to existing verification skills. User-guided decisions then facilitate updating the affected skills or creating new ones to ensure full coverage of the new feature changes.

Can I automate code quality verification using skill-to-file mapping?

Yes, you can automate code quality verification by orchestrating a workflow that maps changed files to existing verification skills. This coverage analysis highlights gaps and facilitates dynamic creation or updating of verification skills to maintain consistency.

When should I create new verification skills instead of updating existing ones?

Create new verification skills when coverage gap identification reveals that no existing skill definitions map to the changed files. User-guided decisions help determine whether to update an outdated pattern or create a completely new skill.

What are the limitations of managing AI verification skills through session change analysis?

This approach focuses strictly on existing skill definitions and file changes, relying on user-guided decisions for updates. Unmapped files or changes outside the analyzed session may lack automated verification coverage, requiring manual skill creation.