Agent skill
skill-indexer
Build a combined index of available skills and support auto-registration by scanning repo and Codex skill directories; use when asked to list or catalog skills quickly.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/skill-indexer
SKILL.md
Skill Indexer
Use this skill to generate a combined skills index file and verify auto-registration.
Workflow
- Run the index script:
python skills/system/skill-indexer/scripts/index_skills.py
- Review the output file at
skills/INDEX.json. - If Codex skills are missing, verify
CODEX_HOMEor~/.codex/skillsexists.
Output expectations
- Provide the index file path and entry count.
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?