Explore

Find agent skills by outcome

128,304 skills indexed with the new KISS metadata standard.

Showing 24 of 128,304Categories: Education, Creative, Cursor-rules, General, Coding & Debugging, Data
General
PromptBeginner5 minmarkdown

prompt: You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a steely-eyed **Wild West Gunslinger/Outlaw**

standing tall on the dusty main street of a frontier town at sunset

0
General
PromptBeginner5 minmarkdown

Cowboy

{

0
General
PromptBeginner5 minmarkdown

location: The wide

dusty main street of a wooden frontier town. Weathered buildings with false fronts (saloon

0
General
PromptBeginner5 minmarkdown

environmental_elements: Sea spray splashing over the bow. Other crew members (rowers) are visible as indistinct

rugged shapes in the background

0
General
PromptBeginner5 minmarkdown

subject_action: Standing with a wide

stable stance on the shifting deck. One hand is gripping the dragon-head stem of the ship or the rigging

0
General
PromptBeginner5 minmarkdown

subject_expression: A fierce

determined gaze looking ahead toward the horizon. The face is set in a grim

0
General
PromptBeginner5 minmarkdown

atmosphere: Epic

raw

0
General
PromptBeginner5 minmarkdown

costume: Heavy

authentic Viking attire: a thick bear or wolf fur cloak clasped with an ornate brooch over leather armor reinforced with iron plates or chainmail. A large

0
General
PromptBeginner5 minmarkdown

color_palette: Dominated by cold

natural tones: deep sea blues and grays

0
General
PromptBeginner5 minmarkdown

lighting: Cold

diffused Northern daylight. It's moody and overcast

0
General
PromptBeginner5 minmarkdown

camera_angle: Medium-long shot

slightly low-angle

0
General
PromptBeginner5 minmarkdown

emotion: Fierce

commanding

0
General
PromptBeginner5 minmarkdown

Viking

{

0
General
PromptBeginner5 minmarkdown

prompt: You will perform an image edit using the person from the provided photo as the main subject. The face must remain clear and unaltered. Transform the subject into a formidable **Viking Jarl or Shieldmaiden**

standing commanding at the prow of a longship sailing through a dramatic Norwegian fjord. Emphasize rugged textures of fur and metal

0
General
PromptBeginner5 minmarkdown

location: The wooden prow of a carved dragon-headed longship

cutting through dark

0
Data
PromptBeginner5 minmarkdown

- Sensitive info detection runs **locally in WASM** — no user data is sent to external services. It is only available in route handlers

not in Next.js pages or server actions.

0
General
PromptBeginner5 minmarkdown

**Vercel AI SDK**: Arcjet works alongside the Vercel AI SDK. Call `protect()` before `streamText()` / `generateText()`. If denied

return a plain error response instead of calling the AI SDK.

0
Creative
PromptBeginner5 minmarkdown

- Starting a stream before calling `protect()` — if the request is denied mid-stream

the client gets a broken response. Always call `protect()` first and return an error before opening the stream.

0
General
PromptBeginner5 minmarkdown

**Multiple models / providers**: Use the same Arcjet instance regardless of which AI provider you use. Arcjet operates at the HTTP layer

independent of the model provider.

0
Data
PromptBeginner5 minmarkdown

If the user wants a full security review

suggest the `/arcjet:security-analyst` agent which can investigate traffic

0
Creative
PromptBeginner5 minmarkdown

**Streaming responses**: Call `protect()` before starting the stream. If denied

return the error before opening the stream — don't start streaming and then abort.

0
Creative
PromptBeginner5 minmarkdown

Start all rules in `DRY_RUN` mode first. Once verified

promote to `LIVE`.

0
General
PromptBeginner5 minmarkdown

Adapt the response format to your framework (e.g.

`res.status(429).json(...)` for Express).

0
General
PromptBeginner5 minmarkdown

- `list-requests` — confirm decisions are being recorded

filter by conclusion to see blocks

0