# Skill Registry

> Build or refresh a project skill registry that catalogs installed skills and local instruction files for sub-agent use. Trigger: When the user asks to initialize orchestration, refresh project conventions, or run /skill-registry.

- Skill: `maicololiveras/skill-registry` (Agent Skill)
- Install (CLI): `npx skillmds@latest add maicololiveras/skill-registry`
- Raw SKILL.md: https://api.skillmd.com/api/skills/maicololiveras/skill-registry/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: Maicololiveras (https://skillmd.com/u/maicololiveras)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/maicololiveras/skill-registry

---


## Purpose

Create a small, deterministic registry at `.atl/skill-registry.md` so orchestrators can resolve relevant skills and project conventions once, then pass the result to subagents.

## What to Scan

- Global OpenCode skills under `~/.config/opencode/skills/`
- Workspace instructions such as `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`, `.cursorrules`, `.agent/rules/*.md`, and `.atl/*.md`
- Project-local skills if a workspace keeps them in `.agent/skills/` or `skills/`

## Output

Write `.atl/skill-registry.md` with these sections:

1. Project
2. Installed Skills
3. Project Conventions
4. Recommended Skill Triggers

## Engram

If Engram is available, save the registry summary with:

```text
title: "skill-registry/{project}"
topic_key: "skill-registry/{project}"
type: "pattern"
```

## Commands

```bash
/skill-registry
/orch-init
```

