What problem does it solve?
This Skill removes the repetitive, error-prone setup work of creating a new Phoenix project by generating a consistent, production-minded baseline with database, quality gates, testing, and essential integrations in one go.
Core Features & Use Cases
- Phoenix app creation or detection: Detects an existing Phoenix app (via mix.exs) and skips recreation while continuing with dependency and configuration updates.
- Production-grade dependency and tooling setup: Pins Phoenix (1.8+), Ecto/PostgreSQL with binary_id, and configures quality tooling (Credo, ExDNA, ExSlop, Doctor, Dialyxir, Sobelow) plus background jobs (Oban) and HTTP via Req.
- Operational readiness configuration: Adds environment loading with Dotenvy, Sentry error tracking (logger handler, plug context, LiveView hook), and Tidewave integration for agent workflows.
Quick Start
Install the skill in your workspace by running: npx skills add agoodway/GoodSkills --skill bootstrap-phoenix.