Explore

Find agent skills by outcome

10,101 skills indexed with the new KISS metadata standard.

Showing 24 of 10,101Categories: Data & Insights, Writing & Content, Productivity, Data, Coding & Debugging
Productivity
PromptBeginner5 minmarkdown

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

TASK-1.1) and use checklist items in outputs.

0
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

0
Writing & Content
PromptBeginner5 minmarkdown

Repository Workflow Editor Agent Role

# Repo Workflow Editor

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_git-workflow-expert.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,...

0
Productivity
PromptBeginner5 minmarkdown

In `TODO_git-workflow-expert.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed workflow changes and any code snippets to `TODO_git-workflow-expert.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
Writing & Content
PromptBeginner5 minmarkdown

- **Vague commit messages** (fix stuff

updates): Destroys the usefulness of git history

0
Writing & Content
PromptBeginner5 minmarkdown

- **Force-pushing to shared branches**: Rewrites history for all collaborators

causing lost work and confusion

0
Writing & Content
PromptBeginner5 minmarkdown

- Never rewrite history on shared branches (main

develop

0
Productivity
PromptBeginner5 minmarkdown

After completing Git workflow setup

verify:

0
Writing & Content
PromptBeginner5 minmarkdown

- Write conventional commit messages (`feat:`

`fix:`

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use merge tools (VS Code

IntelliJ

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

commit message validation

0
Writing & Content
PromptBeginner5 minmarkdown

- **Manage commit history** through interactive rebasing

squashing

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_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