chore(skills): delete deprecated add-claude-context skill (LIA-390)#1023
Open
sliamh11 wants to merge 3 commits into
Open
chore(skills): delete deprecated add-claude-context skill (LIA-390)#1023sliamh11 wants to merge 3 commits into
sliamh11 wants to merge 3 commits into
Conversation
Removes the deprecated add-claude-context skill (replaced by scripts/code_search.py, per its own SKILL.md deprecation notice) and its AGENTS.md table row. Part of the Deus V2 cleanup pass; a companion Linear comment on LIA-390 records why ui-ux-pro-max, the issue's other flagged skill, is intentionally not touched in this PR — it exists only as untracked content in the main checkout (not this worktree), and this session is scoped to work only within the dedicated branch/worktree per explicit user instruction, with two other sessions live on the main tree. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Follow-up to ea92712 — the AGENTS.md edit didn't get staged in that commit (a failed multi-path git add aborted before staging it). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
add-claude-contextskill (.claude/skills/add-claude-context/SKILL.md) — its own manifest marked it deprecated, replaced byscripts/code_search.py.AGENTS.md's skill table.Part of the Deus V2 cleanup pass (M0.2-M0.6). This is the git-trackable half of LIA-390; the issue's other flagged skill (
ui-ux-pro-max) is deliberately not touched in this PR — it's untracked content that only exists in the main checkout, not this worktree, and this session is scoped to work only within the dedicated branch tonight (two other sessions are live on the main tree). Full reasoning + disposition recorded in a Linear comment on LIA-390 — issue stays open pending that one remaining item.Test plan
git status --short— exactly 2 tracked files changed across the two commits (1 deletion, 1 modification)add-claude-context— only 2 expected historicalCHANGELOG.mdentries (PR feat(skills): add /add-claude-context for local semantic code search #491, fix(skills): fix add-claude-context Docker setup + security hardening #495) remainAGENTS.mdskill table renders cleanly, no broken rowsdrift-checkfull suite — ALL CHECKS PASSED🤖 Generated with Claude Code