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.
Adicione em context_servers. Zed recarrega automaticamente ao salvar.
claude mcp add claude-skill -- git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/claude-skills
Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.
Casos de uso
Usos do mundo real: claude-skills
Get an architecture review before you commit to a stack
👤 Tech leads starting a new service⏱ ~30 minintermediate
Quando usar: You're about to pick a framework and database for a new product and want a sanity check.
Fluxo
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.✓ Copiado
→ Comparison grounded in real tradeoffs from the respective skills
Probe risks
For the choice you'd recommend, what fails at 100k users?✓ Copiado
→ Concrete scaling cliffs, not generic platitudes
Resultado: A decision doc with tradeoffs and scaling risks identified.
Armadilhas
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
Quando usar: Production is on fire and you need structured triage without panicking.
Fluxo
Open the incident
Use the incident-response skill. Symptoms: API 500s spiking in US-east, started 10 min ago.✓ Copiado
→ Claude walks through structured diagnosis — triage tree, log queries, mitigation options
Follow-up postmortem
Now draft the postmortem template using what we learned.✓ Copiado
→ Filled-in template with blameless framing
Resultado: Faster time-to-mitigate and a credible postmortem.
Armadilhas
Skill suggests generic mitigations without knowing your stack — Tell it your stack upfront — 'we're on AWS ECS + RDS Postgres'