From 97d4ab6b828ccac8e0b2e6b618c4d991f6596c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Sat, 9 May 2026 22:24:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20convert=20repo=20to=20Claude=20C?= =?UTF-8?q?ode=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move skills/ to repo root and add .claude-plugin/{plugin,marketplace}.json so the skills can be installed in other projects via a local marketplace. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 14 ++++++++++++++ .claude-plugin/plugin.json | 9 +++++++++ .../implementation-orchestration/SKILL.md | 0 .../markdown-embedded-svg/SKILL.md | 0 {.claude/skills => skills}/research-tree/SKILL.md | 0 {.claude/skills => skills}/workpad/SKILL.md | 0 6 files changed, 23 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude-plugin/plugin.json rename {.claude/skills => skills}/implementation-orchestration/SKILL.md (100%) rename {.claude/skills => skills}/markdown-embedded-svg/SKILL.md (100%) rename {.claude/skills => skills}/research-tree/SKILL.md (100%) rename {.claude/skills => skills}/workpad/SKILL.md (100%) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..996d073 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,14 @@ +{ + "name": "ai-skills", + "owner": { + "name": "Gabor Körber", + "email": "gab@g4b.org" + }, + "plugins": [ + { + "name": "ai-skills", + "source": "./", + "description": "Personal Claude Code skills: workpad, research-tree, implementation-orchestration, markdown-embedded-svg" + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..dfc2054 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "ai-skills", + "version": "0.1.0", + "description": "Gabor's personal Claude Code skills (workpad, research-tree, implementation-orchestration, markdown-embedded-svg)", + "author": { + "name": "Gabor Körber", + "email": "gab@g4b.org" + } +} diff --git a/.claude/skills/implementation-orchestration/SKILL.md b/skills/implementation-orchestration/SKILL.md similarity index 100% rename from .claude/skills/implementation-orchestration/SKILL.md rename to skills/implementation-orchestration/SKILL.md diff --git a/.claude/skills/markdown-embedded-svg/SKILL.md b/skills/markdown-embedded-svg/SKILL.md similarity index 100% rename from .claude/skills/markdown-embedded-svg/SKILL.md rename to skills/markdown-embedded-svg/SKILL.md diff --git a/.claude/skills/research-tree/SKILL.md b/skills/research-tree/SKILL.md similarity index 100% rename from .claude/skills/research-tree/SKILL.md rename to skills/research-tree/SKILL.md diff --git a/.claude/skills/workpad/SKILL.md b/skills/workpad/SKILL.md similarity index 100% rename from .claude/skills/workpad/SKILL.md rename to skills/workpad/SKILL.md