Skip to content

Add .claude/skills/registry-ops pointer for Claude Code's /registry-ops#57

Merged
enricopiovesan merged 1 commit into
mainfrom
claude/claude-skills-registry-ops-pointer
Jul 19, 2026
Merged

Add .claude/skills/registry-ops pointer for Claude Code's /registry-ops#57
enricopiovesan merged 1 commit into
mainfrom
claude/claude-skills-registry-ops-pointer

Conversation

@enricopiovesan

Copy link
Copy Markdown
Contributor

Summary

/registry-ops wasn't resolving as a real slash command in Claude Code —
it only auto-registers slash commands from .claude/skills/, and this
repo's registry-ops skill deliberately lives at
.agents/skills/registry-ops/SKILL.md instead (PR #16: a location shared
across every agent type this repo coordinates, so the workflow is written
once instead of drifting across per-tool copies — AGENTS.md's
agent:claude/agent:codex labeling assumes one shared file).

Adds a thin pointer at .claude/skills/registry-ops/SKILL.md whose only
job 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 the
single source of truth.

Committed rather than left local-only/gitignored (unlike
traverse-framework/traverse's blanket .claude/ exclusion for
local-only agent tooling) so /registry-ops works out of the box for
anyone 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/, or specs/governance/)

Definition of Done

  • .claude/skills/registry-ops/SKILL.md added, pointing to the canonical .agents/skills/registry-ops/SKILL.md
  • No workflow content duplicated

Validation

  • Manual: /registry-ops now resolves via Claude Code's Skill tool listing in a live session

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
enricopiovesan enabled auto-merge (squash) July 19, 2026 21:13
@enricopiovesan
enricopiovesan merged commit d328f61 into main Jul 19, 2026
6 checks passed
@enricopiovesan
enricopiovesan deleted the claude/claude-skills-registry-ops-pointer branch July 19, 2026 21:13
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.

1 participant