BeClaude

skills-registry

New
GitHubGeneralby tomevault-io

AI instruction files in SKILL.md format — indexed by Skills.sh and SkillsMP

First seen 5/23/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/skills-registry.md https://raw.githubusercontent.com/tomevault-io/skills-registry/main/SKILL.md
3
Invoke in Claude Code
/skills-registry

Use Cases

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.

Usage Examples

1

/skills-registry search 'data analysis'

2

/skills-registry list

3

/skills-registry show skills-registry

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..