Skip to main content
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>

Choose which editor to install the skill for. Supported values:
  • cursor
  • claude-code
  • codex
  • opencode
  • copilot

--editor cursor

Install into Cursor’s skill directory.
  • In a git repository: <git-root>/.cursor/skills/momentic-test/SKILL.md
  • Outside git: <cwd>/.cursor/skills/momentic-test/SKILL.md
npx momentic-mobile install-skills --editor cursor

--editor claude-code

Install into Claude Code’s skill directory.
  • In a git repository: <git-root>/.claude/skills/momentic-test/SKILL.md
  • Outside git: <cwd>/.claude/skills/momentic-test/SKILL.md
npx momentic-mobile install-skills --editor claude-code

--editor codex

Install into Codex’s skill directory.
  • In a git repository: <git-root>/.agents/skills/momentic-test/SKILL.md
  • Outside git: <cwd>/.agents/skills/momentic-test/SKILL.md
npx momentic-mobile install-skills --editor codex

--editor opencode

Install into OpenCode’s skill directory.
  • In a git repository: <git-root>/.opencode/skills/momentic-test/SKILL.md
  • Outside git: <cwd>/.opencode/skills/momentic-test/SKILL.md
npx momentic-mobile install-skills --editor opencode

--editor copilot

Install into Copilot (VS Code)‘s skill directory.
  • In a git repository: <git-root>/.github/skills/momentic-test/SKILL.md
  • Outside git: <cwd>/.github/skills/momentic-test/SKILL.md
npx momentic-mobile install-skills --editor copilot