Expand description
Per-(agent, scope) target paths for the Zenith skill.
Enums§
- Skill
Target - Where a skill is written for an agent.
Constants§
- SKILL_
NAME - The skill’s stable name — used as directory slug and file stem.
Functions§
- command_
dir - Slash-command directory for agents that support project commands. Returns
Nonefor agents with no known command convention. - home_
dir - Resolve
$HOMEfor user-scope installs. - skill_
target - Compute the skill target for
(agent, scope), withproject_rootas the base for project-scope paths. ReturnsNonewhen the combination has no automatic filesystem target (e.g. Cursor/Windsurf user scope are UI-only).