Explore

Find agent skills by outcome

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

Showing 24 of 128,637Categories: Writing & Content, Coding & Debugging, Cursor-rules, General
General
PromptBeginner5 minmarkdownQuality: 31

prompt: You will perform an image edit using the person from the provided photo as the main subject....

seated at a classic diner counter

0
General
PromptBeginner5 minmarkdownQuality: 28

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

rugged shapes in the background

0
General
PromptBeginner5 minmarkdownQuality: 28

subject_expression: A fierce

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

0
General
PromptBeginner5 minmarkdownQuality: 28

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 minmarkdownQuality: 24

atmosphere: Epic

raw

0
General
PromptBeginner5 minmarkdownQuality: 28

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 minmarkdownQuality: 24

color_palette: Dominated by cold

natural tones: deep sea blues and grays

0
General
PromptBeginner5 minmarkdownQuality: 24

emotion: Fierce

commanding

0
General
PromptBeginner5 minmarkdownQuality: 24

lighting: Cold

diffused Northern daylight. It's moody and overcast

0
General
PromptBeginner5 minmarkdownQuality: 24

camera_angle: Medium-long shot

slightly low-angle

0
General
PromptBeginner5 minmarkdownQuality: 24

Viking

{

0
General
PromptBeginner5 minmarkdownQuality: 24

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

cutting through dark

0
General
PromptBeginner5 minmarkdownQuality: 31

prompt: You will perform an image edit using the person from the provided photo as the main subject....

standing vigilant on a windswept dune in a desolate

0
General
PromptBeginner5 minmarkdownQuality: 28

Vercel AI SDK: Arcjet works alongside the Vercel AI SDK. Call protect() before streamText() / genera...

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

0
General
PromptBeginner5 minmarkdownQuality: 28

Multiple models / providers: Use the same Arcjet instance regardless of which AI provider you use. A...

independent of the model provider.

0
General
PromptBeginner5 minmarkdownQuality: 24

- list-requests — confirm decisions are being recorded

filter by conclusion to see blocks

0
General
PromptBeginner5 minmarkdownQuality: 24

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

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

0
General
PromptBeginner5 minmarkdownQuality: 24

console.warn(Arcjet error:

decision.reason.message);

0
General
PromptBeginner5 minmarkdownQuality: 24

return Response.json({ error: Forbidden }

{ status: 403 });

0
General
PromptBeginner5 minmarkdownQuality: 24

detectPromptInjectionMessage: userMessage

// injection detection

0
General
PromptBeginner5 minmarkdownQuality: 24

requested: 1

// tokens to deduct for rate limiting

0
General
PromptBeginner5 minmarkdownQuality: 24

const decision = await aj.protect(req

{

0
General
PromptBeginner5 minmarkdownQuality: 24

sensitiveInfoValue: userMessage

// PII scanning

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

Always include shield() (WAF) and detectBot() as base layers. Bots scraping AI endpoints are a commo...

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