msx-skill
v0.1.0
Published
Install the MSX agent skill for Claude Code, Codex, and Cursor.
Downloads
14
Maintainers
Readme
msx-skill
Install the MSX agent skill for Claude Code, Codex, and Cursor.
npx msx-skill addThe command writes an SKILL.md file that points agents at the live MSX
instructions:
Read https://msx.dev/skill.md and use it to scout new market opportunities for me to buildUsage
npx msx-skill add
npx msx-skill add --agent claude
npx msx-skill add --agent codex,cursor
npx msx-skill add --project
npx msx-skill add --dry-runBy default, msx-skill add installs globally for Claude Code, Codex, and
Cursor:
- Claude Code:
~/.claude/skills/msx/SKILL.md - Codex:
~/.codex/skills/msx/SKILL.md - Cursor:
~/.cursor/skills/msx/SKILL.md
With --project, it installs into project-local skill folders:
- Claude Code:
.claude/skills/msx/SKILL.md - Codex and Cursor:
.agents/skills/msx/SKILL.md
The command refuses to replace an existing, modified MSX skill unless --force
is passed.
Options
-a, --agent <name> Agent to install for: claude, codex, cursor, all
-g, --global Install into global agent skill folders. Default.
--project Install into project-local agent skill folders.
--dry-run Print target files without writing them.
--force Replace an existing MSX skill file.
-h, --help Show help.
-v, --version Show the package version.