namespaced_skill_name(
namespace: SkillNamespace,
name: str,
subfolders: tuple[str, .| Name | Type | Description |
|---|---|---|
namespace* | SkillNamespace | |
name* | str | |
subfolders | tuple[str, ...] | Default: () |
Qualify a skill name under its plugin namespace.
Nested skill directories contribute intermediate :-joined segments
between the plugin namespace and the skill name, matching the plugin skill
naming convention (e.g. plugin:sub:review).
Plugin namespace (its plugin_id).
Skill name from the skill's frontmatter.
Directory names between the plugin skills root and the skill directory, in path order.