Skip to main content

Module paths

Module paths 

Source
Expand description

Per-(agent, scope) target paths for the Zenith skill.

Enums§

SkillTarget
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 None for agents with no known command convention.
home_dir
Resolve $HOME for user-scope installs.
skill_target
Compute the skill target for (agent, scope), with project_root as the base for project-scope paths. Returns None when the combination has no automatic filesystem target (e.g. Cursor/Windsurf user scope are UI-only).