Agent skill
ce-skill-registry-sync
Synchronize all skill registries with filesystem inventory after any skill add, remove, rename, or move.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ce-skill-registry-sync
SKILL.md
CE Skill Registry Sync
Use this skill whenever .claude/skills/ changes or whenever a user requests
any skill listing update.
RTD taxonomy model (authoritative)
When maintaining grouped sections in docs/contributor/agent_skills.md, apply
this deterministic classification model:
- Primary deliverable rule (highest priority):
- prediction or explanation outputs -> Practitioner Workflows
- production implementation changes -> Contributor Implementation and Extensibility
- quality findings, tests, or remediation plans -> Quality, Testing, and Risk Control
- ADR, docs, registry, or process artifacts -> Governance, Documentation, and Skill Operations
- Primary user rule (tie-breaker):
- end user or analyst -> Practitioner Workflows
- code contributor -> Contributor Implementation and Extensibility
- reviewer or QA maintainer -> Quality, Testing, and Risk Control
- maintainer or documentation owner -> Governance, Documentation, and Skill Operations
- Single-primary placement rule:
- each skill must appear exactly once in one primary RTD subcategory
- Subcategory rule:
- choose subcategory by dominant workflow type (build/configure, audit/review, author/coordinate)
RTD maintenance checks
When adding or reclassifying skills in docs/contributor/agent_skills.md:
- Keep single-primary placement (one subcategory per skill in RTD).
- Ensure all
.claude/skills/*entries are listed exactly once. - Keep links stable (
.claude/skills/<skill>/SKILL.md). - Apply the taxonomy model above before introducing new subcategories.
Mandatory policy
If any skill directory or SKILL.md file is added, removed, renamed, or moved:
- Update
CONTRIBUTOR_INSTRUCTIONS.mdTable 6A in the same patch. - Update
.claude/skills/ce-onboard/SKILL.mdsection 4 skill catalogue in the same patch. - Update
docs/contributor/agent_skills.mdin the same patch. - Ensure the skill name, path, and primary-use text are accurate in Table 6A.
- Ensure intent-to-skill mapping is accurate in ce-onboard section 4.
- Ensure each RTD skill row contains a valid skill link.
- Keep registry lists sorted alphabetically by skill name where applicable.
- Do not leave stale rows for removed or renamed skills.
- Apply the RTD taxonomy model above when updating grouped RTD sections.
- Do not complete the task unless all registries and filesystem state match.
Always perform full-set reconciliation:
- Enumerate all directories under
.claude/skills/. - Ensure each directory has exactly one corresponding entry in:
CONTRIBUTOR_INSTRUCTIONS.mdsection 6A table, and.claude/skills/ce-onboard/SKILL.mdsection 4 catalogue, anddocs/contributor/agent_skills.mdtable.
- Ensure neither registry contains entries for non-existent skills.
Verification steps (required)
Run all checks:
rg --files .claude/skills
rg -n "## 6A|ce-skill-registry-sync|Maintenance rule" CONTRIBUTOR_INSTRUCTIONS.md
rg -n "## 4\\. Skill catalogue|ce-skill-registry-sync" .claude/skills/ce-onboard/SKILL.md
rg -n "Agent skill catalogue|ce-skill-registry-sync|\\.claude/skills/.*/SKILL.md" docs/contributor/agent_skills.md
Then compare the discovered skill folders to:
CONTRIBUTOR_INSTRUCTIONS.mdTable 6A entries.claude/skills/ce-onboard/SKILL.mdsection 4 catalogue entriesdocs/contributor/agent_skills.mdtable entries- Confirm set equality (filesystem set == registry set for all three files).
Failure behavior
If any registry is not updated correctly, fail the task and report:
- which skill entries are missing
- which entries are stale
- the exact row(s) that must be changed in each file
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?