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

Pokemon Showdown AI Agents Built with Free LLM APIs and Tool-Calling
A system that uses Llama 3, Qwen, Gemma via free API tiers to autonomously play Pokemon Showdown battles with structured tool calls, supporting human vs AI and AI vs AI modes.

Watchtower: A Local Proxy for Monitoring Claude Code API Traffic
Watchtower is a free, open-source tool that acts as a local HTTP proxy and real-time web dashboard to intercept and display all API traffic between Claude Code (or Codex CLI) and their APIs. It shows requests, SSE streams, tool definitions, system prompts, token usage, and rate limits.

Printable Claude Code Cheat Sheet with Weekly Auto-Updates
A developer created a one-page printable cheat sheet for Claude Code using Claude itself, covering keyboard shortcuts, slash commands, workflows, skills system, memory/CLAUDE.md, MCP setup, CLI flags, and config files. The HTML file is auto-updated weekly via cron job with new features tagged as 'NEW'.

SoulPrint: Local Tool for Searching Claude and ChatGPT History Together
SoulPrint is an open-source Python tool that imports conversation exports from Claude (.json) and ChatGPT (.zip) into a local SQLite archive, enabling full-text search across both providers simultaneously with BM25 ranking and highlighted snippets.