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.
Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.
claude mcp add claude-skill -- git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/claude-skills
Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.
Cas d'usage
Usages concrets : claude-skills
Get an architecture review before you commit to a stack
👤 Tech leads starting a new service⏱ ~30 minintermediate
Quand l'utiliser : You're about to pick a framework and database for a new product and want a sanity check.
Déroulement
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.✓ Copié
→ Comparison grounded in real tradeoffs from the respective skills
Probe risks
For the choice you'd recommend, what fails at 100k users?✓ Copié
→ Concrete scaling cliffs, not generic platitudes
Résultat : A decision doc with tradeoffs and scaling risks identified.
Pièges
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
Quand l'utiliser : Production is on fire and you need structured triage without panicking.
Déroulement
Open the incident
Use the incident-response skill. Symptoms: API 500s spiking in US-east, started 10 min ago.✓ Copié
→ Claude walks through structured diagnosis — triage tree, log queries, mitigation options
Follow-up postmortem
Now draft the postmortem template using what we learned.✓ Copié
→ Filled-in template with blameless framing
Résultat : Faster time-to-mitigate and a credible postmortem.
Pièges
Skill suggests generic mitigations without knowing your stack — Tell it your stack upfront — 'we're on AWS ECS + RDS Postgres'