skill-registry

Discover SKILL.md files and generate a searchable skill registry.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/zMynxx/bifrost-with-opencode --skill skill-registry-zmynxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/zMynxx/bifrost-with-opencode/tree/main/.opencode/skills/skill-registry
Command: npx skills add https://github.com/zMynxx/bifrost-with-opencode --skill skill-registry-zmynxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually tracking available AI skills by generating a reliable registry of installed skills, their triggers, and their locations.

Core Features & Use Cases

  • Skill Discovery: Scans project and user skill directories to find available skills and extract their metadata.
  • Registry Generation: Creates an indexed skill registry while preserving SKILL.md as the source of truth.
  • Use Case: Help an AI agent quickly locate the right specialized skill after new skills are added, moved, or renamed.

Quick Start

Ask the skill-registry skill to refresh the skill index after changing available skills.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I index available AI skills and generate a searchable registry?

To index available AI skills, you scan project and user skill directories to discover SKILL.md files, extract frontmatter metadata, deduplicate entries, and generate a searchable skill registry output file.

What is the best way to keep track of AI skills after they are moved or renamed?

Keeping track of moved or renamed AI skills requires refreshing your skill registry to scan directories, update preserved skill paths, and ensure the indexed metadata accurately reflects the new locations.

How does skill discovery work for finding installed AI agents?

Skill discovery works by scanning specified project and user directories for SKILL.md files, extracting their frontmatter metadata, and using it to build an indexed registry of available AI agents.

When do I need to regenerate the skill registry?

You need to regenerate the skill registry whenever you install, remove, create, or move AI skills, ensuring the indexed metadata stays synchronized with the actual SKILL.md files across your directories.

Does the skill registry use SKILL.md as the source of truth?

Yes, the skill registry uses SKILL.md as the source of truth, extracting frontmatter metadata from these files to build the index while preserving the original skill paths for accurate discovery.

Can I deduplicate skill entries across project and user directories?

Yes, you can deduplicate skill entries by scanning both project and user skill directories, extracting metadata, and filtering redundant records to maintain a clean and accurate registry output file.