skills-registry
NewAI instruction files in SKILL.md format — indexed by Skills.sh and SkillsMP
Summary
sh and SkillsMP.
- It helps developers discover and reuse community-contributed skill definitions to enhance Claude Code's capabilities for AI and ML tasks.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/skills-registry.md https://raw.githubusercontent.com/tomevault-io/skills-registry/main/SKILL.md/skills-registryUse Cases
Usage Examples
/skills-registry search 'data analysis'
/skills-registry list
/skills-registry show skills-registry
Security Audits
Frequently Asked Questions
What is skills-registry?
The skills-registry skill provides a curated collection of AI instruction files in SKILL.md format, indexed by Skills.sh and SkillsMP. It helps developers discover and reuse community-contributed skill definitions to enhance Claude Code's capabilities for AI and ML tasks.
How to install skills-registry?
To install skills-registry: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/skills-registry.md https://raw.githubusercontent.com/tomevault-io/skills-registry/main/SKILL.md. Finally, /skills-registry in Claude Code.
What is skills-registry best for?
skills-registry is a skill categorized under General. Created by tomevault-io.
What can I use skills-registry for?
skills-registry is useful for: Search for a specific skill by name or keyword to find relevant instruction files.; Browse the registry to discover new skills contributed by the community.; Integrate a skill from the registry into your Claude Code workflow by referencing its SKILL.md file.; Contribute your own skill definition to the registry for others to use.; Update an existing skill in the registry to improve its instructions or fix issues.; List all available skills in the registry to get an overview of what's available..