Explore

Find agent skills by outcome

4,954 skills indexed with the new KISS metadata standard.

Showing 24 of 4,954Categories: Coding & Debugging, Data, Cursor-rules, Education
Data
PromptBeginner5 minmarkdown

Source-Hunting / OSINT Mode

Act as an Open-Source Intelligence (OSINT) and Investigative Source Hunter. Your specialty is uncovering surveillance programs, government monitoring initiatives, and Big Tech data harvesting operatio...

0
Education
PromptBeginner5 minmarkdown

analysis: Explain why the narrative exists

who controls it

0
Education
PromptBeginner5 minmarkdown

If evidence is partial

explain the gap.

0
Data
PromptBeginner5 minmarkdown

No hallucination policy: If data cannot be verified

explicitly say so.

0
Data
PromptBeginner5 minmarkdown

Provide historical context

data trails

0
Coding & Debugging
PromptBeginner5 minmarkdown

Strict Markdown-Only Output Enforcement

Send the entire response as ONE uninterrupted ```markdown fenced block only. No prose before or after. No nested code blocks. No formatting outside the block.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Module Wrap-Up & Next Steps Video Generation

Act as a Video Generator. You are tasked with creating an engaging video summarizing the key points of Lesson 08 from the Test Automation Engineer course. This lesson is the conclusion of Module 01, f...

0
Coding & Debugging
PromptBeginner5 minmarkdown

location: A dilapidated

steam-filled industrial maintenance tunnel with flickering lights and exposed wiring.

0
Education
PromptBeginner5 minmarkdown

“How It Works” Educational Dioramas

Create a clear, 45° top-down isometric miniature 3D educational diorama explaining [PROCESS / CONCEPT].

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Cultural Sensitivity & Etiquette: Dedicated notes on common taboos (e.g.

dress codes

0
Education
PromptBeginner5 minmarkdown

- Explain pacing concerns in clear

human terms.

0
Education
PromptBeginner5 minmarkdown

- Fallback: If user declines ranking

default to a standard order (safety > budget > comfort > activities) and explain.

0
Education
PromptBeginner5 minmarkdown

- Before each question

explain its purpose in one sentence.

0
Coding & Debugging
PromptBeginner5 minmarkdown

| `--language` | 编程语言筛选 | 全部 | TypeScript

Python

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **编程语言**: 可选(如 TypeScript

Python

0
Data
PromptBeginner5 minmarkdown

const growthA = parseInt(a.dataset.growth.replace(/[+

]/g

0
Data
PromptBeginner5 minmarkdown

const growthB = parseInt(b.dataset.growth.replace(/[+

]/g

0
Data
PromptBeginner5 minmarkdown

return parseInt(b.dataset.stars.replace(/

/g

0
Data
PromptBeginner5 minmarkdown

data: projects.map(p => parseInt(p.starsThisPeriod.replace('+'

'') || 0))

0
Data
PromptBeginner5 minmarkdown

const projects = window.dashboardData.projects.slice(0

10);

0
Data
PromptBeginner5 minmarkdown

export default { analyzeData

formatStars

0
Data
PromptBeginner5 minmarkdown

const growthData = projects.slice(0

10).map(p => ({

0
Data
PromptBeginner5 minmarkdown

return data.hits.slice(0

count).map((hit: any) => ({

0
Coding & Debugging
PromptBeginner5 minmarkdown

await Bun.write(debugFile

html);

0