/ Diretório / Playground / Security Skills (Phoenix)
● Comunidade Phoenix Security ⚡ Instantâneo

Security Skills (Phoenix)

por Phoenix Security · Security-Phoenix-demo/security-skills-claude-code

Curated security skills, plugins, and automation pipelines for DevSecOps with Claude Code.

Curated security skills, plugins, and automation pipelines for DevSecOps with Claude Code.

Demo ao vivo

Como fica na prática

security-skills-phoenix.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "security-skills-phoenix": {
      "command": "npx",
      "args": [
        "-y",
        "security-skills-phoenix"
      ]
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "security-skills-phoenix": {
      "command": "npx",
      "args": [
        "-y",
        "security-skills-phoenix"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "security-skills-phoenix": {
      "command": "npx",
      "args": [
        "-y",
        "security-skills-phoenix"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "security-skills-phoenix": {
      "command": "npx",
      "args": [
        "-y",
        "security-skills-phoenix"
      ]
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "security-skills-phoenix",
      "command": "npx",
      "args": [
        "-y",
        "security-skills-phoenix"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "security-skills-phoenix": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "security-skills-phoenix"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add security-skills-phoenix -- npx -y security-skills-phoenix

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

Casos de uso

Usos do mundo real: Security Skills (Phoenix)

Get started with Security Skills (Phoenix)

Quando usar: When you want to bring Security Skills (Phoenix) into your Claude workflow.

Fluxo
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Security Skills (Phoenix) to help me with a task.✓ Copiado

Resultado: Claude can interact with Security Skills (Phoenix) directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills