fix: sync socratic-code-theory-recovery skill into plugin bundle (follow-up to #478)#479
Conversation
…oding#473) This repository is already published as a Claude Code plugin marketplace (see .claude-plugin/marketplace.json + plugins/semantic-anchors/plugin.json), and the pre-commit hook syncs skill/ into plugins/semantic-anchors/skills/. End users can therefore install all bundled skills with two slash-commands instead of editing CLAUDE.md by hand. - Update docs/socratic-recovery-skill.adoc (EN+DE): Claude Code section now leads with /plugin marketplace add LLM-Coding/Semantic-Anchors /plugin install semantic-anchors@semantic-anchors as the recommended path; manual CLAUDE.md reference kept as alternative for corporate installs, pinned versions, or custom skill locations. - Sync the new skill into plugins/semantic-anchors/skills/ so the marketplace install actually delivers it (the pre-commit hook ordinarily handles this, but core.hooksPath was not set locally). - Pick up the translator catalog refresh that the same hook would have produced after the three community anchors merged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review WalkthroughDieses Update erweitert die Semantic Anchors Dokumentation um eine umfassende Skill für Socratic Code-Theory Recovery. Es aktualisiert Installationsanweisungen auf Marketplace-Basis, erweitert den Katalog um 24+ Semantic Anchors und fügt eine vollständige zwei-Phase-Workflow-Dokumentation mit Prompts, Decomposition-Guides und Output-Spezifikationen hinzu. ChangesSocratic Code-Theory Recovery und Katalog-Integration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Follow-up to #478. The skill is on main under `skill/socratic-code-theory-recovery/` but never made it into `plugins/semantic-anchors/skills/` because `core.hooksPath` was not set in my local clone — so the pre-commit hook that ordinarily mirrors the canonical `skill/` directory into the plugin bundle did not run when I committed.
Symptom: `/plugin install semantic-anchors@semantic-anchors` in Claude Code installs Translator and Onboarding but not the new Recovery skill, because Claude Code reads from the plugin bundle directory, not from `skill/`.
This PR runs the sync (`scripts/sync-claude-plugin.sh`) and adds the resulting files. It also pulls in the marketplace-install documentation update that was meant to land with the original PR but got pushed too late: `docs/socratic-recovery-skill.adoc` (EN+DE) now leads with the marketplace install flow as the recommended path, with the manual `CLAUDE.md` reference kept as alternative.
After merge: `/plugin marketplace update semantic-anchors` + `/plugin install semantic-anchors@semantic-anchors` + `/reload-plugins` will pick up the new skill.
🤖 Generated with Claude Code
Summary by CodeRabbit
Versionshinweise
Neue Funktionen
Dokumentation