Explore

Find agent skills by outcome

13,041 skills indexed with the new KISS metadata standard.

Showing 24 of 13,041Categories: Data & Insights, Creative, Productivity, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

- Check for base64-encoded secrets

environment variable values

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] Remediation instructions include specific code snippets

not vague advice

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Include concrete code fixes with exact syntax

not abstract recommendations

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Output encoding is context-aware (HTML

JavaScript

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Hardcoded credentials

API keys

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Detect debug modes

verbose error output

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Search for hardcoded secrets

API keys

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Note the programming language

framework

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Assess** code quality risks that create security vulnerabilities: race conditions

null pointer dereferences

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Flag** security misconfigurations including debug modes

missing security headers

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Identify** sensitive data exposure such as hardcoded secrets

API keys

0
Productivity
PromptBeginner5 minmarkdown

- Treat every requirement below as an explicit

trackable task.

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

**RULE:** When using this prompt

you must create a file named `TODO_perf-tuning.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
Creative
PromptBeginner5 minmarkdown

- Starts with measurement

not assumptions

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed optimizations and any code snippets to `TODO_perf-tuning.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
Coding & Debugging
PromptBeginner5 minmarkdown

- **Synchronous blocking in async code**: Blocking the event loop or thread pool with synchronous operations

destroying concurrency benefits

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Use language-specific CPU and memory profilers (pprof for Go

py-spy for Python

0
Productivity
PromptBeginner5 minmarkdown

- Run Lighthouse for automated audits covering LCP

FID

0
Coding & Debugging
PromptBeginner5 minmarkdown

- [ ] API response times meet SLA: <200ms (p95) for standard endpoints

<50ms (p95) for database queries

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Correlate bottlenecks with specific code paths

queries

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **API**: Payload size reduction

compression (gzip

0
Productivity
PromptBeginner5 minmarkdown

- **Async**: Promise.all() for parallel operations

worker threads for CPU-bound tasks

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Frontend**: Code splitting

tree shaking

0