From e30df56a675f3df3cb6d0a56beca9fe33864fbdd Mon Sep 17 00:00:00 2001 From: Alex Wegener Date: Wed, 29 Apr 2026 19:22:54 +0200 Subject: [PATCH] drop skill-creator dep + bump 0.0.3 -> 0.0.4 Removes the cross-mp dep on skill-creator@claude-plugins-official. Transitive auto-install of cross-mp deps from a marketplace that hasn't been added yet does not work in practice -- /doctor surfaces "is not installed -- check that its marketplace is added". Users who want skill-creator can install it directly: /plugin marketplace add anthropics/claude-plugins-official /plugin install skill-creator@claude-plugins-official allowCrossMarketplaceDependenciesOn dropped (no remaining cross-mp deps). Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 3 +-- .claude-plugin/plugin.json | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9d958bb..51265a2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,12 +5,11 @@ "name": "Yesterday", "url": "https://github.com/Yesterday-AI" }, - "allowCrossMarketplaceDependenciesOn": ["claude-plugins-official"], "plugins": [ { "name": "yopstack", "description": "Claude Code plugin. opentofu + railway-deploy + butler-deploy + land-and-deploy + canary + setup-deploy. Provisioning, deploy, observability for agent-driven infra. No Yesterday-infra deps.", - "version": "0.0.3", + "version": "0.0.4", "source": "./", "author": { "name": "Yesterday", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 2020950..1a669b3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "yopstack", - "version": "0.0.3", + "version": "0.0.4", "description": "Yesterday Ops Stack -- generic infrastructure-provisioning, deployment, and observability skills for Claude Code agents. opentofu + railway-deploy + butler-deploy + land-and-deploy + canary + setup-deploy. Public, no Yesterday-infra dependencies.", "author": { "name": "Yesterday", @@ -20,7 +20,5 @@ "itch.io", "yesterday-ai" ], - "dependencies": [ - { "name": "skill-creator", "marketplace": "claude-plugins-official" } - ] + "dependencies": [] }