Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
makfly avatar

Symfony:config Env Parameters Skill

  • 438 installs
  • 190 repo stars
  • Updated August 6, 2026
  • makfly/superpowers-symfony

symfony:config-env-parameters is a Claude Code skill that guides Symfony developers through .env files, parameters, secrets vault, and environment-specific configuration when binding services, DSNs, and feature flags acr

About

symfony:config-env-parameters is a Symfony Superpowers skill from makfly/superpowers-symfony that manages Symfony configuration with .env files, parameters, secrets vault, and environment-specific settings. The skill follows a checkpoint workflow: map current boundaries and coupling points, propose the smallest coherent config change, execute with validation at each stage, and document tradeoffs plus follow-up backlog items. It opens reference.md for deep guidance on Symfony's six-file .env hierarchy (.env, .env.local, .env.test, .env.test.local, .env.prod, .env.prod.local), DATABASE_URL and MAILER_DSN patterns, feature flags, and secrets handling. Developers reach for symfony:config-env-parameters when wiring new integrations, fixing environment mismatches, or hardening secrets across Symfony 7 projects inside the 44-skill superpowers-symfony plugin bundle.

  • .env parameter binding
  • secrets and DSN setup
  • env-specific config
  • service parameter injection
  • Symfony config hygiene

Symfony:Config Env Parameters by the numbers

  • 438 all-time installs (skills.sh)
  • Ranked #17 of 68 PHP & Laravel skills by installs in the Skillselion catalog
  • Data as of Aug 11, 2026 (Skillselion catalog sync)
npx skills add https://github.com/makfly/superpowers-symfony --skill symfonyconfig-env-parameters

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs438
repo stars190
Last updatedAugust 6, 2026
Repositorymakfly/superpowers-symfony

How do you manage Symfony env vars across environments?

Configure Symfony env vars, parameters, and secrets binding across dev, staging, and prod when wiring services, DSNs, and feature flags correctly.

Who is it for?

Symfony developers wiring DATABASE_URL, MAILER_DSN, API keys, and feature flags across multiple deployment environments.

Skip if: Developers not using Symfony or teams that only need one-off Docker Compose edits without Symfony parameter binding.

When should I use this skill?

A Symfony project needs .env, parameters, or secrets configured or debugged across dev, staging, and production.

What you get

Updated .env hierarchy, parameters.yaml bindings, secrets vault entries, and a checkpoint validation log with residual risks.

  • Updated .env files
  • parameters.yaml bindings
  • Checkpoint validation log

By the numbers

  • Documents a 6-file Symfony .env hierarchy with defined override order
  • Part of the superpowers-symfony bundle containing 44 Symfony expert skills

Files

SKILL.mdMarkdownGitHub ↗

Config Env Parameters (Symfony)

Use when

  • Refining architecture/workflows/context handling in Symfony projects.
  • Planning and executing medium/complex changes safely.

Default workflow

1. Establish current boundaries, constraints, and coupling points. 2. Propose smallest coherent architectural adjustment. 3. Execute in checkpoints with validation at each stage. 4. Summarize tradeoffs and follow-up backlog.

Guardrails

  • Use existing project patterns by default.
  • Avoid broad refactors without explicit need.
  • Keep decision log clear and auditable.

Progressive disclosure

  • Use this file for execution posture and risk controls.
  • Open references when deep implementation details are needed.

Output contract

  • Architecture/workflow changes.
  • Checkpoint validation outcomes.
  • Residual risks and next steps.

References

  • reference.md
  • docs/complexity-tiers.md

Related skills

How it compares

Pick symfony:config-env-parameters over generic env-var skills when you need Symfony-specific parameters.yaml, secrets vault, and multi-environment .env hierarchy—not just dotenv parsing.

FAQ

What Symfony env files does symfony:config-env-parameters cover?

symfony:config-env-parameters documents Symfony's six-file .env hierarchy: .env, .env.local, .env.test, .env.test.local, .env.prod, and .env.prod.local. Later files override earlier ones, with .env.local skipped in test environments.

When should I invoke symfony:config-env-parameters?

Invoke symfony:config-env-parameters when wiring DATABASE_URL, MAILER_DSN, Stripe keys, AWS credentials, or feature flags across Symfony dev, staging, and production. The skill proposes minimal config changes with checkpoint validation.

PHP & Laravelbackenddevops

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.