Skip to content

1.1.0 — skills.sh distribution

Latest

Choose a tag to compare

@kherembourg kherembourg released this 25 May 13:37
· 6 commits to main since this release

Highlights

The three skills are now published on skills.sh — install with one command into any AGENTS.md-compatible harness, Claude Code, Cursor, Codex, OpenCode, and 50+ others:

npx skills add Purchasely/Purchasely-AI-Plugin

Changed (breaking for skills.sh users)

  • Skills renamed with a purchasely- prefix to disambiguate from same-named skills in other repos:

    • integratepurchasely-integrate
    • reviewpurchasely-review
    • debugpurchasely-debug

    The matching slash commands keep their existing names (/purchasely:integrate, /purchasely:review, /purchasely:debug) — they were already namespaced by the Claude Code plugin prefix.

    Migration: npx skills update (or re-run npx skills add Purchasely/Purchasely-AI-Plugin) to pick up the new names.

Added

  • skills.sh install section, install-count badge, and Discoverability entry in README.md.
  • The skills CLI auto-discovers the existing skills/ symlink and .claude-plugin/ manifests — no extra setup required.

Maintenance

  • Bumps every manifest to 1.1.0 (5× plugin.json, 2× marketplace.json, package.json, gemini-extension.json).
  • .gitignore ignores node-compile-cache/ (left by npx skills runs).

Full changelog: CHANGELOG.md.