oh-my-dev-skill
v0.1.1
Published
One-command installer for the oh-my-dev Agent Skill.
Maintainers
Readme
oh-my-dev (installer)
This package installs the oh-my-dev Agent Skill into your local skills directory.
Install (recommended via npx)
npx oh-my-dev-skill@latest --dest ./skillsThis will create ./skills/oh-my-dev/.
Options
--dest <dir>: destination directory that will contain theoh-my-dev/folder (required)--repo <owner/name>: download from GitHub instead of using the bundled skill (optional)--ref <branch|tag|sha>: git ref to download (default:main, only used with--repo)
Examples
npx oh-my-dev-skill@latest --dest "C:\Users\me\.cursor\skills"
npx oh-my-dev-skill@latest --dest ./skills --repo O-Pencil/skills --ref v0.1.0