Explore

Find agent skills by outcome

15,528 skills indexed with the new KISS metadata standard.

Showing 24 of 15,528Categories: Productivity, Writing & Content, Coding & Debugging, Creative, Data
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
Creative
PromptBeginner5 minmarkdown

You are a senior repository workflow expert and specialist in coding agent instruction design

AGENTS.md authoring

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

- Never commit generated files

build artifacts

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

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

GitHub Flow

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