Skip to content

Commit d9190c2

Browse files
authored
Merge pull request #479 from raifdmueller/fix/sync-socratic-skill-plugin
fix: sync socratic-code-theory-recovery skill into plugin bundle (follow-up to #478)
2 parents 6f4c7ab + 80fad1d commit d9190c2

12 files changed

Lines changed: 936 additions & 6 deletions

File tree

docs/socratic-recovery-skill.adoc

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,19 @@ The skill follows the https://agentskills.io[agentskills.io] specification. Refe
4444

4545
=== link:https://docs.anthropic.com/en/docs/claude-code/memory[Claude Code]
4646

47-
Reference the skill directly in `CLAUDE.md`:
47+
**Recommended: install via the Claude Code Plugin Marketplace.** This repository is published as a Claude Code marketplace; the plugin bundles all Semantic Anchors skills (Translator, Onboarding, and Socratic Code-Theory Recovery) in one install.
48+
49+
Run inside any Claude Code session:
50+
51+
[source,text]
52+
----
53+
/plugin marketplace add LLM-Coding/Semantic-Anchors
54+
/plugin install semantic-anchors@semantic-anchors
55+
----
56+
57+
The skills become available immediately — Claude Code picks up the `socratic-code-theory-recovery` skill from the installed plugin without any further edits to `CLAUDE.md`.
58+
59+
**Alternative: reference the skill manually in `CLAUDE.md`** when you cannot or do not want to use the marketplace flow (corporate Claude installs, pinned versions, custom skill locations):
4860

4961
[source,markdown]
5062
----
@@ -61,8 +73,6 @@ Phase 2 prompt:
6173
https://github.com/LLM-Coding/Semantic-Anchors/blob/main/skill/socratic-code-theory-recovery/prompts/phase-2-synthesize.md
6274
----
6375

64-
Or place the `skill/socratic-code-theory-recovery/SKILL.md` in your project's skills directory if your Claude Code setup uses a custom skills location.
65-
6676
=== link:https://openai.com/codex/[Codex]
6777

6878
Codex supports `AGENTS.md` for repository instructions:

docs/socratic-recovery-skill.de.adoc

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,19 @@ Der Skill folgt der https://agentskills.io[agentskills.io]-Spezifikation. Verwei
4444

4545
=== link:https://docs.anthropic.com/en/docs/claude-code/memory[Claude Code]
4646

47-
Skill in `CLAUDE.md` referenzieren:
47+
**Empfohlen: Installation über den Claude-Code-Plugin-Marketplace.** Dieses Repository ist als Claude-Code-Marketplace veröffentlicht; das Plugin bündelt alle Semantic-Anchors-Skills (Translator, Onboarding, Socratic Code-Theory Recovery) in einer Installation.
48+
49+
In einer Claude-Code-Session ausführen:
50+
51+
[source,text]
52+
----
53+
/plugin marketplace add LLM-Coding/Semantic-Anchors
54+
/plugin install semantic-anchors@semantic-anchors
55+
----
56+
57+
Die Skills sind sofort verfügbar — Claude Code erkennt den `socratic-code-theory-recovery`-Skill aus dem installierten Plugin, ohne dass `CLAUDE.md` angepasst werden muss.
58+
59+
**Alternative: Skill manuell in `CLAUDE.md` referenzieren**, wenn der Marketplace-Weg nicht passt (Corporate-Installationen, gepinnte Versionen, eigene Skill-Verzeichnisse):
4860

4961
[source,markdown]
5062
----
@@ -61,8 +73,6 @@ Phase 2 prompt:
6173
https://github.com/LLM-Coding/Semantic-Anchors/blob/main/skill/socratic-code-theory-recovery/prompts/phase-2-synthesize.md
6274
----
6375

64-
Alternativ kann `skill/socratic-code-theory-recovery/SKILL.md` ins Skills-Verzeichnis deines Projekts gelegt werden, wenn die Claude-Code-Konfiguration einen eigenen Skills-Pfad nutzt.
65-
6676
=== link:https://openai.com/codex/[Codex]
6777

6878
Codex unterstützt `AGENTS.md` für Repo-Anweisungen:

plugins/semantic-anchors/skills/semantic-anchor-translator/references/catalog.md

Lines changed: 95 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)