zoryn-agent-skill-install(1)
| ZORYN-AGENT-SKILL-INSTALL(1) | Zoryn Manual | ZORYN-AGENT-SKILL-INSTALL(1) |
NAME
zoryn-agent-skill-install - Install the zoryn Agent Skill reference into local AI agents.
SYNOPSIS
zoryn agent skill install [OPTION]…
DESCRIPTION
Write a small reference SKILL.md (frontmatter for discovery plus a pointer to the full skill shipped with the zoryn package) into each agent's skills folder, so a local coding agent loads it on demand.
Defaults to ~/.claude/skills/zoryn/ (Claude Code, opencode) and ~/.agents/skills/zoryn/ (Codex, opencode). One source of truth that updates with the package — sound because the skill only matters where zoryn is installed, so the referenced file is always present (including inside a zoryn devenv).
OPTIONS
- -C DIR
- Change to directory DIR before running.
- -d, --debug
- Enable debug output.
- --dir=DIR
- Skills folder to act on (repeatable). Overrides the defaults (~/.claude/skills and ~/.agents/skills). A leading ~/ is expanded to your home directory.
- -f, --force
- Overwrite a previously-installed zoryn reference of the same name. Folders not written by zoryn are refused regardless, so unrelated files are never deleted.
COMMON OPTIONS
- --help[=FMT] (default=auto)
- Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
- --version
- Show version information.
EXIT STATUS
zoryn agent skill install exits with:
- 0
- on success.
- 123
- on indiscriminate errors reported on standard error.
- 124
- on command line parsing errors.
- 125
- on unexpected internal errors (bugs).
EXAMPLES
zoryn agent skill install
zoryn agent skill install --force
zoryn agent skill install --dir ~/.config/opencode/skills
SEE ALSO
zoryn(1)
| Zoryn 0.46.0 |
