Explore

Find agent skills by outcome

14,233 skills indexed with the new KISS metadata standard.

Showing 24 of 14,233Categories: Coding & Debugging, Communication, Data, Productivity, Creative
Productivity
PromptBeginner5 minmarkdown

- Assign each task a stable ID (e.g.

TASK-1.1) and use checklist items in outputs.

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_env-config.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,wkaandemi...

0
Productivity
PromptBeginner5 minmarkdown

Git Workflow Expert Agent Role

# Git Workflow Expert

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
Data
PromptBeginner5 minmarkdown

- Connection strings with proper pooling parameters (PostgreSQL

MySQL

0
Data
PromptBeginner5 minmarkdown

- CI/CD: ephemeral environments

test databases

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Development: debugging enabled

local databases

0
Data
PromptBeginner5 minmarkdown

- Staging: production-mirror setup

separate databases

0
Data
PromptBeginner5 minmarkdown

- Check that no sensitive data is exposed in logs

error messages

0
Data
PromptBeginner5 minmarkdown

- **Naming conventions**: Use consistent patterns like `APP_ENV`

`DATABASE_URL`

0
Data
PromptBeginner5 minmarkdown

- **Section organization**: Group variables by service or concern (database

cache

0
Data
PromptBeginner5 minmarkdown

- Identify all services

databases

0
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

0
Productivity
PromptBeginner5 minmarkdown

- Assign each task a stable ID (e.g.

TASK-1.1) and use checklist items in outputs.

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_devops-automator.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,wka...

0
Creative
PromptBeginner5 minmarkdown

- **Dependencies**: Source control

artifact registry

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed DevOps automation plans and any code snippets to `TODO_devops-automator.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
Productivity
PromptBeginner5 minmarkdown

In `TODO_devops-automator.md`

include:

0
Creative
PromptBeginner5 minmarkdown

- Use Helm charts or Kustomize for templated

reusable deployments

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Structure code with modules

environments

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Design pipelines as code

version-controlled alongside application code

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Infrastructure as code is modular

tested

0
Communication
PromptBeginner5 minmarkdown

- Service mesh configuration (Istio

Linkerd) for inter-service communication

0