Real-world copilot-instructions.md files showing how dx-toolkit components combine for specific technology stacks.
Copy the example that matches your stack, paste it into your .github/copilot-instructions.md, and adjust to your project's needs.
| Example | Stack |
|---|---|
| Next.js + Supabase | Next.js 15, Supabase, Tailwind, Stripe |
| Phoenix LiveView | Elixir, Phoenix 1.8, LiveView, Ecto |
| Rails API | Ruby on Rails 8, PostgreSQL, Sidekiq |
| Go Microservice | Go 1.22+, gRPC, PostgreSQL, Docker |
- Pick the example closest to your stack
- Copy it to
.github/copilot-instructions.mdin your project - Remove sections that don't apply
- Add project-specific conventions
- The dx-toolkit agents, skills, and instructions will compose with your project config automatically