Explore

Find agent skills by outcome

97,761 skills indexed with the new KISS metadata standard.

Showing 24 of 97,761Categories: Data & Insights, Creative, General, Coding & Debugging, Productivity
Coding & Debugging
PromptBeginner5 minmarkdown

- Examine control flow for unreachable code

dead branches

0
Productivity
PromptBeginner5 minmarkdown

- **Evaluate** state machine fragility in agent definitions

workflow orchestrators

0
General
PromptBeginner5 minmarkdown

- **Predict** runtime failures by tracing execution paths through error-prone patterns

resource exhaustion scenarios

0
General
PromptBeginner5 minmarkdown

- **Detect** race conditions

deadlocks

0
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
Coding & Debugging
PromptBeginner5 minmarkdown

- **Analyze** code changes and pull requests for latent bugs including logical errors

off-by-one faults

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior reliability engineer and specialist in defect prediction

runtime failure analysis

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_ts-type-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,wkaan...

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- [ ] Invalid usage patterns produce clear

actionable compile-time errors.

0
General
PromptBeginner5 minmarkdown

- **Definition**: The type

interface

0
General
PromptBeginner5 minmarkdown

- **Scope**: Which interfaces

functions

0
General
PromptBeginner5 minmarkdown

In `TODO_ts-type-expert.md`

include:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed type definitions and any code snippets to `TODO_ts-type-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
General
PromptBeginner5 minmarkdown

- Use key remapping (as) to rename

filter

0
Creative
PromptBeginner5 minmarkdown

- Create utility types like DeepPartial

DeepReadonly for recursive property modification.

0
General
PromptBeginner5 minmarkdown

- Always use a literal type discriminant property (kind

type

0
General
PromptBeginner5 minmarkdown

- Apply modifiers (+readonly

-optional) to transform property attributes systematically.

0
Creative
PromptBeginner5 minmarkdown

- Leverage built-in utility types (Partial

Required

0
General
PromptBeginner5 minmarkdown

After adding types

verify:

0
General
PromptBeginner5 minmarkdown

- Recursive types for tree structures

nested objects

0
General
PromptBeginner5 minmarkdown

- Confirm that invalid usage patterns now produce clear

actionable compile errors.

0
General
PromptBeginner5 minmarkdown

- Choose between interfaces (object shapes) and type aliases (unions

intersections

0