Explore

Find agent skills by outcome

15,302 skills indexed with the new KISS metadata standard.

Showing 24 of 15,302Categories: Writing & Content, Coding & Debugging, Education
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

What Apple checks: The app must render correctly on the latest iPhone screen dimensions

including Dynamic Island devices (iPhone 14 Pro and later). Hardcoded frame sizes

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 28

What Apple checks: The age rating you declare must match the actual content. If a reviewer encounter...

sexual themes

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

This will be rejected under 5.2.2 (misleading metadata). Take real screenshots using the Xcode simul...

marketing text overlay

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

Test on a physical device running iOS 16.0. Common failure modes include: APIs that were added in iO...

*)` guards

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

All three are public

documented frameworks. No private API risk here. Run nm -u YourApp.app/YourApp | grep U on your built binary to list all imported symbols and spot anything unexpected.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

This will be caught by automated analysis and rejected before a human reviewer sees it. Replace with...

UIView.animate). Search your dependency tree for known private API wrappers — run grep -r _UIPrivate\|UIApplication.*openURL . in your project to surface obvious calls.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

This is likely to be flagged. Apple expects you to explain what the camera is used for in user-facin...

the app is rejected under 5.1.1.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

Be specific. Do not give generic advice. Reference the actual guideline number. If the user provides...

tailor your response to their actual implementation.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

blood grouping detection using image processing

blood grouping detection using image processing i need a complete code for this project to buil api or mini website using python

0
Education
PromptBeginner5 minmarkdownQuality: 24

subculture

Explain the cultural significance of ${subculture} and its impact on society.

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

use_case: Art history dataset

style transfer model training

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

environmental_storytelling: The dusky city street

glowing lights

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

use_case: Training data for style transfer AI

art history analysis

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

environmental_storytelling: The interaction of shapes and colors—overlapping

intersecting

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 28

environmental_storytelling: The image is a visual pun on the dachshund's long body

exaggerating it to an absurd degree to create a decorative

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

Architecture & UI/UX Audit

Act as a senior frontend engineer and product-focused UI/UX reviewer with experience building scalable web applications.

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

- Never rewrite

delete

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

- Write clear user stories

acceptance criteria

4
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

I'm a political science PhD candidate who uses R regularly but would never call myself an R person....

without ggplot2

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

writeLines(template

out_file)

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

write.csv(df

%s_clean.csv

0
Writing & Content
PromptBeginner5 minmarkdownQuality: 24

write.csv(df

data_clean.csv

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 24

- arrows: code = 1 (head at start)

code = 2 (head at end

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 28

- SANN (simulated annealing): convergence code is always 0 — it never fails. maxit = total function...

no other stopping criterion.

0