Loading...
Loading...
Create or update the skill registry for the current project. Scans user skills and project conventions, writes .atl/skill-registry.md, and saves to engram if available. Trigger: When user says "update skills", "skill registry", "actualizar skills", "update registry", or after installing/removing skills.
npx skill4agent add gentleman-programming/sdd-agent-team skill-registrysdd-init*/SKILL.md~/.claude/skills/~/.config/opencode/skills/~/.gemini/skills/~/.cursor/skills/~/.copilot/skills/{project-root}/.claude/skills/{project-root}/.gemini/skills/{project-root}/.agent/skills/{project-root}/skills/sdd-*_sharedskill-registrynamedescriptionagents.mdAGENTS.mdCLAUDE.md~/.claude/CLAUDE.md.cursorrulesGEMINI.mdcopilot-instructions.mdagents.mdAGENTS.md.cursorrulesCLAUDE.md# Skill Registry
**Orchestrator use only.** Read this registry once per session to resolve skill paths, then pass pre-resolved paths directly to each sub-agent's launch prompt. Sub-agents receive the path and load the skill directly — they do NOT read this registry.
## User Skills
| Trigger | Skill | Path |
|---------|-------|------|
| {trigger from frontmatter} | {skill name} | {full path to SKILL.md} |
| ... | ... | ... |
## Project Conventions
| File | Path | Notes |
|------|------|-------|
| {index file} | {path} | Index — references files below |
| {referenced file} | {extracted path} | Referenced by {index file} |
| {standalone file} | {path} | |
Read the convention files listed above for project-specific patterns and rules. All referenced paths have been extracted — no need to read index files to discover more..atl/.atl/skill-registry.mdmem_save(
title: "skill-registry",
topic_key: "skill-registry",
type: "config",
project: "{project}",
content: "{registry markdown from Step 3}"
)topic_key## Skill Registry Updated
**Project**: {project name}
**Location**: .atl/skill-registry.md
**Engram**: {saved / not available}
### User Skills Found
| Skill | Trigger |
|-------|---------|
| {name} | {trigger} |
| ... | ... |
### Project Conventions Found
| File | Path |
|------|------|
| {file} | {path} |
### Next Steps
The orchestrator reads this registry once per session and passes pre-resolved skill paths to sub-agents via their launch prompts.
To update after installing/removing skills, run this again..atl/skill-registry.mdmem_savesdd-*_sharedskill-registry.atl/.gitignore.atl