/ Diretório / Playground / claude-skills
● Comunidade alirezarezvani ⚡ Instantâneo

claude-skills

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

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

claude-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: claude-skills

Get an architecture review before you commit to a stack

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

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

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

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

Armadilhas
  • 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

Quando usar: Production is on fire and you need structured triage without panicking.

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

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

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

Use the CTO skill to pressure-test a board deck

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

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

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

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

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

Combinações

Combine com outros MCPs para 10× de alavancagem

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.✓ Copiado
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.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
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

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
Varies wildly by skill; big skills load 5-15k tokens of references
Monetário
Free — skills are local
Dica
The library is too big to let Claude browse freely. Name the skill or domain in the prompt.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: No credentials — skill is prompts
Saída de dados: None from the skill itself

Solução de problemas

Erros comuns e correções

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.

Verificar: ls ~/.claude/skills/claude-skills/<skill>/scripts/

Alternativas

claude-skills vs. outros

AlternativaQuando usarTroca
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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills