meta-skill

Installation
SKILL.md

Meta-Skill: Dynamic Skill Library

A system for managing on-demand skills that are loaded dynamically instead of at session startup. Skills are stored in skill-library/ and registered in SKILLUSE.md at the project root.

How It Works

Automatic Matching (via CLAUDE.md)

During initialization, a section is added to CLAUDE.md that instructs Claude to check SKILLUSE.md on every user request. When the user's request matches a skill description:

  1. Read skill-library/<skill-name>/SKILL.md from the project root
  2. If the skill references supporting files, read those too
  3. Follow the skill's instructions to handle the user's request

SKILLUSE.md Format

A markdown file at the project root. Each ## heading is a skill name (maps to skill-library/<heading>/), followed by a natural language description:

Related skills

More from legacybridge-tech/claude-plugins

Installs
1
GitHub Stars
5
First Seen
Mar 6, 2026