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
한 줄 명령. 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'