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

claude-skills

por Jeffallan · Jeffallan/claude-skills

66 full-stack developer skills across 12 categories — auto-loads the right reference when you ask about NestJS JWT, React hooks, or Postgres indexes.

A focused skill library for full-stack developers. 66 SKILL.md bundles cover languages, backend and frontend frameworks (NestJS, React, etc.), infrastructure, APIs, testing, DevOps, security, data/ML, and platform-specific patterns. Contextual activation means mentioning a specific stack auto-pulls the relevant reference.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

claude-skill-2.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-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Jeffallan/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-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Jeffallan/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-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Jeffallan/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-2": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Jeffallan/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-2",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Jeffallan/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-2": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Jeffallan/claude-skills",
          "~/.claude/skills/claude-skills"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-skill-2 -- git clone https://github.com/Jeffallan/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

Implement JWT auth in NestJS the idiomatic way

👤 Backend engineers working in NestJS ⏱ ~40 min intermediate

Quando usar: You need JWT with refresh tokens and don't want to wire up the passport modules from scratch.

Pré-requisitos
  • NestJS project — nest new my-app
Fluxo
  1. Request the implementation
    Use the NestJS skill. Add JWT auth with refresh tokens to this project.✓ Copiado
    → Claude loads the NestJS reference and produces idiomatic module structure (AuthModule, JwtStrategy, guards)
  2. Add tests
    Now add e2e tests for the auth endpoints using the testing skill.✓ Copiado
    → Jest + supertest test files following NestJS conventions

Resultado: Production-pattern JWT auth with tests.

Armadilhas
  • Claude mixes NestJS decorators with Express middleware patterns — Insist on 'NestJS idioms only — no raw Express'
Combine com: github

Diagnose a React perf regression

👤 Frontend engineers ⏱ ~30 min intermediate

Quando usar: A page that was snappy is now janky and React DevTools shows too many re-renders.

Fluxo
  1. Share the suspect component
    Use the React skill. Here's the component tree [paste]. Identify why Settings.tsx re-renders on every keystroke.✓ Copiado
    → Concrete diagnosis (context provider wrap, unmemoized object prop, etc.) with the fix
  2. Apply + measure
    Apply the fix and walk me through how to verify in DevTools.✓ Copiado
    → Specific profiler steps

Resultado: A fixed render regression with a reproducible verification.

Armadilhas
  • Wrapping everything in memo/useCallback without measuring — The skill explicitly pushes measure-first
Combine com: chrome-devtools

Combinações

Combine com outros MCPs para 10× de alavancagem

claude-skill-2 + github

Skill writes code; GitHub MCP opens the PR

Implement the NestJS auth module, then open a PR with the changes.✓ Copiado
claude-skill-2 + playwright-skill

Frontend skill builds the UI; Playwright skill tests the happy path

Build the new form, then use playwright-skill to write a browser test that submits it.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
Backend framework skills (NestJS, etc.) feature request Backend work in a supported framework 0
Frontend framework skills (React, etc.) UI task Frontend feature work 0
Testing skills code to test Adding or fixing test coverage 0
DevOps / infra skills deployment context Deployment and ops work 0
Security skills code or flow to review Security-sensitive code paths 0

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
2-6k per skill reference loaded
Monetário
Free — skills are local
Dica
Name the stack in the prompt to load only the relevant skill.

Segurança

Permissões, segredos, alcance

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

Solução de problemas

Erros comuns e correções

Wrong framework's patterns applied

Name the framework explicitly in the prompt.

Skill not auto-loading on a relevant question

Mention the framework or category — auto-routing across 66 skills is fuzzy.

Alternativas

claude-skills vs. outros

AlternativaQuando usarTroca
claude-skill (alirezarezvani)You want PM, marketing, and compliance alongside engineeringBroader but noisier for pure dev work
Framework-specific skills (convexskills, terraform-skill)You only work in one stackDeeper in one area, no breadth

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills