/ Directorio / Playground / Security Skills (Phoenix)
● Comunidad 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 en vivo

Cómo se ve en la práctica

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

Instalar

Elige tu 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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Security Skills (Phoenix)

Get started with Security Skills (Phoenix)

Cuándo usarlo: When you want to bring Security Skills (Phoenix) into your Claude workflow.

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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills