Explore

Find agent skills by outcome

79,389 skills indexed with the new KISS metadata standard.

Showing 24 of 79,389Categories: Data & Insights, Education, Coding & Debugging, General
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`ENV-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`ENV-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- Target environments (development

staging

0
General
PromptBeginner5 minmarkdown

In `TODO_env-config.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed configurations and any code snippets to `TODO_env-config.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
Coding & Debugging
PromptBeginner5 minmarkdown

### Python (python-dotenv

pydantic-settings)

0
General
PromptBeginner5 minmarkdown

### Docker (Compose

Swarm

0
General
PromptBeginner5 minmarkdown

- Use `dotenv-flow` for environment-specific file loading (`.env.local`

`.env.production`)

0
General
PromptBeginner5 minmarkdown

- Create a typed config module that exports validated

typed configuration objects

0
General
PromptBeginner5 minmarkdown

### Node.js (dotenv

envalid

0
General
PromptBeginner5 minmarkdown

- Never log environment variable values

only their keys

0
General
PromptBeginner5 minmarkdown

- Include units in variable names where applicable (e.g.

`TIMEOUT_MS`

0
General
PromptBeginner5 minmarkdown

After completing environment configuration

verify:

0
General
PromptBeginner5 minmarkdown

- Prefix variables with service or domain identifiers (e.g.

`DB_`

0
General
PromptBeginner5 minmarkdown

- Application port

host

0
General
PromptBeginner5 minmarkdown

- CDN and asset storage configuration (S3

CloudFront)

0
General
PromptBeginner5 minmarkdown

- Message queue connection parameters (RabbitMQ

Kafka)

0
General
PromptBeginner5 minmarkdown

- Production: performance-optimized

hardened security

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Development: debugging enabled

local databases

0
General
PromptBeginner5 minmarkdown

- Implementing secret storage solutions (HashiCorp Vault

AWS Secrets Manager

0
General
PromptBeginner5 minmarkdown

- Structuring `.env`

`.env.example`

0
General
PromptBeginner5 minmarkdown

- Set up networking

port mappings

0
General
PromptBeginner5 minmarkdown

- Suggest encryption for highly sensitive values (e.g.

vault integration

0