skill-registry

Manage project skill registries by scanning SKILL.md files and extracting metadata.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill skill-registry-thiagoooo34252
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-registry
Source: https://github.com/thiagoooo34252/atlas-engineer/tree/main/skills/skill-registry
Command: npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill skill-registry-thiagoooo34252

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages and enforces skill standards across projects, automating the process of creating and updating the skill registry and ensuring consistency in skill usage.

Core Features & Use Cases

  • Automated Skill Registry: Automatically generates and updates the skill registry for the current project, incorporating user skills and project conventions.
  • Skill Enforcement: Ensures all sub-agents use the correct compact rules by resolving relevant skills from the registry and injecting them into their prompts.
  • Use Case: When setting up a new project or updating skills, this Skill creates the initial registry and updates it whenever skills are installed or removed.

Quick Start

Update the skill registry by typing 'update skills' or 'update registry' into the AI interface.

Frequently Asked Questions about skill-registry

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

FAQPage Schema
How do I automate skill registry management for project-specific coding conventions?

Automate skill registry management by using a skill resolver to scan for SKILL.md files, extract metadata, and enforce project-specific coding conventions. This automatically generates and updates the registry, ensuring sub-agents receive the correct compact rules for consistent task execution.

What is a skill registry and when do I need it for sub-agent prompts?

A skill registry is a structured index of project-specific coding and task skills that provides compact rules to sub-agents. You need it when setting up a new project or updating skills to ensure all sub-agents use the correct rules by resolving relevant skills and injecting them into their prompts.

How do I update the skill registry after installing or removing project skills?

Update the skill registry by typing 'update skills' or 'update registry' into the AI interface. This triggers the resolver to utilize glob patterns, scan for SKILL.md files, extract necessary metadata, and update the registry to reflect newly installed or removed skills and project conventions.

Does the skill resolver support both local file and engram persistence?

Yes, the skill resolver supports both local file and engram persistence. This allows the skill registry to handle the discovery and inclusion of user skills and project conventions across different storage mechanisms, ensuring flexible standard enforcement across various project environments.

Can I use glob patterns to discover project conventions in a skill registry?

Yes, you can use glob patterns to discover project conventions. The skill registry utilizes glob patterns to scan directories for SKILL.md files, automatically extracting necessary metadata to incorporate user skills and project conventions into the registry for standard enforcement.

What's the best way to enforce code conventions across multiple sub-agents?

The best way to enforce code conventions is to maintain an automated skill registry that resolves relevant skills and injects compact rules directly into sub-agent prompts. This ensures all agents use the correct project-specific coding standards by automating registry updates whenever skills change.