Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Standardized guidelines and patterns for Frontend Delivery Env Management.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -29% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -21% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 29% | 0% |
bash# .env.local (not committed) VITE_API_URL=http://localhost:3000 # .env.production VITE_API_URL=https://api.example.com
typescriptconst apiUrl = import.meta.env.VITE_API_URL;
typescriptconst requiredEnvVars = ['VITE_API_URL']; requiredEnvVars.forEach(key => { if (!import.meta.env[key]) { throw new Error(`Missing env var: ${key}`); } });
Other measured skills in the registry, with their headline benchmark lift.