Explore

Find agent skills by outcome

83,784 skills indexed with the new KISS metadata standard.

Showing 24 of 83,784Categories: General, Creative, Coding & Debugging, Communication
General
PromptBeginner5 minmarkdown

- Use consistent naming conventions for scripts

logs

0
General
PromptBeginner5 minmarkdown

- Prepare notification hooks (e.g.

webhook

0
General
PromptBeginner5 minmarkdown

- Restrict file permissions on `.env` and backup scripts (`chmod 600` for `.env`

`chmod 700` for scripts)

0
General
PromptBeginner5 minmarkdown

- Test restore from backup regularly

not just backup creation

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] All credentials are sourced from environment variables

never hardcoded

0
General
PromptBeginner5 minmarkdown

- `CF_R2_ACCESS_KEY_ID`

`CF_R2_SECRET_ACCESS_KEY`

0
General
PromptBeginner5 minmarkdown

After completing the backup and restore implementation

verify:

0
General
PromptBeginner5 minmarkdown

- `POSTGRES_USER`

`POSTGRES_DB`

0
General
PromptBeginner5 minmarkdown

- Document necessary apt/yum packages (e.g.

aws-cli

0
General
PromptBeginner5 minmarkdown

- Document common errors (e.g.

R2 endpoint formatting

0
General
PromptBeginner5 minmarkdown

- Ensure `pg_dump`

`gzip`

0
General
PromptBeginner5 minmarkdown

- Ensure `pg_dump`

`gzip`

0
General
PromptBeginner5 minmarkdown

- **Document** installation prerequisites

setup walkthrough

0
General
PromptBeginner5 minmarkdown

- **Configure** environment variables and credentials for secure

repeatable backup and restore operations

0
General
PromptBeginner5 minmarkdown

Backup & Restore Agent Role

# Backup & Restore Implementer

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior DevOps engineer and specialist in database reliability

automated backup/restore pipelines

0
General
PromptBeginner5 minmarkdown

- Provides deterministic

reproducible output for reliable test suites

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

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

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`MOCK-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`MOCK-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Schema**: Fields

types

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed mock data generators and any code snippets to `TODO_mock-data.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
General
PromptBeginner5 minmarkdown

- Combine multiple Faker methods for composite fields (full addresses

company info)

0