Skip to main content
Installs the Momentic skills into your repository and adds an always-on pointer to your coding agent’s instructions file. See Coding agent skills for what the skills contain and how updates work.
Without flags, the command asks which coding agents you use. It preselects the agents it detects in the repository. momentic install-skills is an alias for momentic skills. The old --editor <agent> flag still works and behaves like --target <agent> --yes.

Options

string[]
Coding agents to install for. Skips the agent prompt. One or more of claude-code, cursor, codex, copilot, or opencode.
boolean
Skip all prompts. Installs for the agents detected in the repository, or for the agents in --target.

Install location

Inside a git repository, the skills install at the repository root. Outside git, they install in the current directory. The command installs the shared skills (momentic-spec, momentic-maintain, momentic-triage-quarantined-tests) and momentic-test. It keeps skills that momentic-mobile skills or mo skills installed.

Examples

Install for Claude Code and Cursor without prompts:
Install for the detected agents in CI or an agent shell: