AgentSkillsCN

env-patterns

环境/配置约定(环境变量、默认值、校验、CI与本地差异)。在添加配置或诊断与环境相关的故障时使用。

SKILL.md
--- frontmatter
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).