skill-registry

Indexes available skills by trigger and path into a registry file.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/AD-Paladins/beaconator-web --skill skill-registry-ad-paladins
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/AD-Paladins/beaconator-web/tree/main/.config/opencode/skills/skill-registry
Command: npx skills add https://github.com/AD-Paladins/beaconator-web --skill skill-registry-ad-paladins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After installing, removing, or reorganizing skills, agents and delegators lose track of what skills exist and where they live, leading to blind searches and stale references. ## Core Features & Use Cases - Skill Indexing: Scans user and project skill directories for SKILL.md files and builds a registry mapping skill names to triggers and exact paths. - Deduplication Rules: Resolves conflicts by preferring project-level skills over user-level ones and skipping internal skills like sdd-* and _shared. - Persistent Output: Always writes .atl/skill-registry.md and optionally persists the index to Engram for cross-session availability. - Use Case: After adding three new skills to your project, run this skill so delegating agents receive an up-to-date index with exact SKILL.md paths instead of guessing. ## Quick Start Update the skill registry to index all current skills after my recent skill changes.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I update the skill registry after adding new skills?▼

Invoke the skill-registry skill after installing, removing, creating, moving, or renaming skills. It scans all known user and project skill directories for SKILL.md files and regenerates .atl/skill-registry.md with updated names, triggers, and paths.

What happens when the same skill exists globally and in a project?▼

The registry deduplicates by skill name and keeps the project-level skill over the user-level one. If duplicates exist across multiple global locations, the first source in scan order wins.

Where is the skill registry file saved?▼

The registry is always written to .atl/skill-registry.md regardless of persistence mode. When Engram is available, it is also saved there with topic_key skill-registry and capture_prompt disabled.

Which skills are excluded from the registry index?▼

Skills matching sdd-*, the _shared directory, and skill-registry itself are skipped during scanning. This keeps the index focused on actionable skills rather than internal infrastructure.

What does the registry do when no skills are found?▼

It writes an empty registry file so agents stop searching blindly. The output still reports the registry path, a skill count of zero, and cache status.