manage-skills

Analyze session changes to detect and create missing verification skills.

2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/daeha76/RianFriends --skill manage-skills-daeha76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/daeha76/RianFriends/tree/main/.claude/skills/manage-skills
Command: npx skills add https://github.com/daeha76/RianFriends --skill manage-skills-daeha76

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of managing and maintaining AI skills, ensuring that your verification skills stay up-to-date with code changes and that new skills are created efficiently and without duplication.

Core Features & Use Cases

  • Detect Skill Gaps: Identifies missing verification skills for new or changed code.
  • Manage Skill Lifecycle: Dynamically discovers, creates, and updates skills.
  • Prevent Duplication: Checks for overlapping functionality with existing specialized agents.
  • Use Case: After implementing a new feature that introduces new API endpoints, run this skill to automatically generate a verify-api skill that checks for common issues in the new endpoints, ensuring code quality and consistency.

Quick Start

Run the manage-skills skill to analyze recent code changes and update 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 automate maintenance and evolution of AI agent verification skills?

You can automate AI skills maintenance by analyzing session changes to detect missing verification skills, dynamically discovering or creating new ones, and updating existing skills to prevent agent duplication and ensure coverage.

How do I prevent agent duplication when creating new verification skills?

Prevent agent duplication by checking for overlapping functionality with existing specialized agents before creating new skills, ensuring that any dynamically generated verification skill covers only the missing code quality checks.

How do I detect missing verification skills after implementing new code features?

Detect missing verification skills by analyzing recent session changes to identify new or changed code, which automatically highlights gaps where new skills are needed to maintain code quality and consistency.

What is the best way to manage the skill lifecycle and synchronize registrations across multiple locations?

Manage the skill lifecycle and synchronize registrations by dynamically discovering, creating, or updating existing skills, and managing the project's CLAUDE.md file to ensure all skill registrations are synchronized across multiple locations.

Does this skill management approach work without external dependencies?

Yes, this skill management approach works without external dependencies, relying entirely on analyzing your session changes and managing the project's CLAUDE.md file to automate maintenance and evolution of your AI skills.