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.
npx momentic install-skills [options] [installPath]
  • [installPath]: Optional target directory. Mutually exclusive with all agent flags. Either provide a path to install to a custom directory, or use one agent flag below—never both.

Options

Use exactly one of these: either a custom [installPath] or one of the agent flags below.

--cursor

Install into Cursor’s default skill directory: ~/.cursor/skills/momentic-test/SKILL.md
npx momentic install-skills --cursor

--claude-code

Install into Claude Code’s default skill directory: ~/.claude/skills/momentic-test/SKILL.md
npx momentic install-skills --claude-code

--codex

Install into Codex’s default skill directory: ~/.agents/skills/momentic-test/SKILL.md
npx momentic install-skills --codex

--opencode

Install into OpenCode’s default skill directory: ~/.config/opencode/skills/momentic-test/SKILL.md
npx momentic install-skills --opencode

--copilot

Install into Copilot (VS Code)‘s default skill directory: ~/.copilot/skills/momentic-test/SKILL.md
npx momentic install-skills --copilot

Custom path

Install into a custom directory. The command creates SKILL.md in the given path.
npx momentic install-skills ~/my/custom/skills/momentic-test