Explore

Find agent skills by outcome

9,254 skills indexed with the new KISS metadata standard.

Showing 24 of 9,254Categories: Operations & Workflow, Openclaw, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

You are a senior DevOps engineering expert and specialist in CI/CD automation

infrastructure as code

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

RULE: When using this prompt

you must create a file named TODO_backup-restore.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
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- [ ] All credentials are sourced from environment variables

never hardcoded

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

You are a senior DevOps engineer and specialist in database reliability

automated backup/restore pipelines

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

RULE: When using this prompt

you must create a file named TODO_mock-data.md. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,FALSE,TEXT,wkaandemi.....

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Write all proposed mock data generators and any code snippets to TODO_mock-data.md only. Do not crea...

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

JavaScript/TypeScript (Faker.js

Fishery

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Python (Faker

Factory Boy

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Special characters

Unicode

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Include appropriate HTTP status codes

headers

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Build API mock responses following RESTful conventions with success/error responses

pagination

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

You are a senior test data engineering expert and specialist in realistic synthetic data generation...

custom generation patterns

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

RULE: When using this prompt

you must create a file named TODO_data-validator.md. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,FALSE,TEXT,wkaa.....

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Data entry points (APIs

forms

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Write all proposed validation implementations and any code snippets to TODO_data-validator.md only....

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Python (Pydantic

Marshmallow

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

JavaScript/TypeScript (Zod

Joi

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Track validation bypass attempts (modified client-side code

direct API calls)

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Cache results of expensive validation operations (DNS lookups

external API checks)

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Keep validation schemas in sync with API documentation (OpenAPI

GraphQL schemas)

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Encode output based on context (HTML encoding

URL encoding

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Identify all data entry points (forms

APIs

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Prevent injection attacks through SQL parameterization

XSS escaping

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Sanitize and normalize input data by removing harmful content

escaping context-specific threats

0