skill-registry

Scan user- and project-level SKILL.md files to generate a skill registry.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/JNZader/javi-ai --skill skill-registry-jnzader
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/JNZader/javi-ai/tree/main/delta/overrides/skill-registry
Command: npx skills add https://github.com/JNZader/javi-ai --skill skill-registry-jnzader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scans user- and project-level SKILL.md data to build a centralized registry that catalogs available skills and their triggers, ensuring sub-agents can discover and load skills consistently.

Core Features & Use Cases

  • Registry generation: Scans all known skill locations and consolidates them into a single, authoritative registry.
  • Project-aware: Includes project conventions to reflect workspace-specific skills and rules.
  • Persistence: Writes the registry to .atl/skill-registry.md and saves to engram when available.

Quick Start

Run the registry update to generate or refresh the current project’s skill catalog.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I generate a skill registry for my project workspace?▼

Generating a skill registry involves scanning all known skill locations to consolidate names and triggers from SKILL.md frontmatter into a single authoritative catalog. This ensures sub-agents can consistently discover and load available skills.

When do I need to refresh my project's skill registry?▼

Refresh the skill registry after skill installation or removal, or during project setup. This ensures sub-agents accurately recognize newly available skills, updated triggers, and workspace-specific project conventions.

Does the skill registry include project conventions alongside installed skills?▼

Yes, the skill registry is project-aware and includes workspace-specific rules. It reads project convention files alongside SKILL.md frontmatter to ensure the generated catalog accurately reflects workspace-specific skills and rules.

How does the skill registry persist its generated catalog for sub-agents?▼

The skill registry persists its catalog by writing to `.atl/skill-registry.md` and saving the data to engram when available. This ensures sub-agents have reliable, ongoing access to the current skill catalog.

What is the best way to catalog available skills for AI agents?▼

The best way to catalog available skills is to run a centralized registry update that scans all known skill locations. It consolidates SKILL.md frontmatter into a single authoritative registry, ensuring AI agents can consistently discover and load skills.