See the MCP integration guide for full setup instructions.Documentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Legacy command
Only use this command if you are pinned to an older version of Momentic and
need an older version of the skills.
--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 |