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.
Добавьте в context_servers. Zed перезагружается автоматически.
claude mcp add claude-skill -- git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/claude-skills
Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.
Сценарии использования
Реальные сценарии: claude-skills
Get an architecture review before you commit to a stack
👤 Tech leads starting a new service⏱ ~30 minintermediate
Когда использовать: You're about to pick a framework and database for a new product and want a sanity check.
Поток
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.✓ Скопировано
→ Comparison grounded in real tradeoffs from the respective skills
Probe risks
For the choice you'd recommend, what fails at 100k users?✓ Скопировано
→ Concrete scaling cliffs, not generic platitudes
Итог: A decision doc with tradeoffs and scaling risks identified.
Подводные камни
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
Когда использовать: Production is on fire and you need structured triage without panicking.
Поток
Open the incident
Use the incident-response skill. Symptoms: API 500s spiking in US-east, started 10 min ago.✓ Скопировано
→ Claude walks through structured diagnosis — triage tree, log queries, mitigation options
Follow-up postmortem
Now draft the postmortem template using what we learned.✓ Скопировано
→ Filled-in template with blameless framing
Итог: Faster time-to-mitigate and a credible postmortem.
Подводные камни
Skill suggests generic mitigations without knowing your stack — Tell it your stack upfront — 'we're on AWS ECS + RDS Postgres'