Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents

Claude Skills Hub (clskills.in) is a searchable repository for Claude Code skills and autonomous AI agents. Built to address the fragmentation of skills across GitHub repos and awesome-lists, it provides a single interface for discovering, previewing, and downloading production-grade skill files.
What's Available
The hub currently contains:
- 789+ skill files across 71 categories including git, testing, APIs, security, DevOps, React, Python, AWS, Docker, Kubernetes, SAP, Salesforce, and 60+ more
- Fuzzy search by name, tag, or category
- One-click download or bulk ZIP for entire collections
- 30+ curated collections like "Full Stack Starter", "Security Hardening", "DevOps Engineer"
- Each skill has real, production-grade instructions — not templates or boilerplate
Autonomous AI Agents
Beyond individual skills, the hub includes 10 autonomous agents that chain multiple skills into complete workflows:
- PR Review Agent — reads your full diff, checks for bugs, security issues, missing error handling, outputs a structured report with file:line references
- Test Writer Agent — finds untested code, generates tests matching your existing framework and patterns, runs them to verify
- Bug Fixer Agent — paste an error or stack trace, it traces through your code to root cause and proposes a minimal fix
- Documentation Agent — reads your actual source code and generates accurate README, JSDoc, API docs
- Security Audit Agent — full OWASP top 10 scan with secrets detection, dependency CVEs, injection checks
- Refactoring Agent — finds dead code, duplication, complexity, refactors safely with test verification after each change
- CI/CD Pipeline Agent — generates or debugs GitHub Actions / GitLab CI from your project structure
- Database Migration Agent — generates safe migrations with rollback plans and data loss checks
- Performance Optimizer Agent — profiles frontend bundles, backend queries, and memory usage
- Onboarding Agent — maps any codebase and generates a complete onboarding guide
How to Use
To use any agent:
- Go to clskills.in/agents
- Click Download on any agent
- Drop the .md file into ~/.claude/skills/
- Use it with /agent-name in Claude Code
No API keys, accounts, or setup required.
Source and Aggregation
The project aggregates skills from several community collections:
- anthropics/skills (official Anthropic skills)
- travisvn/awesome-claude-skills
- ComposioHQ/awesome-claude-skills
- VoltAgent/awesome-agent-skills
- alirezarezvani/claude-skills
The full source is open at github.com/Samarth0211/claude-skills-hub.
Future Plans
Upcoming features include:
- Custom Agent Builder — tell us your tech stack, AI generates a personalized agent for your project (live now at clskills.in/custom-agent)
- CLAUDE.md Generator — generates the perfect CLAUDE.md for your codebase
- More blog content with tutorials on how to write your own skills
- Continuously adding new community skills as they come out
📖 Read the full source: r/ClaudeAI
👀 See Also

BetterClaw vs OpenClaw: Comparing Tool Calling, Structured Outputs, and Workflow Control
A developer-focused comparison of BetterClaw and OpenClaw covering tool calling, structured outputs, workflow control, and day-to-day agent development.

McPherson AI releases two new QSR operations skills on ClawHub: food cost diagnostics and labor leak auditing
Two new free skills have been published on ClawHub: qsr-food-cost-diagnostic catches COGS issues weekly with a four-lever diagnostic, and qsr-labor-leak-auditor provides daily labor tracking with mid-week alerts to prevent overspend.

MCP Server Enables AI Agents to Make Real Purchases with Ephemeral Virtual Cards
A developer has built an MCP server that allows AI agents to complete real purchases using ephemeral virtual Visa cards issued just-in-time. The system requires user approval via MFA and issues cards locked to specific merchants with 15-minute TTLs.

Vibe Hosting: Claude Code MCP Integration for AI-Assisted Deployment
NameOcean's Vibe Hosting platform integrates Claude Code MCP to build and deploy projects through natural language commands. The service offers free SSL, domains, DNS, and VPS setup for static sites, Node.js, Python, Django, and Go applications.