alias-example
Installation
SKILL.md
alias-example
This file demonstrates the two optional frontmatter fields that
Specnaut's /specnaut list-skills phase recognises:
-
alias_of: <skill-name>— declares that this skill is a wrapper around an upstream skill. Convention is dotted notation, with the plugin or distribution name as the prefix (e.g.alias_of: specnaut.tag-version). The harness is responsible for resolving the alias at invocation time; Specnaut only records the relationship. -
overlays:— a list of pre/post hooks the harness should run around the wrapped skill's body. Each entry carries:when: beforeorwhen: after— where the hook fires relative to the wrapped skill.path: ./scripts/<name>.sh— script path relative to this SKILL.md's folder.