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.

Maicololiveras a174cf7 1.1 KB Updated

File contents

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:

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

Commands

/skill-registry
/orch-init

Maicololiveras/praxisgenai-agent-orchestrator/tree/main/skills/skill-registry commit a174cf7702

Frequently asked questions

npx skillmds@latest add maicololiveras/skill-registry