/ Directorio / Playground / Sentry Agent Skills
● Oficial getsentry ⚡ Instantáneo

Sentry Agent Skills

por getsentry · getsentry/skills

Skills used by the Sentry team - SDK setup, error tracking integration, and release workflows.

Sentry Agent Skills is a Claude Code/agent skill by getsentry. Skills used by the Sentry team - SDK setup, error tracking integration, and release workflows. See the source repo for setup, supported clients, and configuration details.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

sentry-agent-skills.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "sentry-agent-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/getsentry/skills",
        "~/.claude/skills/sentry-agent-skills"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "sentry-agent-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/getsentry/skills",
        "~/.claude/skills/sentry-agent-skills"
      ],
      "_inferred": true
    }
  }
}

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": {
    "sentry-agent-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/getsentry/skills",
        "~/.claude/skills/sentry-agent-skills"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sentry-agent-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/getsentry/skills",
        "~/.claude/skills/sentry-agent-skills"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

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

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

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

claude mcp add sentry-agent-skills -- git clone https://github.com/getsentry/skills ~/.claude/skills/sentry-agent-skills

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

Casos de uso

Usos del mundo real: Sentry Agent Skills

Use Sentry Agent Skills for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Cuándo usarlo: You need the capability: Skills used by the Sentry team - SDK setup, error tracking integration, and release workflows.

Requisitos previos
  • Skill installed — git clone https://github.com/getsentry/skills ~/.claude/skills/sentry-agent-skills
Flujo
  1. Install
    Install Sentry Agent Skills following the README at https://github.com/getsentry/skills✓ Copiado
    → Skill appears in your client's available tools/skills
  2. Invoke
    Use Sentry Agent Skills to complete the task described in its docs.✓ Copiado
    → Agent calls the relevant tool/skill and returns a result

Resultado: Working integration with the capabilities advertised by the project.

Errores comunes
  • README is the source of truth; details here may lag upstream — Check https://github.com/getsentry/skills for the latest setup steps and tool list

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills