Skip to main content

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.

momentic-mobile install-skills is deprecated. Use the standalone skills CLI instead:
npx skills add momentic-ai/skills
See the MCP integration guide for full setup instructions.

Legacy command

Only use this command if you are pinned to an older version of Momentic and need an older version of the skills.
Install the Momentic skill so coding assistants get explicit instructions for using momentic MCP. Without it, agents are more likely to make malformed tool calls. Run this after configuring the MCP server. For full setup, see MCP. Use --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.
npx momentic-mobile install-skills --editor <editor>

Options

--editor <editor>
string
required
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>.
EditorPath
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