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 install-skills is deprecated. Use the standalone skills CLI instead:
npx skills add momentic-ai/skills
Installs Momentic skill markdown so coding assistants get explicit instructions for the Momentic MCP. See the MCP integration guide for the full setup flow.
npx momentic install-skills --editor <editor>

Legacy command

Only use this command if you are pinned to an older version of Momentic and need an older version of the skills.
Skills give coding agents 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.

Options

--editor <editor>
string
required
Editor whose skill directory to write 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

Examples

Install skills for Cursor:
npx momentic install-skills --editor cursor
Install skills for Claude Code:
npx momentic install-skills --editor claude-code