JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 40
  • Score
    100M100P100Q92448F
  • License MIT

CLI to install skill.md files into Claude Code, Cursor, and Windsurf

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 stripe

    Or install globally:

    npm i -g @getskillmd/cli
    getskillmd add stripe

    Usage

    Add a skill by slug

    npx @getskillmd/cli add stripe
    npx @getskillmd/cli add tailwind --ide cursor
    npx @getskillmd/cli add nextjs --ide all

    Generate from a URL

    npx @getskillmd/cli add https://stripe.com/docs/api
    npx @getskillmd/cli add https://nextjs.org/docs --mode library

    Modes: design (default), api, library, generic.

    List installed skills

    npx @getskillmd/cli list

    IDE 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 to https://getskillmd.com.

    License

    MIT