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

Claude Code plugin analyzes any plugin and generates interactive wiki reports
A new Claude Code plugin called vision-powers analyzes any plugin path or GitHub URL and generates an interactive HTML wiki report with architecture diagrams, security audits, and skill breakdowns. Installation is via claude plugin add vision-powers@claude-code-zero.

Local Qwen Models Achieve Browser Automation with Stepwise Planning and Compact DOM
A developer found small local LLMs like Qwen 8B and 4B succeed at browser automation using stepwise planning instead of upfront multi-step plans, combined with a compact semantic DOM representation that reduces token usage from 50-100K+ to ~15K for full flows.

Mnemos: an MCP server for persistent Claude Code memory
Mnemos is an open-source MCP server that gives Claude Code persistent memory across sessions, recording corrections as structured patterns and pushing ranked context at startup. Single 15 MB Go binary, no Docker or vector DB needed.

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.