skill-registry

Scan SKILL.md files and generate a compact skill registry.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/js-rom/Luis --skill skill-registry-js-rom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/js-rom/Luis/tree/main/.agents/skills/skill-registry
Command: npx skills add https://github.com/js-rom/Luis --skill skill-registry-js-rom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool automates the creation and maintenance of a centralized skill registry for prompts, streamlining how delegators access compact, pre-resolved rules.

Core Features & Use Cases

  • Scan for all SKILL.md files across known skill directories (user-level and project-level) to discover skills.
  • Deduplicate by project-level dominance; skip SDD workflows and the skill-registry itself.
  • Generate a compact registry with 5-15 line rules per skill that can be injected into sub-agent prompts.
  • Write the registry to .atl/skill-registry.md and optionally save to engram when available.
  • Trigger on skill install/remove or user request to refresh the registry.

Quick Start

Run the registry updater to generate or refresh the project’s 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 create a centralized skill registry for prompts to manage sub-agent rules?

You can create a centralized skill registry by scanning all known skill directories for SKILL.md files, deduplicating by project-level dominance, and generating a compact rules registry for sub-agent injection.

How does skill deduplication work when managing multiple project-level skill directories?

Skill deduplication resolves conflicts by enforcing project-level dominance, ensuring project-specific skills override user-level ones while skipping SDD workflows and the registry itself to maintain a clean ruleset.

What is the best way to automatically refresh a prompt registry after installing or removing skills?

Automatically refreshing a prompt registry is handled by triggering the registry updater after skill install or remove operations, which scans locations and rewrites the compact rules to .atl/skill-registry.md.

Can I save the generated skill registry to engram when updating sub-agent prompts?

Yes, the generated skill registry can optionally save to engram when available, writing the compact 5-15 line rules per skill alongside the standard .atl/skill-registry.md file output.

How many lines of rules are generated per skill for injection into sub-agent prompts?

The registry generates a compact set of 5-15 lines of rules per skill, providing pre-resolved and concise instructions suitable for direct injection into sub-agent prompts.