From c657af26c7309ad95f829fcb13c0f8a71f55ec90 Mon Sep 17 00:00:00 2001 From: Alex Wegener Date: Wed, 29 Apr 2026 19:25:08 +0200 Subject: [PATCH] drop skill-creator dep + bump 0.1.1 -> 0.1.2 Removes the cross-mp dep on skill-creator@claude-plugins-official. Transitive auto-install of cross-mp deps from a marketplace not yet added doesn't 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 trimmed: claude-plugins-official removed; ystacks + ystacks-internal kept (still needed for web-design + yesterday-brand). Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ad70a86..ca6950f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,12 +5,12 @@ "name": "Yesterday", "url": "https://github.com/Yesterday-AI" }, - "allowCrossMarketplaceDependenciesOn": ["ystacks", "ystacks-internal", "claude-plugins-official"], + "allowCrossMarketplaceDependenciesOn": ["ystacks", "ystacks-internal"], "plugins": [ { "name": "ytstack", "description": "Claude Code plugin. Project-OS artifact discipline + curated superpowers and gstack skill wrappers + Agent Teams orchestration.", - "version": "0.1.1", + "version": "0.1.2", "source": "./", "author": { "name": "Yesterday", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bc102a1..0de32ae 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ytstack", - "version": "0.1.1", + "version": "0.1.2", "description": "Yesterday Technologies Stack -- opinionated software-development OS for AI agents. Curated superpowers + gstack skills plus Project-OS artifact discipline (PROJECT.md, DECISIONS.md, KNOWLEDGE.md, milestone/slice/task hierarchy), orchestrated via SessionStart hooks.", "author": { "name": "Yesterday", @@ -19,7 +19,6 @@ "yesterday-ai" ], "dependencies": [ - { "name": "skill-creator", "marketplace": "claude-plugins-official" }, { "name": "web-design", "marketplace": "ystacks" }, { "name": "yesterday-brand", "marketplace": "ystacks-internal" } ]