skill-manager

Identify and manage installed skills, deciding reuse or acquisition across workflows.

18|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yaron9/MetaMe --skill skill-manager-yaron9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/Yaron9/MetaMe/tree/main/skills/skill-manager
Command: npx skills add https://github.com/Yaron9/MetaMe --skill skill-manager-yaron9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

The Skill Manager is a central coordinator for all installed skills. It detects capability gaps, decides whether to reuse existing skills or fetch new ones, and evolves the skill library automatically after task completion. It triggers on failures, missing tools, or user prompts like "find skills", "manage skills", or "update skills".

Core Features & Use Cases

  • Centralizes knowledge of installed skills and automatically evolves the skill library after tasks.
  • Determines when to call existing skills versus acquiring new ones, coordinating with supporting subsystems to fetch, wrap, or create skills.
  • Supports end-to-end workflows for researching, packaging, and integrating new capabilities, with guardrails and auditability.
  • Use Case: When a task requires a tool the system doesn't have, it surveys options, chooses the best path (find skills, github-to-skills, or skill-creator), and proceeds without manual intervention.

Quick Start

Instruct the Skill Manager to review all installed skills and decide whether to invoke existing capabilities or acquire new ones, then evolve the skill library after task completion.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I manage installed AI skills and decide when to reuse or acquire new ones?

To manage installed AI skills, use a central coordinator that surveys existing capabilities, parses SKILL.md frontmatter, and automatically decides whether to reuse a skill, fetch a new one, or evolve the skill library after task completion.

What is the best way to automate AI skill selection across task workflows?

Automating AI skill selection involves triggering a coordinator on failures or missing tools, which then evaluates the skill library and chooses the best path—calling existing skills or acquiring new ones—without manual intervention.

How does automatic skill library evolution work after completing a task?

Automatic skill library evolution works by coordinating with supporting subsystems to fetch, wrap, or create skills, applying guardrails and auditability to ensure safe, trackable updates to the toolkit after task completion.

Can I integrate GitHub packaging and zero-to-skill creation into my workflow?

Yes, you can integrate GitHub packaging and zero-to-skill creation by coordinating with the central skill manager, which supports end-to-end workflows for researching, packaging, and integrating new capabilities with guardrails.

Do I need YAML to parse SKILL.md frontmatter for skill management?

Yes, YAML is required as a dependency to parse SKILL.md frontmatter, enabling the system to identify and manage all installed skills and coordinate automatic selection between existing and new capabilities.

When should I not use an automated skill manager for my AI toolkit?

You should avoid automated skill management when tasks require strict manual oversight or when operating in isolated environments without marketplace or GitHub access, as the coordinator relies on subsystem integration to fetch and evolve skills.