235+ production-ready skills across engineering, product, marketing, compliance, and C-level advisory — a full-stack team in one clone.
A huge curated library of Agent Skills spanning 9 domains: Engineering (82 skills), Marketing (44), C-Level Advisory (34), Product (16), Regulatory/Quality (14), PM (9), and more. A POWERFUL Tier of 25 skills adds production-grade workflows like RAG pipelines, DB design, and incident response. Works across Claude Code, Codex, Gemini CLI, Cursor, and 8 others.
claude mcp add claude-skill -- git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/claude-skills
One-liner. Verify with claude mcp list. Remove with claude mcp remove.
Use Cases
Real-world ways to use claude-skills
Get an architecture review before you commit to a stack
👤 Tech leads starting a new service⏱ ~30 minintermediate
When to use: You're about to pick a framework and database for a new product and want a sanity check.
Flow
Describe the service
Use the engineering skills. We need a real-time collab API — 10k concurrent users, document sync, presence. Compare Node+WebSocket vs Elixir+Phoenix vs Go+gRPC.✓ Copied
→ Comparison grounded in real tradeoffs from the respective skills
Probe risks
For the choice you'd recommend, what fails at 100k users?✓ Copied
→ Concrete scaling cliffs, not generic platitudes
Outcome: A decision doc with tradeoffs and scaling risks identified.
Pitfalls
Skill over-recommends the framework it has the deepest skill for — Ask it to explicitly state why NOT each option
Run an incident response playbook for a production outage
👤 On-call engineers during a live incident⏱ ~15 minadvanced
When to use: Production is on fire and you need structured triage without panicking.
Flow
Open the incident
Use the incident-response skill. Symptoms: API 500s spiking in US-east, started 10 min ago.✓ Copied
→ Claude walks through structured diagnosis — triage tree, log queries, mitigation options
Follow-up postmortem
Now draft the postmortem template using what we learned.✓ Copied
→ Filled-in template with blameless framing
Outcome: Faster time-to-mitigate and a credible postmortem.
Pitfalls
Skill suggests generic mitigations without knowing your stack — Tell it your stack upfront — 'we're on AWS ECS + RDS Postgres'