Skip to main content

Module constants

Module constants 

Source
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::Archive is 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/).