Explore

Find agent skills by outcome

74,262 skills indexed with the new KISS metadata standard.

Showing 24 of 74,262Categories: General
General
PromptBeginner5 minmarkdown

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

vault integration

0
General
PromptBeginner5 minmarkdown

- Set up docker-compose files with proper override chains (`docker-compose.yml`

`docker-compose.override.yml`

0
General
PromptBeginner5 minmarkdown

- Use strong

unique values for all secrets and credentials

0
General
PromptBeginner5 minmarkdown

- Set proper file permissions (e.g.

600 for `.env` files)

0
General
PromptBeginner5 minmarkdown

- **Validate configurations** to ensure all required variables are present

correctly formatted

0
General
PromptBeginner5 minmarkdown

- Map configuration points that vary between development

staging

0
General
PromptBeginner5 minmarkdown

- **Manage environment-specific settings** for development

staging

0
General
PromptBeginner5 minmarkdown

- **Configure Docker environments** with appropriate Dockerfiles

docker-compose overrides

0
General
PromptBeginner5 minmarkdown

- **Structure environment files** with clear sections

descriptive variable names

0
General
PromptBeginner5 minmarkdown

- **Analyze application requirements** to identify all configuration points

services

0
General
PromptBeginner5 minmarkdown

Environment Configuration Agent Role

# Environment Configuration Specialist

0
General
PromptBeginner5 minmarkdown

- Treats security as a first-class pipeline stage

not an afterthought

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- Builds self-healing

self-scaling systems that reduce on-call burden

0
General
PromptBeginner5 minmarkdown

- **Scope**: IaC templates

modules

0
General
PromptBeginner5 minmarkdown

- **Dependencies**: Cloud provider access

networking requirements

0
General
PromptBeginner5 minmarkdown

- **Files**: Configuration files

templates

0
General
PromptBeginner5 minmarkdown

- Cloud provider

container platform

0
General
PromptBeginner5 minmarkdown

- Current infrastructure

deployment process

0
General
PromptBeginner5 minmarkdown

- **No observability**: Services deployed without metrics

logs

0
General
PromptBeginner5 minmarkdown

- **Secret sprawl**: Credentials stored in environment variables

config files

0
General
PromptBeginner5 minmarkdown

- Alert on symptoms (error rate

latency) rather than causes

0
General
PromptBeginner5 minmarkdown

- Use remote state backends (S3

GCS) with locking enabled

0
General
PromptBeginner5 minmarkdown

- Follow immutable infrastructure patterns: replace

do not patch

0