skill-registry

Syncs skill directories with central AGENTS.md and AGENT_REGISTRY.md files.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LeandroBenjaminL/lend-ai --skill skill-registry-leandrobenjaminl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/LeandroBenjaminL/lend-ai/tree/main/skills/skill-registry
Command: npx skills add https://github.com/LeandroBenjaminL/lend-ai --skill skill-registry-leandrobenjaminl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that the central skill registry is up-to-date and free of inconsistencies, reducing errors and improving the overall efficiency of the AI ecosystem.

Core Features & Use Cases

  • Skill Registry Management: Synchronize skill directories with the central AGENTS.md and AGENT_REGISTRY.md files.
  • Orphan Skill Detection: Identify and manage skills that are missing from the registry or are not present in the skill directories.
  • Workflow Auditing: Provide a comprehensive audit of the skill ecosystem, ensuring all skills are properly registered and documented.
  • Use Case: Regularly use this Skill to verify that all skills are correctly synchronized and that there are no orphaned or missing skill entries.

Quick Start

Run the skill-registry command to update and verify the skill registry.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I check my skill registry for inconsistencies and missing entries?

Orphan skill detection identifies skills present in directories but missing from central registry files like AGENTS.md. It works by running Python scripts to compare directory contents against registry entries, reporting any unmatched or missing skill configurations.

What is orphan skill detection and how does it work in an AI ecosystem?

Orphan skill detection identifies skills present in directories but missing from central registry files like AGENTS.md. It works by running Python scripts to compare directory contents against registry entries, reporting any unmatched or missing skill configurations.

Do I need Python to run a skill registry consistency check?

Yes, you need Python installed to run a skill registry consistency check. The Skill relies on Python scripts to perform the directory analysis, compare files against AGENTS.md, and generate the automated integrity reports.

When should I audit my AI ecosystem for system integrity and orphaned skills?

You should audit your AI ecosystem for system integrity regularly to verify all skills are correctly synchronized. Run an audit whenever you add or remove skills to ensure no orphaned or missing entries exist in the central registry.

What is the best way to manage skill registry entries across a growing AI ecosystem?

The best way to manage skill registry entries is to centralize skill management using automated checks. Synchronizing skill directories with central documents like AGENTS.md prevents orphaned skills and maintains registry consistency as the ecosystem grows.