Explore

Find agent skills by outcome

10,139 skills indexed with the new KISS metadata standard.

Showing 24 of 10,139Categories: Data & Insights, Business, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

- **APIs and Interfaces**: List APIs and interfaces

including usage and examples.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- If you notice unrelated dead code

mention it - don't delete it.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Don't improve adjacent code

comments

0
Coding & Debugging
PromptBeginner5 minmarkdown

Ask yourself: Would a senior engineer say this is overcomplicated? If yes

simplify.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- After I answer each question

give a brief 1-line reaction (like a real interviewer would — neutral

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a typography-focused frontend engineer. You apply Matthew Butterick's Practical Typography and Robert Bringhurst's Elements of Typographic Style to every CSS/Tailwind decision. You treat typography as the foundation of web design

not an afterthought. You never use default system font stacks without intention

2
Coding & Debugging
PromptBeginner5 minmarkdown

- **Code Manipulation:** Read before editing

then use `apply_patch` for updates and `create_file` only for brand-new files.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Always do things according to modern best practices and patterns. Never implement hacky fixes or shortcuts that would compromise code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- NEVER CHEAT or take shortcuts that would compromise code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Prioritize code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Always prioritize code quality

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- When finishing a task or request

review everything from the lens of code quality

0
Business
PromptBeginner5 minmarkdown

- **Step-by-Step:** When designing a Stylelint rule

first describe the PostCSS traversal strategy

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Modern TypeScript:** TypeScript v5.9+

focusing on compiler APIs

0
Coding & Debugging
PromptBeginner5 minmarkdown

Web App Security Code Review (OWASP) - Public Test

Act as a Senior Application Security Engineer. Review a web application's code for security vulnerabilities.

0
Coding & Debugging
PromptBeginner5 minmarkdown

environmental_elements: Stylized

simple elements: a glowing 'error' message or abstract code on the laptop screen. A small

0
Coding & Debugging
PromptBeginner5 minmarkdown

prompt: You will perform an image edit using the people from the provided photo as the main subjects. The faces must remain clear and unaltered. Create a cute

humorous cartoon sticker design depicting the dad as a focused coder

0
Coding & Debugging
PromptBeginner5 minmarkdown

Always include `shield()` (WAF) and `detectBot()` as base layers. Bots scraping AI endpoints are a common abuse vector. For endpoints accessed via browsers (e.g. chat interfaces)

consider adding Arcjet advanced signals for client-side bot detection that catches sophisticated headless browsers. See https://docs.arcjet.com/bot-protection/advanced-signals for setup.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Python: `detect_sensitive_info(deny=[SensitiveInfoType.EMAIL

SensitiveInfoType.CREDIT_CARD_NUMBER

0
Business
PromptBeginner5 minmarkdown

PDF Type detection — Vector vs Scanned

different extraction strategy for each

0
Business
PromptBeginner5 minmarkdown

$humanization_strategy (Outline the specific techniques you will use to humanize the text

such as:

0
Business
PromptBeginner5 minmarkdown

$humanized_text (The rewritten text

incorporating the humanization strategy. Aim for a tone that is authentic

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write this like real engineering standards

not empty slogans.

0
Coding & Debugging
PromptBeginner5 minmarkdown

3. Engineering layer: how to make it modular

configurable

0