What problem does it solve?
This Skill streamlines creating the correct Doppler project and environment configs when you add a new app or service to the monorepo.
Core Features & Use Cases
- Create a new Doppler project for the new app/service and register it in the repo’s doppler.yaml with the proper path.
- Wire config inheritance from _shared so the new project inherits the standard secrets, behavior, and environment setup.
- Add per-user development configs and minimal app-local secrets, ensuring dev and production templates are consistent while keeping app-local overrides small.
- Use safe environment defaults, including disabling Personal Configs on the dev environment to avoid creating dev_personal configs.
Quick Start
Add the app/service folder as <repo-path> and run: Create the Doppler project, create inherited configs (dev_jonas, dev_misha, dev_rahul, preview_2..preview_9, prd), set APP_CONFIG to {} for dev and prd, then register the project in doppler.yaml using the same slug and path.