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