Add .claude/skills/registry-ops pointer for Claude Code's /registry-ops#57
Merged
Merged
Conversation
Claude Code only auto-registers slash commands from .claude/skills/, not .agents/skills/ (the deliberately cross-agent-neutral location this repo already uses for registry-ops, per #16). This is a thin pointer only -- the workflow itself stays canonical at .agents/skills/registry-ops/SKILL.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
enricopiovesan
enabled auto-merge (squash)
July 19, 2026 21:13
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
/registry-opswasn't resolving as a real slash command in Claude Code —it only auto-registers slash commands from
.claude/skills/, and thisrepo's
registry-opsskill deliberately lives at.agents/skills/registry-ops/SKILL.mdinstead (PR #16: a location sharedacross every agent type this repo coordinates, so the workflow is written
once instead of drifting across per-tool copies —
AGENTS.md'sagent:claude/agent:codexlabeling assumes one shared file).Adds a thin pointer at
.claude/skills/registry-ops/SKILL.mdwhose onlyjob is telling Claude Code to read and follow the real file at
.agents/skills/registry-ops/SKILL.md. No workflow content is duplicated,so there's nothing to drift out of sync —
.agents/skills/stays thesingle source of truth.
Committed rather than left local-only/gitignored (unlike
traverse-framework/traverse's blanket.claude/exclusion forlocal-only agent tooling) so
/registry-opsworks out of the box foranyone who clones this repo in Claude Code, not just one machine — this
file carries no scratch state or local secrets, the thing that convention
actually protects against.
Governing Spec
no-spec-needed (tooling/DX only, not
crates/,scripts/ci/,.github/workflows/, orspecs/governance/)Definition of Done
.claude/skills/registry-ops/SKILL.mdadded, pointing to the canonical.agents/skills/registry-ops/SKILL.mdValidation
/registry-opsnow resolves via Claude Code's Skill tool listing in a live session