BeClaude

skills-hub-registry

New
GitHubDevelopmentby tinh2

Open registry of community-contributed AI coding skills (SKILL.md files) — daily-synced to skills-hub.ai. Install across Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool with one command.

First seen 5/23/2026

Summary

ai.

  • It enables developers to discover, install, and manage skills across multiple AI coding tools like Claude Code, Cursor, Codex CLI, Windsurf, and Copilot using a single command, streamlining skill distribution and reuse.

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-hub-registry.md https://raw.githubusercontent.com/tinh2/skills-hub-registry/main/SKILL.md
3
Invoke in Claude Code
/skills-hub-registry

Use Cases

Discover and install a community-contributed skill for generating unit tests in your preferred AI coding tool.
Publish your own custom AI coding skill to the registry so others can use it across different tools.
Sync the latest skills from the registry daily to keep your local skill library up to date.
Search for a skill that automates code review or documentation generation for your project.
Install a skill that integrates with MCP-compatible tools to extend your development workflow.
Share a skill you created with your team by adding it to the open registry.

Usage Examples

1

/skills-hub-registry search test generator

2

/skills-hub-registry install code-review

3

List all available skills in the registry and install the one named 'doc-generator'

View source on GitHub
mcp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is skills-hub-registry?

Skills Hub Registry is a centralized, open registry of community-contributed AI coding skills (SKILL.md files) that are synced daily to skills-hub.ai. It enables developers to discover, install, and manage skills across multiple AI coding tools like Claude Code, Cursor, Codex CLI, Windsurf, and Copilot using a single command, streamlining skill distribution and reuse.

How to install skills-hub-registry?

To install skills-hub-registry: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/skills-hub-registry.md https://raw.githubusercontent.com/tinh2/skills-hub-registry/main/SKILL.md. Finally, /skills-hub-registry in Claude Code.

What is skills-hub-registry best for?

skills-hub-registry is a skill categorized under Development. It is designed for: mcp. Created by tinh2.

What can I use skills-hub-registry for?

skills-hub-registry is useful for: Discover and install a community-contributed skill for generating unit tests in your preferred AI coding tool.; Publish your own custom AI coding skill to the registry so others can use it across different tools.; Sync the latest skills from the registry daily to keep your local skill library up to date.; Search for a skill that automates code review or documentation generation for your project.; Install a skill that integrates with MCP-compatible tools to extend your development workflow.; Share a skill you created with your team by adding it to the open registry..