Skip to content

v1.4.0

Choose a tag to compare

@GuillemRoca GuillemRoca released this 04 May 09:03
· 4 commits to main since this release
5c165d0

Highlights

The marketplace manifest has moved out of this repo into a dedicated registry: GuillemRoca/claude-plugins under the guillemroca namespace. This lets future plugins (e.g. additional language-specific skill packs) join the same marketplace cleanly without coupling their lifecycle to this repo.

Breaking change for existing users

The marketplace pointer changed. If you installed before v1.4.0, swap the marketplace once:

```bash
claude plugin marketplace remove agent-skills-android
claude plugin marketplace add GuillemRoca/claude-plugins
claude plugin install agent-skills-android@guillemroca
```

New installs use:

```bash
claude plugin marketplace add GuillemRoca/claude-plugins
claude plugin install agent-skills-android@guillemroca
```

Changes

  • Removed in-tree .claude-plugin/marketplace.json; only plugin.json remains in this repo
  • Updated README.md and docs/getting-started.md install snippets to point at the new marketplace
  • Simplified CI workflow: validates the plugin manifest only (install testing now belongs in the marketplace repo)
  • Bumped `version` in `plugin.json` to `1.4.0`

Plugin contents

No changes to skills, slash commands, agents, hooks, or references. The 24 skills and 7 slash commands are unchanged from v1.3.0.

Full changelog: v1.3.0...v1.4.0