skill-registry

Generates and updates a project skill registry markdown file.

5.5k|653|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Gentleman-Programming/gentle-ai --skill skill-registry-gentleman-programming
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/Gentleman-Programming/gentle-ai/tree/main/internal/assets/skills/skill-registry
Command: npx skills add https://github.com/Gentleman-Programming/gentle-ai --skill skill-registry-gentleman-programming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and updating of a project-wide skill registry, ensuring that all available skills and project conventions are discoverable and accessible by the orchestrator.

Core Features & Use Cases

  • Automated Skill Discovery: Scans user-level and project-level skill directories to identify available skills.
  • Convention Indexing: Identifies and indexes project-specific convention files (e.g., agents.md, .cursorrules).
  • Use Case: After adding a new custom skill to your project, run this skill to automatically update the .atl/skill-registry.md file, making the new skill immediately available to the AI orchestrator without manual configuration.

Quick Start

Run the skill-registry skill to update the project's skill catalog.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I automatically catalog project skills and conventions for an AI orchestrator?▼

To automatically catalog project skills, this tool scans predefined directories for SKILL.md files and convention indexes, deduplicates entries, and persists the registry to .atl/skill-registry.md for orchestrator access.

What is the best way to index project-specific conventions like agents.md and .cursorrules?▼

Indexing project-specific conventions is handled by scanning your repository for specified convention files, identifying them, and adding them to the project-wide skill registry markdown file.

How do I make a newly added custom skill available to the AI orchestrator without manual configuration?▼

You make a new custom skill available by running the skill registry generator, which scans the project directories, finds the new SKILL.md, and updates the .atl/skill-registry.md file automatically.

Does the skill registry deduplicate entries when scanning user and project-level skill directories?▼

Yes, the skill registry deduplicates entries. It scans both user-level and project-level skill directories, removes overlapping skill definitions, and persists a clean registry to .atl/skill-registry.md.

Can I export the generated skill registry to engram for persistence?▼

Yes, you can export the skill registry to engram. The tool generates the project-specific skill catalog and optionally persists the registry data to engram alongside the local markdown file.