Expand description
Canonical filenames + scaffold subdirs for the Agent Skills spec.
Every literal that names a skill-file or scaffold-subdir lives here. Any
grep hit for "SKILL.md", "scripts", "references", "assets" outside
this module is drift.
Constantsยง
- SKILL_
ARCHIVE_ DIR_ NAME - Archive root under the shared workspace where deleted skills are moved
(when
RemoveMode::Archiveis selected). Mirrors the agent-workspace archive convention. - SKILL_
DEPRECATED_ MANIFESTS - Pre-spec manifest filenames still accepted by the audit loader for back-compat with installed skills. Never written by the service.
- SKILL_
MANIFEST_ FILENAME - Canonical manifest filename per the open Agent Skills spec.
- SKILL_
SCAFFOLD_ SUBDIRS - Optional standard subdirs scaffolded under each new skill directory.
Match the canonical agentskills.io layout (
scripts/,references/,assets/).