Explore

Find agent skills by outcome

88,119 skills indexed with the new KISS metadata standard.

Showing 24 of 88,119Categories: Writing & Content, General, Coding & Debugging, Creative, Cursor-rules, Data
General
PromptBeginner5 minmarkdown

- Scan for known anti-patterns: double-checked locking without volatile

iterator invalidation

0
Data
PromptBeginner5 minmarkdown

- Check type coercion and implicit conversion points for data loss

truncation

0
General
PromptBeginner5 minmarkdown

- Verify boundary conditions on all loops

array accesses

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Examine control flow for unreachable code

dead branches

0
General
PromptBeginner5 minmarkdown

- Trace variable lifecycles to detect use-before-initialization

use-after-free

0
General
PromptBeginner5 minmarkdown

- **Assess** error handling coverage for silent failures

swallowed exceptions

0
General
PromptBeginner5 minmarkdown

- **Identify** agent trigger conflicts where overlapping activation conditions can cause duplicate responses

routing ambiguity

0
General
PromptBeginner5 minmarkdown

- **Detect** race conditions

deadlocks

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

off-by-one faults

0
General
PromptBeginner5 minmarkdown

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

resource exhaustion scenarios

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior reliability engineer and specialist in defect prediction

runtime failure analysis

0
Data
PromptBeginner5 minmarkdown

Bug Risk Analyst Agent Role

# Bug Risk Analyst

0
General
PromptBeginner5 minmarkdown

- [ ] Invalid usage patterns produce clear

actionable compile-time errors.

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

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

- **Definition**: The type

interface

0
General
PromptBeginner5 minmarkdown

- **Scope**: Which interfaces

functions

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

In `TODO_ts-type-expert.md`

include:

0
Creative
PromptBeginner5 minmarkdown

- Create utility types like DeepPartial

DeepReadonly for recursive property modification.

0
General
PromptBeginner5 minmarkdown

- Use key remapping (as) to rename

filter

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

- Recursive types for tree structures

nested objects

0