From 08c3ab8ec313c20be1dbab3b084185d283874094 Mon Sep 17 00:00:00 2001 From: Alex Wegener Date: Wed, 29 Apr 2026 18:04:05 +0200 Subject: [PATCH 1/2] chore: repoint skill-creator dep to claude-plugins-official Same change as yastack/yopstack/ytstack/ystacks: drop bare-string "skill-creator" in favor of explicit cross-mp reference to Anthropic's `skill-creator@claude-plugins-official`. Yesterday's local wrapper is being removed from ystacks; Anthropic's version is more capable and avoids the duplicate-name resolver collision. yopstack v0.0.2 -> v0.0.3. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5408a4c..2020950 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "yopstack", - "version": "0.0.2", + "version": "0.0.3", "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", @@ -21,6 +21,6 @@ "yesterday-ai" ], "dependencies": [ - "skill-creator" + { "name": "skill-creator", "marketplace": "claude-plugins-official" } ] } From 04a10888b12a178e7ee6c08bc4ecf733f8f3f0a2 Mon Sep 17 00:00:00 2001 From: Alex Wegener Date: Wed, 29 Apr 2026 18:23:58 +0200 Subject: [PATCH 2/2] fix(marketplace): allow claude-plugins-official + sync self-version Addresses Codex P1 + Cursor Bugbot Low findings on PR #4. - Add allowCrossMarketplaceDependenciesOn: ["claude-plugins-official"]. - Bump self-marketplace yopstack entry from 0.0.2 to 0.0.3 to match plugin.json. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 01e78c9..9d958bb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,11 +5,12 @@ "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.2", + "version": "0.0.3", "source": "./", "author": { "name": "Yesterday",