llms.txt Content
# skills-hub.ai
> The open marketplace for AI coding skills. Discover, install, and share reusable skills for Claude Code, Cursor, Windsurf, Copilot, and any MCP-compatible tool.
## What is skills-hub.ai?
skills-hub.ai is a platform where developers publish, discover, and install AI coding skills. Skills are portable SKILL.md instruction files that extend AI coding assistants with new capabilities like code review, testing, deployment, and domain-specific patterns.
## Key Features
- Browse and search skills by category, platform, quality score, tags, and SDLC phase
- One-command install: `npx @skills-hub-ai/cli install <slug>`
- AI-powered skill generation from natural language descriptions
- Quality scoring (0-100) and security scanning (A-F grades) on every skill
- Skill compositions: chain multiple skills into sequential or parallel pipelines
- Organizations with GitHub sync, roles, and skill templates
- Behavioral evals with Jaccard similarity scoring
- MCP server for using skills as prompts in any MCP-compatible AI tool
- Starter bundles: curated skill collections for common workflows
## Supported Platforms
- Claude Code
- Cursor
- Windsurf
- GitHub Copilot
- Cline
- Codex CLI
- Any MCP-compatible tool
## SKILL.md Format
```markdown
---
name: My Skill
description: What this skill does
version: 1.0.0
category: review
platforms:
- CLAUDE_CODE
- CURSOR
---
Skill instructions here...
```
## API
REST API at api.skills-hub.ai/api/v1/ with endpoints for skills, search, categories, tags, reviews, installs, organizations, agents, and more.
## CLI
```bash
npx @skills-hub-ai/cli install <skill-name>
npx @skills-hub-ai/cli search "code review"
npx @skills-hub-ai/cli publish ./SKILL.md
npx @skills-hub-ai/cli suggest
```
## MCP Server
```bash
claude mcp add skills-hub -- npx @skills-hub-ai/mcp
```
## Links
- Website: https://skills-hub.ai
- Browse skills: https://skills-hub.ai/browse
- Leaderboard: https://skills-hub.ai/leaderboard
- Documentation: http