The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
Resources
1Install
npx skillscat add majiayu000/claude-skill-registry/skills-core-agent-ops-spec Install via the SkillsCat registry.
SKILL.md
Spec Management workflow
Purpose
Capture, organize, and trace specifications/requirements so the agent can validate implementation against them.
Location
All specs live in .agent/specs/ with user-specified or auto-generated filenames.
Procedure
Creating a spec
- Ask user for filename or generate one (e.g.,
feature-<name>.spec.md,issue-<id>.spec.md) - Use the spec template
- Fill in sections from user input
- Link spec to issue(s) in
.agent/issues/viaspec_file:field
Validating against spec
- Read the linked spec file
- Create traceability checklist:
- Each requirement → implementation location → test(s)
- Include in critical review phase
Template
Start from spec template.