/ Annuaire / Playground / claude-skills
● Communauté alirezarezvani ⚡ Instantané

claude-skills

par 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.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

claude-skill.replay ▶ prêt
0/0

Installer

Choisissez votre 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
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la 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
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

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 min intermediate

Quand l'utiliser : You're about to pick a framework and database for a new product and want a sanity check.

Déroulement
  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.✓ Copié
    → Comparison grounded in real tradeoffs from the respective skills
  2. 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 min advanced

Quand l'utiliser : Production is on fire and you need structured triage without panicking.

Déroulement
  1. 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
  2. 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'
Combiner avec : aws · sentry

Use the CTO skill to pressure-test a board deck

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

Quand l'utiliser : You have the tech section of a deck and want senior-CTO red team feedback.

Déroulement
  1. Share the slides
    Use the CTO advisory skill. Here's our tech architecture slide — what would a skeptical board member ask?✓ Copié
    → 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.✓ Copié
    → Prep notes you can actually rehearse

Résultat : A rehearsed Q&A for the tech portion of your board meeting.

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

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

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.✓ Copié
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.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
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

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
Varies wildly by skill; big skills load 5-15k tokens of references
Monétaire
Free — skills are local
Astuce
The library is too big to let Claude browse freely. Name the skill or domain in the prompt.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : No credentials — skill is prompts
Sortie de données : None from the skill itself

Dépannage

Erreurs courantes et correctifs

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.

Vérifier : ls ~/.claude/skills/claude-skills/<skill>/scripts/

Alternatives

claude-skills vs autres

AlternativeQuand l'utiliserCompromis
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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills