skill-registry

Scan SKILL.md files and persist a deduplicated registry to .atl/skill-registry.md.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/maxculen86/coding-bro-ai --skill skill-registry-maxculen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/maxculen86/coding-bro-ai/tree/main/internal/assets/skills/skill-registry
Command: npx skills add https://github.com/maxculen86/coding-bro-ai --skill skill-registry-maxculen86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes scattered skill definitions from SKILL.md files into a single, maintainable registry, preventing duplication and enabling fast discovery for sub-agents.

Core Features & Use Cases

  • Scans user and project Skill files (SKILL.md) to build a comprehensive catalog.
  • Deduplicates skills by name, preferring project-level versions when conflicts arise.
  • Writes the resolved registry to .atl/skill-registry.md for quick runtime access.
  • Persists a registry snapshot to engram when a memory tool is available.
  • Scans project conventions (index files like agents.md, CLAUDE.md, and similar references) and includes them in the registry overview.

Quick Start

Update the project Skill Registry to reflect installed or removed skills.

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 registry of SKILL.md files in my project?

You create a centralized skill registry by scanning all user and project SKILL.md files, extracting frontmatter name and description, and persisting the deduplicated list to .atl/skill-registry.md for quick runtime access.

How does skill deduplication work when project and user skills conflict?

Deduplication resolves conflicts by preferring project-level skill versions over user-level ones, ensuring the project workspace maintains priority when building the skill registry catalog.

Can I scan project conventions like CLAUDE.md and agents.md during project setup?

Yes, you can scan project conventions by reading index files like CLAUDE.md and agents.md, extracting their references, and including them directly in the skill registry overview during project setup.

Does the skill registry persist data to engram when a memory tool is available?

Yes, the skill registry persists a snapshot to engram when a memory tool is available, allowing sub-agents to discover available skills quickly through the memory system.

What is the best way to update the skill registry after installing or removing skills?

The best way to update after skill installs or removals is to refresh the registry by rescanning SKILL.md files, deduplicating by name, and overwriting the .atl/skill-registry.md file.

Why do I need a project-wide skill registry for multi-tool environments?

A project-wide skill registry prevents scattered skill definitions and duplication, enabling fast discovery for sub-agents by centralizing all available user and project skills into a single maintainable catalog.