From semantic-anchors
Install semantic anchors into persistent coding-agent context for Codex, Claude Code, Gemini CLI, Cursor, GitHub Copilot, and similar agents. Use when setting up project-level or user-level onboarding, generating or updating AGENTS.md, CLAUDE.md, GEMINI.md, or Copilot instruction files, choosing anchors by category, or resolving overlapping or mutually exclusive anchors before making them always-on.
How this skill is triggered — by the user, by Claude, or both
Slash command
/semantic-anchors:semantic-anchor-onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install a small, stable set of semantic anchors so coding agents start each session with the same working vocabulary. Prefer project-local onboarding for portability; add user-level memory only when the user wants personal defaults across repositories.
Install a small, stable set of semantic anchors so coding agents start each session with the same working vocabulary. Prefer project-local onboarding for portability; add user-level memory only when the user wants personal defaults across repositories.
assets/templates/anchor-block.md.scripts/install.sh --source /path/to/anchor-block.md --target-dir <repo> --scope project for repository onboarding.scripts/install.sh --source /path/to/anchor-block.md --scope home for personal onboarding.AGENTS.md.--claude-hook if the user wants a SessionStart hook that re-injects the selected block at the beginning of each session.GEMINI.md if the team wants native Gemini memory..github/copilot-instructions.md only when chat or review workflows also need it..cursor/rules only when path-scoped behavior is required.AGENTS.md as the cross-agent baseline.Chain of Thought an always-on requirement unless the user explicitly asks for it; reasoning visibility differs across agents.Reusable starter templates live in assets/templates/:
anchor-block.mdAGENTS.mdCLAUDE.mdGEMINI.mdcopilot-instructions.mdscripts/install.shscripts/claude-session-start.shUse the installer first. Mirror into native files only when a target agent requires it.
install.sh and claude-session-start.sh for JSON manipulation and path resolution)$HOME/.claude/, $HOME/.codex/) and are not Windows-native.skill/ as the canonical source for generic skills.scripts/sync-claude-plugin.sh.skill/ and plugins/semantic-anchors/skills/ by hand.npx claudepluginhub jensgrote/semantic-anchors --plugin semantic-anchorsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
3plugins reuse this skill
First indexed Jul 18, 2026