sharmasundip/claudeskills
A collection of high-performance Claude skills and MCP servers. Featured: API Design Reviewer for REST, GraphQL, and gRPC audits.
Platform-specific configuration:
{
"mcpServers": {
"claudeskills": {
"command": "npx",
"args": [
"-y",
"claudeskills"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A collection of high-performance, community-vetted skills and MCP servers for Anthropic's Claude.
The API Design Reviewer is a comprehensive audit tool that analyzes OpenAPI/Swagger specs, GraphQL schemas, and gRPC proto files. It provides a scored report with actionable fix suggestions across 10 critical design dimensions.
api-design-reviewer/
โโโ SKILL.md # Logic and prompt instructions
โโโ evals/
โโโ evals.json # Test cases for benchmarkingIf you are using Claude Code or a similar agentic tool:
api-design-reviewer/SKILL.md into your agent's custom skills directory.Quality is a first-class citizen in this repository. Every skill includes an evals/ directory with test prompts and expected outputs. We use these to benchmark the model's performance and ensure the audit logic remains robust.
We welcome contributions! If you have a Claude skill or an MCP server you'd like to share:
SKILL.md and an evals/ folder.--- *Created by sharmasundip*
Loading reviews...