/ Verzeichnis / Playground / claude-skills
● Community alirezarezvani ⚡ Sofort

claude-skills

von alirezarezvani · alirezarezvani/claude-skills

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.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

claude-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-skills",
        "~/.claude/skills/claude-skills"
      ],
      "_inferred": true
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-skills",
        "~/.claude/skills/claude-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-skills",
        "~/.claude/skills/claude-skills"
      ],
      "_inferred": true
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-skills",
        "~/.claude/skills/claude-skills"
      ],
      "_inferred": true
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/alirezarezvani/claude-skills",
        "~/.claude/skills/claude-skills"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/alirezarezvani/claude-skills",
          "~/.claude/skills/claude-skills"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add claude-skill -- git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/claude-skills

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: claude-skills

Get an architecture review before you commit to a stack

👤 Tech leads starting a new service ⏱ ~30 min intermediate

Wann einsetzen: You're about to pick a framework and database for a new product and want a sanity check.

Ablauf
  1. 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.✓ Kopiert
    → Comparison grounded in real tradeoffs from the respective skills
  2. Probe risks
    For the choice you'd recommend, what fails at 100k users?✓ Kopiert
    → Concrete scaling cliffs, not generic platitudes

Ergebnis: A decision doc with tradeoffs and scaling risks identified.

Fallstricke
  • 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 min advanced

Wann einsetzen: Production is on fire and you need structured triage without panicking.

Ablauf
  1. Open the incident
    Use the incident-response skill. Symptoms: API 500s spiking in US-east, started 10 min ago.✓ Kopiert
    → Claude walks through structured diagnosis — triage tree, log queries, mitigation options
  2. Follow-up postmortem
    Now draft the postmortem template using what we learned.✓ Kopiert
    → Filled-in template with blameless framing

Ergebnis: Faster time-to-mitigate and a credible postmortem.

Fallstricke
  • Skill suggests generic mitigations without knowing your stack — Tell it your stack upfront — 'we're on AWS ECS + RDS Postgres'
Kombinieren mit: aws · sentry

Use the CTO skill to pressure-test a board deck

👤 Founders and CTOs prepping for fundraising ⏱ ~45 min advanced

Wann einsetzen: You have the tech section of a deck and want senior-CTO red team feedback.

Ablauf
  1. Share the slides
    Use the CTO advisory skill. Here's our tech architecture slide — what would a skeptical board member ask?✓ Kopiert
    → Specific, pointed questions tied to slide content
  2. Prep answers
    For each question, draft a crisp answer with data we'd need to back it up.✓ Kopiert
    → Prep notes you can actually rehearse

Ergebnis: A rehearsed Q&A for the tech portion of your board meeting.

Fallstricke
  • Questions feel generic — Feed in your actual architecture docs, not just the deck summary

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

claude-skill + github

Engineering skills suggest the change; GitHub MCP opens the PR

Use the backend skill to design the refactor, then open a PR in our repo with the plan as the description.✓ Kopiert
claude-skill + filesystem

Skills produce docs; filesystem stores them in the repo

Save the architecture review output to docs/architecture/ and create a README index.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
Engineering skills technical question or design brief Backend, frontend, DevOps, security work 0
Marketing skills campaign or content brief Content, SEO, CRO, growth work 0
C-Level advisory skills strategic question Board, fundraising, executive hiring 0
POWERFUL Tier skills complex scenario (RAG, DB, incident) When a basic skill isn't enough 0
Regulatory/quality skills compliance question Regulated industries 0

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None
Tokens pro Aufruf
Varies wildly by skill; big skills load 5-15k tokens of references
Kosten in €
Free — skills are local
Tipp
The library is too big to let Claude browse freely. Name the skill or domain in the prompt.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials — skill is prompts
Datenabfluss: None from the skill itself

Fehlerbehebung

Häufige Fehler und Lösungen

Claude picks the wrong skill for a task

Reference by domain: 'use the marketing > SEO skill'. With 235+ skills, auto-routing is fuzzy.

SKILL.md loads are too large

Pin to one skill at a time; don't try to load multiple domains in one prompt.

Python CLI helpers not found

Some skills require optional Python utils — check the skill's setup section.

Prüfen: ls ~/.claude/skills/claude-skills/<skill>/scripts/

Alternativen

claude-skills vs. andere

AlternativeWann stattdessenKompromiss
claude-skill-2 (Jeffallan)You only want full-stack dev (66 skills), not marketing/complianceNarrower, less overwhelming
awesome-claude-skillYou want to browse skills, not install a mega-bundleDirectory vs installable pack
Single-purpose skills (terraform, playwright, tutor)You have one specific problemSharper focus

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen