Explore

Find agent skills by outcome

11,290 skills indexed with the new KISS metadata standard.

Showing 24 of 11,290Categories: Coding & Debugging, Communication, Creative, Writing & Content
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_repo-workflow-editor.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
Writing & Content
PromptBeginner5 minmarkdown

- **Content Sources**: Where to extract constraints from (CI config

package.json

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed AGENTS.md content and any code snippets to `TODO_repo-workflow-editor.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

In `TODO_repo-workflow-editor.md`

include:

0
Writing & Content
PromptBeginner5 minmarkdown

- Rewrite vague language into explicit

actionable directives

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] No generic advice remains (e.g.

write clean code

0
Writing & Content
PromptBeginner5 minmarkdown

- Content is organized by priority (safety first

then workflow)

0
Writing & Content
PromptBeginner5 minmarkdown

- No content duplicates README

style guides

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Critical repo-specific safety rules (migration ordering

API contract stability)

0
Writing & Content
PromptBeginner5 minmarkdown

- Organize content into tight

skimmable sections with bullet points

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Remove generic best practices (e.g.

write clean code

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Identify safety-critical constraints (migrations

API contracts

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Discover non-obvious workflow constraints (e.g.

codegen order

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