Skip to main content
Install Momentic skills so coding assistants get explicit instructions for using the Momentic MCP. Without them, 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 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/<skill>/SKILL.md
claude-code.claude/skills/<skill>/SKILL.md
codex.agents/skills/<skill>/SKILL.md
opencode.opencode/skills/<skill>/SKILL.md
copilot.github/skills/<skill>/SKILL.md