Claude Code Plugins

Community-maintained marketplace

Feedback

env-patterns

@Anveio/conveaux
0
0

Environment/config conventions (env vars, defaults, validation, CI/local differences). Use when adding config or diagnosing env-related failures.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name env-patterns
description Environment/config conventions (env vars, defaults, validation, CI/local differences). Use when adding config or diagnosing env-related failures.

Env Patterns

When to use

Use this when the task mentions:

  • environment variables, config loading, .env, defaults
  • “works locally but not in CI”
  • AWS env vars (AWS_REGION, AWS_PROFILE) or other runtime configuration

Canonical repo doc

Read your repo’s environment/config conventions doc (commonly docs/env-patterns.md).