freshcrate
Home > Prompt Engineering > claude-skills-hub

claude-skills-hub

2,300+ skills, 10 AI agents, and 100 prompt codes for Claude Code โ€” browse, download, and launch AI tools

Description

2,300+ skills, 10 AI agents, and 100 prompt codes for Claude Code โ€” browse, download, and launch AI tools

README

CLSkills

CLSkills โ€” 2,300+ Skills for Claude Code

Drop a .md file into ~/.claude/skills/ and Claude instantly becomes an expert.

GitHub StarsSkillsAgentsLicenseProduct HuntBrowse Skills ยท 10 AI Agents ยท 100 Prompt Codes ยท Launch Your Tool ยท Website

Claude Skills Hub on Product Hunt


What are Claude Code Skills?

Claude Code skills are .md instruction files that teach Claude Code exactly how to perform specific tasks โ€” with real commands, working code, and technology-specific pitfalls.

Without a skill, Claude gives you generic advice. With a skill, it gives you production-ready code.

# Install any skill in 2 seconds
mkdir -p ~/.claude/skills
curl -o ~/.claude/skills/docker-compose.md https://clskills.in/skills/docker/docker-compose.md
# Done. Claude Code now knows Docker Compose best practices.

What makes these skills different?

Most "AI prompts" are vague one-liners. Every skill here has:

  • Expert role โ€” not "you are a helpful assistant", but "you are a senior DevOps engineer"
  • Prerequisite checks โ€” what to verify before starting
  • Step-by-step instructions โ€” real commands, real API calls, not pseudocode
  • Working code โ€” 25-40 lines, copy-paste ready
  • Specific pitfalls โ€” things that actually go wrong with that exact technology
Example: Two Factor Auth skill
You are a security engineer implementing two-factor authentication.

## What to check first
- Verify speakeasy or otplib is installed: npm list speakeasy
- Confirm database has twoFactorSecret, twoFactorEnabled, backupCodes columns
- Check JWT secret or session store is configured

## Steps
1. Install packages: npm install speakeasy qrcode
2. Create 2FA setup endpoint using speakeasy.generateSecret() + qrcode.toDataURL()
3. Create verification endpoint with speakeasy.totp.verify()
4. Generate 8-10 backup codes, store hashed in database
5. Add 2FA check middleware on protected routes
6. Create backup code redemption endpoint
7. Add "remember this device" with 30-day cookie
8. Add disable 2FA endpoint requiring password + valid TOTP

## Code
[35 lines of working Express.js implementation]

## Pitfalls
- Never log TOTP secrets โ€” they're equivalent to passwords
- Always hash backup codes with bcrypt before storing
- Use 30-second window for TOTP verification, not 60

789 Skills across 71 Categories

Frontend: React, Vue, Angular, Svelte, Next.js, Tailwind, CSS Architecture

Backend: Node.js, Python, Go, Rust, Java, GraphQL, REST APIs, gRPC

DevOps: Docker, Kubernetes, CI/CD, Terraform, Ansible, Nginx

Cloud: AWS, GCP, Azure, Serverless, Edge Functions, CDN

Databases: PostgreSQL, MongoDB, Redis, Elasticsearch, Prisma, Drizzle

Testing: Unit, Integration, E2E, React Testing Library, Playwright, Jest

Security: Auth, OAuth, JWT, CORS, CSP, Pen Testing, Secrets Management

And more: AI/ML, Mobile, Desktop, CLI Tools, Browser Extensions, Web3, Payments, Email, PDF, Search, Monitoring, Architecture, Migration...

Browse all 71 categories โ†’


Quick Start

Use a skill (no install needed)

# 1. Create skills directory
mkdir -p ~/.claude/skills

# 2. Download any skill
curl -o ~/.claude/skills/react-testing.md https://clskills.in/skills/testing/react-testing.md

# 3. Use Claude Code as normal โ€” it automatically reads the skill
claude "write tests for my UserProfile component"

Run the website locally

git clone https://github.com/Samarth0211/claude-skills-hub.git
cd claude-skills-hub
npm install
npm run dev
# Open http://localhost:3000

Features

Feature Description
Fuzzy Search Find skills instantly with autocomplete
Command Palette Press Cmd+K to search from anywhere
One-Click Download Download .md files directly
Bulk Download Add to cart, download as ZIP
Collections 30 curated bundles (AI Engineer, DevOps, SaaS Starter, etc.)
Dark/Light Theme System-aware with manual toggle
Mobile Responsive Works on all devices
SEO Optimized Sitemap, JSON-LD, Open Graph
Community Submissions Submit your own skills

Tech Stack

Layer Technology
Framework Next.js (App Router)
Language TypeScript
Styling Tailwind CSS + shadcn/ui
Search Fuse.js
Animations Framer Motion
Email Resend
Downloads JSZip + FileSaver.js
Hosting Vercel

Contributing

We welcome contributions! Here's how:


Star History

If this project helps you, please star it โ€” it helps others discover it too.

Star History Chart


Author

Built by Samarth Bhamare โ€” AI Software Engineer building tools for developers.

GitHubLinkedInWebsite

License

MIT โ€” use it however you want.

Built for the Claude Code community

Release History

VersionChangesUrgencyDate
0.0.0No release found โ€” using repo HEADHigh4/8/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

claude-codex-settingsMy personal Claude Code and OpenAI Codex setup with battle-tested skills, commands, hooks, agents and MCP servers that I use daily.v2.3.0
cc-skillsClaude Code Skills Marketplace: plugins, skills for ADR-driven development, DevOps automation, ClickHouse management, semantic versioning, and productivity workflowsv14.0.0
nanoclawA lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directmain@2026-04-21
structured-prompt-skillโœ๏ธ Write effective AI prompts with this structured prompt engineering library and Claude Code skill, featuring 300+ curated examples for high-quality results.main@2026-04-21
awesome-claude-code-resources๐Ÿ”ฅ Discover essential Claude Code resources for better development practices and enhanced project outcomes. Join us in optimizing your coding journey!main@2026-04-21