/ Annuaire / Playground / Sentry Agent Skills
● Officiel getsentry ⚡ Instantané

Sentry Agent Skills

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

sentry-agent-skills.replay ▶ prêt
0/0

Installer

Choisissez votre client

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Sentry Agent Skills

Use Sentry Agent Skills for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Quand l'utiliser : You need the capability: Skills used by the Sentry team - SDK setup, error tracking integration, and release workflows.

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

Résultat : Working integration with the capabilities advertised by the project.

Pièges
  • 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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills