Skip to content

chore: version packages#77

Open
github-actions[bot] wants to merge 1 commit into
developfrom
changeset-release/develop
Open

chore: version packages#77
github-actions[bot] wants to merge 1 commit into
developfrom
changeset-release/develop

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated.

Releases

@skillit/cli@0.6.0

Minor Changes

  • #76 7d1596f Thanks @pradeepmouli! - Add npx invocation mode for CLI skills on public packages.

    • skillit gen --source cli now defaults to npx <packageName> as the invocation prefix for public packages that declare a bin field in package.json (mirrors npm install -g detection: bin present + not "private": true).
    • Add --invocation npx|global flag to skillit gen to override the auto-detected mode.
    • README sections (features, troubleshooting, quick start) are now included in generated CLI skills, with the bare binary name substituted by npx <packageName> in npx mode.
    • New applyNpxMode / resolveInvocationMode helpers exported from @skillit/cli.
    • New PackageMetadata fields: fullPackageName, bin, isPrivate.
    • New ExtractedSkill field: cliInvocationPrefix.
    • CliRefineSource and CliRefineSourceOptions support invocationMode override.

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0

@skillit/client@0.4.0

Minor Changes

  • #78 3589fc4 Thanks @pradeepmouli! - skillit init --source cli now wires a postinstall script.

    • After installing @skillit/cli, init writes a self-contained skillit-postinstall.cjs script to the project root and sets scripts.postinstall in package.json to node ./skillit-postinstall.cjs.
    • The postinstall script replaces npx <packageName> with the bare binary name in all skills/**/*.md files, so globally-installed consumers get invocation examples that match their actual shell command.
    • Skips wiring (with a warning) if scripts.postinstall is already set.
    • New injectable wirePostinstall dep on InitDeps for testing.
    • New generatePostinstallScript() export from @skillit/client.
  • #76 7d1596f Thanks @pradeepmouli! - Add npx invocation mode for CLI skills on public packages.

    • skillit gen --source cli now defaults to npx <packageName> as the invocation prefix for public packages that declare a bin field in package.json (mirrors npm install -g detection: bin present + not "private": true).
    • Add --invocation npx|global flag to skillit gen to override the auto-detected mode.
    • README sections (features, troubleshooting, quick start) are now included in generated CLI skills, with the bare binary name substituted by npx <packageName> in npx mode.
    • New applyNpxMode / resolveInvocationMode helpers exported from @skillit/cli.
    • New PackageMetadata fields: fullPackageName, bin, isPrivate.
    • New ExtractedSkill field: cliInvocationPrefix.
    • CliRefineSource and CliRefineSourceOptions support invocationMode override.
  • #79 3f93df0 Thanks @pradeepmouli! - Postinstall script now copies skills to ~/.claude/skills/ after rewriting invocations.

    Global installs (npm install -g <pkg>) will have their skills available to Claude Code immediately after install, with no manual configuration.

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0
    • @skillit/cli@0.6.0
    • @skillit/mcp@0.4.1
    • @skillit/typedoc@1.2.1

@skillit/core@2.1.0

Minor Changes

  • #76 7d1596f Thanks @pradeepmouli! - Add npx invocation mode for CLI skills on public packages.

    • skillit gen --source cli now defaults to npx <packageName> as the invocation prefix for public packages that declare a bin field in package.json (mirrors npm install -g detection: bin present + not "private": true).
    • Add --invocation npx|global flag to skillit gen to override the auto-detected mode.
    • README sections (features, troubleshooting, quick start) are now included in generated CLI skills, with the bare binary name substituted by npx <packageName> in npx mode.
    • New applyNpxMode / resolveInvocationMode helpers exported from @skillit/cli.
    • New PackageMetadata fields: fullPackageName, bin, isPrivate.
    • New ExtractedSkill field: cliInvocationPrefix.
    • CliRefineSource and CliRefineSourceOptions support invocationMode override.

@skillit/docusaurus@0.3.2

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0

@skillit/mcp@0.4.1

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0
    • @skillit/target-mcp-protocol@3.0.1

@skillit/target-fastmcp@0.3.3

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0
    • @skillit/mcp@0.4.1

@skillit/target-mcp-protocol@3.0.1

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0
    • @skillit/mcp@0.4.1

@skillit/target-mcpc@0.3.3

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0
    • @skillit/mcp@0.4.1

@skillit/typedoc@1.2.1

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0

typedoc-plugin-skillit@1.4.2

Patch Changes

  • Updated dependencies []:
    • @skillit/typedoc@1.2.1

@skillit/vitepress@0.3.2

Patch Changes

  • Updated dependencies [7d1596f]:
    • @skillit/core@2.1.0

@github-actions github-actions Bot force-pushed the changeset-release/develop branch from c8c06d4 to 04ba343 Compare June 10, 2026 17:55
@github-actions github-actions Bot force-pushed the changeset-release/develop branch from 04ba343 to f23f314 Compare June 10, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants