Discover, install, and publish reusable agent skills. One command to add any capability to any Claude agent.
The most-used skills in the registry, verified by Claude.
Performs thorough code reviews covering correctness, security, performance, and style.
Generates safe, optimized SQL queries from natural language descriptions.
Writes clear, conventional git commit messages from staged diffs.
Performs thorough code reviews covering correctness, security, performance, and style.
Drop the Skillibary MCP server into your agent. It searches the hosted registry semantically, loads any skill on demand, and tracks usage automatically. No keys, no database, nothing to provision.
Full walkthrough with troubleshooting: docs/install →
{
"mcpServers": {
"skillibary": {
"command": "npx",
"args": ["-y", "skillibary-mcp"]
}
}
}A skill is a plain Markdown file with structured front-matter. Any agent can read it, any team can maintain it.
---name: pdf-extractdescription: Extract text and tables from PDFsversion: 1.2.0tags: [documents, parsing, pdf]--- ## DescriptionExtracts structured text, tables, andmetadata from PDF files using pdfjs. ## Parameters- path (string) — file path or URL- pages (string?) — range e.g. "1-5" ## ReturnsObject with `text`, `tables`, `metadata`.
No account required to browse. GitHub login to publish. Verification is instant and automated.
Create a SKILL.md file with your name, description, parameters, and usage examples.
Run the CLI to check format, score quality, and catch issues before submitting.
Submit for review. Claude reads it, scores it, and publishes verified skills instantly.