setup-dev

Automate local Sentry development environment setup and troubleshooting.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/noma4i/sentry-selfhosted --skill setup-dev-noma4i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-dev
Source: https://github.com/noma4i/sentry-selfhosted/tree/main/source/sentry/.agents/skills/setup-dev
Command: npx skills add https://github.com/noma4i/sentry-selfhosted --skill setup-dev-noma4i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of setting up a local development environment for Sentry, reducing installation and configuration time.

Core Features & Use Cases

  • Environment Detection and Preparation: Checks current OS, shell, Docker runtime, and existing dependencies to determine setup status.
  • Prerequisite Installation: Guides installation of Xcode tools, Homebrew, Docker (OrbStack or Colima), and devenv.
  • Environment Bootstrap: Automates bootstrap process including installing necessary tools, cloning repos, and configuring shell environment.
  • Sync and Start Services: Handles synchronization of dependencies, database migrations, user creation, and starting essential containers and services.
  • Troubleshooting Assistance: Provides diagnostic instructions and fixes for common setup issues.

Quick Start

Run the skill to automatically prepare your system for Sentry development. It will detect existing configurations, install missing prerequisites, and set up Docker and environment dependencies.

Frequently Asked Questions about setup-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a local Sentry development environment?

Setting up a local Sentry development environment involves checking system prerequisites, installing Docker runtimes like OrbStack or Colima, cloning repositories, configuring shell environments, and synchronizing database migrations and service containers.

Can I use Docker with OrbStack or Colima for Sentry local setup?

Yes, Docker is supported for Sentry local setup using either OrbStack or Colima. The skill detects existing runtimes, installs missing Docker dependencies, and configures container management to run essential development services.

What prerequisites do I need to install before contributing to Sentry locally?

Prerequisites for local Sentry development include Xcode tools, Homebrew, a Docker runtime such as OrbStack or Colima, and devenv. The skill detects your OS and shell to install missing dependencies and prepare the bootstrap environment.

Why is my Sentry local setup not working after cloning the repository?

Sentry local setup may fail due to missing dependencies, incomplete database migrations, or unconfigured shell environments. The skill provides troubleshooting diagnostics and automates dependency synchronization and container startup to resolve common issues.

Does this Sentry setup automation handle database migrations and user creation?

Yes, the setup automation handles database migrations and user creation. It synchronizes dependencies, applies database migrations, creates users, and starts essential containers to ensure a fully operational local testing scenario.