Explore

Find agent skills by outcome

86,351 skills indexed with the new KISS metadata standard.

Showing 24 of 86,351Categories: Data, Cursor-rules, General, Creative, Coding & Debugging
General
PromptBeginner5 minmarkdown

- Implement Git Flow (feature

develop

0
General
PromptBeginner5 minmarkdown

- **Outline steps**: Break complex operations into smaller

safer increments

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use merge tools (VS Code

IntelliJ

0
General
PromptBeginner5 minmarkdown

- **Create meaningful commits** following conventional commit standards with atomic

logical

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Implement git hooks** for automated code quality checks

commit message validation

0
General
PromptBeginner5 minmarkdown

- **Recover from mistakes** using reflog

backup branches

0
Creative
PromptBeginner5 minmarkdown

- **Design branching strategies** recommending appropriate models (Git Flow

GitHub Flow

0
General
PromptBeginner5 minmarkdown

- **Resolve merge conflicts** by analyzing conflicting changes

understanding intent on each side

0
General
PromptBeginner5 minmarkdown

You are a senior version control expert and specialist in Git internals

branching strategies

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

- Use validated

typed configuration objects rather than raw string lookups

0
General
PromptBeginner5 minmarkdown

- [ ] Security best practices are applied (permissions

encryption

0
General
PromptBeginner5 minmarkdown

- Keep secrets out of version control

logs

0
General
PromptBeginner5 minmarkdown

- [ ] All sensitive values use placeholder tokens

not real credentials

0
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