skill-registry

Scan skill directories and write a resolved registry to .atl/skill-registry.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the need for manual discovery of skills and conventions by keeping a centralized registry that the orchestrator can read once per session to pass pre-resolved paths to sub-agents.

Core Features & Use Cases

  • Comprehensive Skill Discovery: Scans global and workspace skill directories, skips workflow helpers, deduplicates entries, and captures triggers from frontmatter.
  • Convention Awareness: Includes each convention index and referenced file so sub-agents have instant access to project rules without re-reading indexes.
  • Registry Persistence: Writes .atl/skill-registry.md, optionally saves to engram, and ensures .atl/ is ignored so future orchestration starts with reliable data.

Quick Start

Tell the orchestrator to refresh the registry by saying 'update skills' after installing or removing a skill.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I keep a project skill registry synced after installing or removing agent skills?

To keep a project skill registry synced, you can scan available skill directories and conventions to generate a centralized registry file. This process updates resolved skill paths for sub-agents after adding or removing skills.

What is the best way to resolve skill paths for orchestrator sub-agents without manual discovery?

The best way to resolve skill paths without manual discovery is using a centralized registry that the orchestrator reads once per session. This provides pre-resolved paths to sub-agents instantly without rescanning directories.

How do I update skills in Claude, Gemini, or Copilot workspace directories for orchestrator sessions?

To update skills in Claude, Gemini, or Copilot workspace directories, you trigger a registry refresh by telling the orchestrator to update skills. This scans global and workspace directories, deduplicates entries, and captures triggers from frontmatter.

Can I persist convention indexes and referenced files for sub-agents to access project rules instantly?

Yes, you can persist convention indexes and referenced files so sub-agents have instant access to project rules. The registry includes each convention index so agents can read rules without re-reading indexes during sessions.

Does the skill registry support saving resolved skill targets to engram for reliable future orchestration?

Yes, the skill registry supports saving to engram so the orchestrator can load pre-resolved skill targets without rescanning. It also writes a registry file and ensures the output directory is ignored for reliable future data.

Why does my orchestrator session fail to find newly configured skills in workspace directories?

Your orchestrator fails to find newly configured skills because the registry needs refreshing after installation or removal. Scanning available directories and regenerating the registry ensures newly configured skills are discovered and paths resolved.