Project structure and skill organization
mainThe repository is organized into functional areas:
skills/: Contains the core logic for all agents. Each skill is defined in aSKILL.mdfile._shared/: Contains shared conventions likepersistence-contract.md,engram-convention.md,openspec-convention.md, andskill-resolver.md.- Individual skill directories (e.g.,
sdd-apply/,sdd-verify/) contain the specific instructions for that agent.
examples/: Provides configuration files for various tools (Claude Code, OpenCode, Gemini CLI, Cursor, etc.).scripts/: Contains setup and installation scripts for Unix (.sh) and Windows (.ps1).
Note on Generated Files: When used in a target project, a .atl/skill-registry.md file is automatically generated to serve as the skill catalog for sub-agents.