Skip to content

fix(skills): the repo's dogfood skill was invisible — renamed to apr-dogfood so it can actually be invoked - #2361

Merged
noahgift merged 1 commit into
mainfrom
fix/dogfood-skill-shadowed
Aug 1, 2026
Merged

fix(skills): the repo's dogfood skill was invisible — renamed to apr-dogfood so it can actually be invoked#2361
noahgift merged 1 commit into
mainfrom
fix/dogfood-skill-shadowed

Conversation

@noahgift

@noahgift noahgift commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Closes #2332.

.claude/skills/dogfood/SKILL.md had no name: in its frontmatter, so it took its name from the directory. That collides with a personal user-scope skill at ~/.claude/skills/dogfood/, and on any machine where both exist the user one wins — the repo's skill never appears in the session's skill listing at all. It cannot be invoked, and nothing warns.

Confirmed live in this session. The dogfood skill offered to the agent is described as "Sovereign-stack PRE-RELEASE protocol … (copia, forjar, pmat, trueno, aprender)" — the user-scope one. The repo's, "Dogfood apr-cli — rebuild, install, exercise all commands against real models", is absent.

Why this matters more than a naming nit

#2357 hardened this file's Gate 1 and Gate 13, because the release-certifying protocol was validating an unpinned, possibly 26-day-old binary.

Those edits were made to a file that does not run.

A shadowed skill is worse than a missing one: edits to it look effective and change nothing. That is the same failure mode as every other defect in the current sweep — a surface that reports success while doing nothing.

Fix

git mv to .claude/skills/apr-dogfood/ plus an explicit name: apr-dogfood.

The explicit name is the durable half — a directory rename alone would silently re-collide the day someone adds ~/.claude/skills/apr-dogfood/. The comment above it records why, so the next person doesn't tidy it away.

Updated the four docs pointing at the old path (README, apr-cli-qa-spec, claude-code-skills/README, the albor dogfood template) and the /dogfood invocation references. CHANGELOG entries are historical records and left alone.

Not fixed here

The user-scope ~/.claude/skills/dogfood/ still exists and still owns the name dogfood. That's a file on a developer's machine, not a repo artifact — the repo's job is to stop colliding with it, which this does.

🤖 Generated with Claude Code

…dogfood so it can actually be invoked

`.claude/skills/dogfood/SKILL.md` had no `name:` in its frontmatter, so it took
its name from the directory. That collides with a personal user-scope skill at
`~/.claude/skills/dogfood/`, and on any machine where both exist the USER one
wins: the repo's skill NEVER APPEARS in the session's skill listing at all. It
cannot be invoked, and nothing warns (#2332).

Confirmed live in this session: the `dogfood` skill offered to the agent is
described as "Sovereign-stack PRE-RELEASE protocol ... (copia, forjar, pmat,
trueno, aprender)" — the user-scope one. The repo's, "Dogfood apr-cli — rebuild,
install, exercise all commands against real models", is absent.

WHY THIS MATTERS MORE THAN A NAMING NIT: #2357 hardened this file's Gate 1 and
Gate 13 because the release-certifying protocol was validating an unpinned,
possibly 26-day-old binary. Those edits were made to a file that does not run.
A shadowed skill is worse than a missing one — edits to it look effective and
change nothing, which is the same failure mode as every other defect in the
current andon sweep.

Fix: `git mv` to `.claude/skills/apr-dogfood/` plus an EXPLICIT `name:
apr-dogfood`. The explicit name is the durable half — a directory rename alone
would silently re-collide the day someone adds `~/.claude/skills/apr-dogfood/`.
The comment above it records why, so the next person does not "tidy" it away.

Updated the four docs that pointed at the old path (README, apr-cli-qa-spec,
claude-code-skills/README, the albor dogfood template) and the `/dogfood`
invocation references. CHANGELOG entries are historical records and are left
alone.

NOT fixed here: the user-scope `~/.claude/skills/dogfood/` still exists and
still wins the name `dogfood`. That is a file on a developer's machine, not a
repo artifact — the repo's job is to stop colliding with it, which this does.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@noahgift
noahgift enabled auto-merge August 1, 2026 12:00
@noahgift
noahgift added this pull request to the merge queue Aug 1, 2026
Merged via the queue into main with commit a3fa242 Aug 1, 2026
12 checks passed
@noahgift
noahgift deleted the fix/dogfood-skill-shadowed branch August 1, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(.claude/skills): checked-in dogfood skill is silently shadowed by a same-named user-scope skill

1 participant