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

✍️ OpenClawRadar📅 Published: March 27, 2026🔗 Source
Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents
Ad

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
Ad

How to Use

To use any agent:

  1. Go to clskills.in/agents
  2. Click Download on any agent
  3. Drop the .md file into ~/.claude/skills/
  4. 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

Ad

👀 See Also