setup-dev

Automate local Sentry development environment setup across macOS runtimes.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Harigithub11/sentry --skill setup-dev-harigithub11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-dev
Source: https://github.com/Harigithub11/sentry/tree/main/.agents/skills/setup-dev
Command: npx skills add https://github.com/Harigithub11/sentry --skill setup-dev-harigithub11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the setup and ongoing maintenance of a local Sentry development environment, reducing manual configuration and setup time from hours to minutes.

Core Features & Use Cases

  • Automates prereq checks (OS, shell, Docker runtime) and installs devenv.
  • Guides bootstrap, syncing dependencies, and starting dev services for a consistent local environment.
  • Use case: a new contributor can get a fully functioning dev environment with a single workflow, decreasing onboarding time.

Quick Start

Run devenv bootstrap to set up prerequisites, then run devenv sync to install dependencies and seed data, and finally start the dev server with devservices serve.

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 on macOS?

Setting up a local Sentry development environment on macOS is automated by this Skill through OS checks, prerequisite installation, dependency synchronization, data seeding, and dev server launch.

Does the Sentry dev environment setup work with both Colima and OrbStack?

Yes, the Sentry dev environment setup works with both Colima and OrbStack. The Skill validates Docker runtime availability and orchestrates development services across either of these macOS runtimes.

What prerequisites do I need to install before bootstrapping the Sentry dev environment?

Before bootstrapping the Sentry dev environment, you need macOS with a Docker runtime like Colima or OrbStack. The Skill validates Docker runtime availability and automatically installs devenv.

How do I bootstrap dependencies and seed data for Sentry development?

To bootstrap dependencies and seed data for Sentry development, you run devenv sync. This step installs required dependencies and seeds data, preparing the local environment for the dev server.

Why is my Sentry dev environment setup failing during Docker runtime validation?

Sentry dev environment setup fails during Docker runtime validation when Colima or OrbStack is not installed or running. The Skill enforces a multi-step process requiring an active Docker runtime to bootstrap successfully.

What is the best way to automate Sentry dev services orchestration locally?

The best way to automate Sentry dev services orchestration locally is using this Skill's devenv workflow. It handles end-to-end setup from prerequisite checks to launching devservices, reducing manual configuration time.