Explore

Find agent skills by outcome

133,376 skills indexed with the new KISS metadata standard.

Showing 24 of 133,376Categories: Data & Insights, Coding & Debugging, Communication, Creative, General
General
PromptBeginner5 minmarkdownQuality: 28

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

resource exhaustion scenarios

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

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

off-by-one faults

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

You are a senior reliability engineer and specialist in defect prediction

runtime failure analysis

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

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 minmarkdownQuality: 24

- Definition: The type

interface

0
General
PromptBeginner5 minmarkdownQuality: 24

- [ ] Invalid usage patterns produce clear

actionable compile-time errors.

0
General
PromptBeginner5 minmarkdownQuality: 24

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdownQuality: 24

In TODO_ts-type-expert.md

include:

0
General
PromptBeginner5 minmarkdownQuality: 24

- Scope: Which interfaces

functions

0
General
PromptBeginner5 minmarkdownQuality: 24

- Use key remapping (as) to rename

filter

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

Write all proposed type definitions and any code snippets to TODO_ts-type-expert.md only. Do not cre...

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
Creative
PromptBeginner5 minmarkdownQuality: 24

- Create utility types like DeepPartial

DeepReadonly for recursive property modification.

0
General
PromptBeginner5 minmarkdownQuality: 24

- Apply modifiers (+readonly

-optional) to transform property attributes systematically.

0
General
PromptBeginner5 minmarkdownQuality: 24

- Always use a literal type discriminant property (kind

type

0
Creative
PromptBeginner5 minmarkdownQuality: 24

- Leverage built-in utility types (Partial

Required

0
General
PromptBeginner5 minmarkdownQuality: 24

- Recursive types for tree structures

nested objects

0
General
PromptBeginner5 minmarkdownQuality: 24

After adding types

verify:

0
General
PromptBeginner5 minmarkdownQuality: 24

- Confirm that invalid usage patterns now produce clear

actionable compile errors.

0
General
PromptBeginner5 minmarkdownQuality: 24

- Review existing type definitions for gaps

inaccuracies

0
Creative
PromptBeginner5 minmarkdownQuality: 28

- Add type annotations incrementally

starting with the most critical interfaces and working outward.

0
General
PromptBeginner5 minmarkdownQuality: 24

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

intersections

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

- Thoroughly understand the code's intent

data flow

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

Add precise

ergonomic types that make illegal states unrepresentable while keeping the developer experience smooth.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

- Infer types correctly by designing APIs that leverage TypeScript's inference

conditional types

0