--editor <editor> to choose which editor’s skill directory to install
into. Supported editors are cursor, claude-code, codex, opencode, and
copilot. If your current working directory is inside a git repository,
Momentic installs at that repository’s root. If not, it installs in the current
working directory.
Options
Editor to install the skill into. One of
cursor, claude-code, codex,
opencode, or copilot.Install location
Inside a git repository, the skill installs at<git-root>/<path>. Outside git,
it installs at <cwd>/<path>.
| Editor | Path |
|---|---|
cursor | .cursor/skills/momentic-test/SKILL.md |
claude-code | .claude/skills/momentic-test/SKILL.md |
codex | .agents/skills/momentic-test/SKILL.md |
opencode | .opencode/skills/momentic-test/SKILL.md |
copilot | .github/skills/momentic-test/SKILL.md |