skill-registry

Scan skill definitions and write a deduplicated registry to .atl/skill-registry.md.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill skill-registry-oteroweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/oteroweb/OWFINANCE2026/tree/main/.claude/skills/skill-registry
Command: npx skills add https://github.com/oteroweb/OWFINANCE2026 --skill skill-registry-oteroweb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams maintain a centralized, up-to-date registry of all available skills across their workspace, ensuring consistent discovery and execution by the orchestrator.

Core Features & Use Cases

  • Scans user-level and project-level skill definitions to build a comprehensive catalog.
  • Deduplicates skill entries by prioritizing project-level definitions when conflicts arise.
  • Writes the .atl/skill-registry.md registry file and, when available, persists it to engram for cross-session usage.

Quick Start

Run the skill-registry to generate or update the project Skill Registry and save the result to .atl/skill-registry.md.

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 centralized skill registry for a multi-repo project?

To maintain a centralized skill registry, you can automate scanning user-level and project-level skill definitions to build a comprehensive catalog. This ensures consistent discovery and execution by the orchestrator across your workspace.

How does deduplication work when scanning project-level and user-level skills?

Deduplication logic prioritizes project-level skill definitions when conflicts arise during the scan. This ensures that project-specific configurations reliably override user-level defaults in the final registry.

What is the best way to automate skill discovery for an orchestrator?

Automating skill discovery involves scanning your environment for skill definitions and persisting the results. The orchestrator can then reference the generated registry file to reliably find and execute available skills.

Where does the automated skill registry save its data?

The automated skill registry saves its data by writing to the .atl/skill-registry.md file. When available, it also persists the registry to engram storage for cross-session usage.

Does the skill registry work with multi-repo environments?

Yes, the skill registry specifically applies to multi-repo environments where both user-level and project-level skills exist. It covers installation, updates, and de-duplication workflows across these repositories.

Why does my orchestrator fail to find newly added project skills?

Your orchestrator may fail to find new skills if the registry is out of date. Running an automated scan updates the .atl/skill-registry.md file, ensuring the orchestrator can reference all available skills reliably.