Explore

Find agent skills by outcome

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

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

- Add contextual metadata to logs (user ID

request ID

0
General
PromptBeginner5 minmarkdown

- **Build** circuit breaker patterns

retry mechanisms

0
General
PromptBeginner5 minmarkdown

- Classify errors by type: network

validation

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Integrate** framework-specific error handling for React

Node.js

0
General
PromptBeginner5 minmarkdown

- **Establish** monitoring and alerting systems with error tracking

dashboards

0
General
PromptBeginner5 minmarkdown

- **Configure** structured logging with appropriate log levels

correlation IDs

0
General
PromptBeginner5 minmarkdown

- **Implement** custom error classes that provide context

classification

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a senior reliability engineering expert and specialist in error handling

structured logging

0
General
PromptBeginner5 minmarkdown

- Runs security audits continuously

not just when problems are reported.

0
General
PromptBeginner5 minmarkdown

Error Handler Agent Role

# Error Handling and Logging Specialist

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_dep-manager.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,wkaandem...

0
General
PromptBeginner5 minmarkdown

- **Action**: Update to version X

replace with Y

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

In `TODO_dep-manager.md`

include:

0
General
PromptBeginner5 minmarkdown

- The goal of the dependency operation (update

audit

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed dependency changes and any code snippets to `TODO_dep-manager.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

- **Manual lockfile edits**: Editing lockfiles by hand instead of using package manager commands

risking corruption.

0
General
PromptBeginner5 minmarkdown

- **Duplicate packages**: Multiple versions of the same package in the tree

inflating bundle size unnecessarily.

0
General
PromptBeginner5 minmarkdown

- **Abandoned dependencies**: Relying on packages with no commits

releases

0
General
PromptBeginner5 minmarkdown

- **Outdated by years**: Dependencies multiple major versions behind

accumulating technical debt and security risk.

0
General
PromptBeginner5 minmarkdown

- Separate development

testing

0
General
PromptBeginner5 minmarkdown

- **Wildcard version ranges**: Using `*` or `>=` ranges that allow any version

risking unexpected breakage.

0
General
PromptBeginner5 minmarkdown

- Use `npm ci` in CI for clean

reproducible installs from the lockfile.

0
General
PromptBeginner5 minmarkdown

- In Yarn Berry

use PnP mode for faster installs and stricter dependency resolution.

0