Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions plugins/semantic-anchors/hooks/hooks.json

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/semantic-anchors/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "semantic-anchors",
"version": "0.1.0",
"description": "Semantic anchor skills for translating terminology, prompting first-run Claude onboarding, and installing persistent anchor context into coding agents.",
"description": "Semantic anchor skills for translating terminology and installing persistent anchor context into coding agents.",
"author": {
"name": "LLM Coding",
"url": "https://github.com/LLM-Coding"
Expand Down
102 changes: 0 additions & 102 deletions plugins/semantic-anchors/scripts/prompt-onboarding.sh

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion skill/semantic-anchor-onboarding/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Install a small, stable set of semantic anchors so coding agents start each sess

5. Add native behavior only where needed.
- For Claude Code, add `--claude-hook` if the user wants a SessionStart hook that re-injects the selected block at the beginning of each session.
- The Claude marketplace plugin can also ship a separate first-start `SessionStart` hook that asks whether onboarding should run when no semantic-anchor block exists yet.
- For Gemini CLI, either rely on the shared file chosen by the installer or mirror the same block into `GEMINI.md` if the team wants native Gemini memory.
- For GitHub Copilot, mirror the same block into `.github/copilot-instructions.md` only when chat or review workflows also need it.
- For Cursor, the shared file is usually enough; use `.cursor/rules` only when path-scoped behavior is required.
Expand Down
Loading