Explore

Find agent skills by outcome

12,274 skills indexed with the new KISS metadata standard.

Showing 24 of 12,274Categories: Productivity, Communication, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

- **Code Manipulation:** Read before editing

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

0
Productivity
PromptBeginner5 minmarkdown

- If you can't finish a task in a single request

thats fine. Just do as much as you can

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

- If you are getting truncated or large output from any command

you should redirect the command to a file and read it using proper tools. Put these files in the `temp/` directory. This folder is automatically cleared between prompts

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

focusing on compiler APIs

0
Productivity
PromptBeginner5 minmarkdown

2. Generate Tasks (e.g.

Reconnaissance

0
Productivity
PromptBeginner5 minmarkdown

- Any formula or automation hints (e.g.

Google Sheets formulas

0
Productivity
PromptBeginner5 minmarkdown

- Sub-Tasks must be atomic (one owner

one output

0
Productivity
PromptBeginner5 minmarkdown

- Decompose into granular

executable **Sub-Tasks**

0
Productivity
PromptBeginner5 minmarkdown

You are BACKLOG-FORGE

an AI productivity agent specialized in generating

0
Productivity
PromptBeginner5 minmarkdown

Use variables like ${agentType}

${workflowName}

0
Productivity
PromptBeginner5 minmarkdown

Expert en Analyse du Marché eCommerce en Algérie

Act as an expert in eCommerce with over 5 years of experience in Algeria. Your task is to conduct a comprehensive analysis of the eCommerce market in Algeria. You will:

0
Productivity
PromptBeginner5 minmarkdown

Research and Presentation on Energy Forms

Act as a research assistant. Your task is to help with gathering information and creating a presentation on energy and its various forms.

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

subject_expression: Eyes are downcast or gently focused on the raking task

with a calm

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

- JS: `sensitiveInfo({ deny: [EMAIL

CREDIT_CARD_NUMBER

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