Explore

Find agent skills by outcome

85,188 skills indexed with the new KISS metadata standard.

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

- Map all external dependency calls (database

API

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Detect assumptions about environment: hardcoded paths

platform-specific APIs

0
General
PromptBeginner5 minmarkdown

- Identify resource acquisition paths (connections

file handles

0
General
PromptBeginner5 minmarkdown

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

iterator invalidation

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

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

workflow orchestrators

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

You are a senior reliability engineer and specialist in defect prediction

runtime failure analysis

0
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

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