From f606a40d5605e144c4cac4fafa1068ca91b5474e Mon Sep 17 00:00:00 2001 From: Enrico Piovesan Date: Sun, 19 Jul 2026 15:12:55 -0600 Subject: [PATCH] Add .claude/skills/registry-ops pointer for Claude Code's /registry-ops 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 --- .claude/skills/registry-ops/SKILL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .claude/skills/registry-ops/SKILL.md diff --git a/.claude/skills/registry-ops/SKILL.md b/.claude/skills/registry-ops/SKILL.md new file mode 100644 index 0000000..94df565 --- /dev/null +++ b/.claude/skills/registry-ops/SKILL.md @@ -0,0 +1,16 @@ +--- +name: registry-ops +description: "Start or resume the standard traverse-framework/registry operating model when the user says REGISTRY OPS, asks to start registry ops/dev work, asks for the ready-ticket worker, PR finisher, or backlog gardener, or wants an agent to pick ready Project 3 work and run the registry coordination process." +--- + +# Registry Ops + +This is a thin pointer, not the source of truth. The actual workflow lives at +`.agents/skills/registry-ops/SKILL.md` — a location deliberately shared +across every agent type this repo coordinates (Claude Code, Codex, etc; see +`AGENTS.md` and PR #16), so it is written once and stays canonical there +instead of drifting across per-tool copies. + +Read `.agents/skills/registry-ops/SKILL.md` in full and follow it exactly as +written. This file exists only so `/registry-ops` resolves to that content +as a real Claude Code slash command.