Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@getskillmd/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@getskillmd/cli
Install skill.md files into Claude Code, Cursor, and Windsurf with one command.
Install
No install needed — use npx:
npx @getskillmd/cli add stripeOr install globally:
npm i -g @getskillmd/cli
getskillmd add stripeUsage
Add a skill by slug
npx @getskillmd/cli add stripe
npx @getskillmd/cli add tailwind --ide cursor
npx @getskillmd/cli add nextjs --ide allGenerate from a URL
npx @getskillmd/cli add https://stripe.com/docs/api
npx @getskillmd/cli add https://nextjs.org/docs --mode libraryModes: design (default), api, library, generic.
List installed skills
npx @getskillmd/cli listIDE behavior
| IDE | Path written | Notes |
|---|---|---|
| Claude Code | .claude/skills/<slug>/SKILL.md |
Directory created if missing |
| Cursor | .cursor/rules/<slug>.mdc |
Wrapped with Cursor frontmatter |
| Windsurf | .windsurfrules |
Appended in a labelled section |
If --ide is not provided, the CLI detects which config dirs already exist
in your project. If multiple are found (or none), you are prompted.
Environment
GETSKILLMD_API_URL— override the API base URL. Defaults tohttps://getskillmd.com.
License
MIT