skill-registry

Scan project and user directories for SKILL.md files and index them.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/LuisAlbertoMK/gentleman-agent-gh --skill skill-registry-luisalbertomk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/LuisAlbertoMK/gentleman-agent-gh/tree/main/internal/assets/skills/skill-registry
Command: npx skills add https://github.com/LuisAlbertoMK/gentleman-agent-gh --skill skill-registry-luisalbertomk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of fragmented or outdated skill discovery, ensuring that AI agents can reliably locate and utilize the correct tools within a project or global environment.

Core Features & Use Cases

  • Automated Indexing: Scans project and user directories to build a comprehensive registry of available skills.
  • Conflict Resolution: Automatically prioritizes project-level skills over global ones to ensure context-aware execution.
  • Use Case: When a developer adds new custom skills to a project, this skill updates the registry so that the AI agent immediately recognizes and can delegate tasks to the new tools.

Quick Start

Trigger the skill-registry to scan all directories and update the project skill index.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I maintain a synchronized index of all project skills for AI agents?

You can maintain a synchronized skill index by triggering the registry to scan project and user directories for valid SKILL.md files, generating a centralized mapping of skill names to their operational paths.

What is automated skill discovery and how does it work for agent frameworks?

Automated skill discovery works by scanning directories for valid SKILL.md files and building a comprehensive registry file, ensuring AI agents can reliably locate and utilize the correct custom tools within a project.

How do I resolve naming conflicts between project-level and global skills?

You resolve naming conflicts by relying on the registry to automatically prioritize project-level skills over global ones, ensuring context-aware execution and consistent agent behavior across different environments.

Does the skill registry require any dependencies to scan directories?

The skill registry requires no dependencies to scan directories and index available skill units, as it operates independently to locate valid SKILL.md files across project and user paths.

Why does my AI agent fail to locate newly added custom skills?

Your AI agent fails to locate newly added custom skills because the centralized registry is outdated; triggering a directory scan updates the registry so the agent immediately recognizes and delegates to the new tools.