skills-hub-registry
NewOpen 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.
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/skills-hub-registry.md https://raw.githubusercontent.com/tinh2/skills-hub-registry/main/SKILL.md/skills-hub-registryUse Cases
Usage Examples
/skills-hub-registry search test generator
/skills-hub-registry install code-review
List all available skills in the registry and install the one named 'doc-generator'
Security Audits
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..