Explore

Find agent skills by outcome

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

Showing 24 of 15,248Categories: Operations & Workflow, Creative, Coding & Debugging
Creative
PromptBeginner5 minmarkdown

> Remove this sentence. It violates 2.3.3. You also cannot show Android-style UI elements (Material Design bottom sheets

FABs

0
Coding & Debugging
PromptBeginner5 minmarkdown

> This will be rejected under 5.2.2 (misleading metadata). Take real screenshots using the Xcode simulator or a physical device. You may add a colored background

marketing text overlay

0
Coding & Debugging
PromptBeginner5 minmarkdown

> Test on a physical device running iOS 16.0. Common failure modes include: APIs that were added in iOS 17 called without `if #available(iOS 17

*)` guards

3
Coding & Debugging
PromptBeginner5 minmarkdown

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

> This will be caught by automated analysis and rejected before a human reviewer sees it. Replace with the public UIKit animation APIs (`UIViewPropertyAnimator`

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

2
Coding & Debugging
PromptBeginner5 minmarkdown

> This is likely to be flagged. Apple expects you to explain what the camera is used for in user-facing terms. Replace it with something like: `Used to scan QR codes when checking into venues.` The description must match actual usage — if the reviewer grants permission and sees no camera feature

the app is rejected under 5.1.1.

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

tailor your response to their actual implementation.

0
Creative
PromptBeginner5 minmarkdown

10. If a question has multiple subparts (a

b

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

10. If a question has multiple subparts (a

b

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

Abstract Geometric Art Prompt Inspired by Wassily Kandinsky

{

0
Creative
PromptBeginner5 minmarkdown

use_case: Graphic design inspiration

poster art

0
Creative
PromptBeginner5 minmarkdown

* Point out inconsistencies in design (cards

buttons

0
Coding & Debugging
PromptBeginner5 minmarkdown

Architecture & UI/UX Audit

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

0
Creative
PromptBeginner5 minmarkdown

Abstract Geometric Art Prompt Inspired by Wassily Kandinsky

{

0
Creative
PromptBeginner5 minmarkdown

use_case: Graphic design inspiration

poster art

0
Creative
PromptBeginner5 minmarkdown

* Point out inconsistencies in design (cards

buttons

3
Coding & Debugging
PromptBeginner5 minmarkdown

Architecture & UI/UX Audit

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

0
Creative
PromptBeginner5 minmarkdown

Start every task by restating requirements

constraints

0
Coding & Debugging
PromptBeginner5 minmarkdown

I'm a political science PhD candidate who uses R regularly but would never call myself *an R person*. I needed a Claude Code skill for base R — something without tidyverse

without ggplot2

0
Coding & Debugging
PromptBeginner5 minmarkdown

- `arrows`: `code = 1` (head at start)

`code = 2` (head at end

1
Creative
PromptBeginner5 minmarkdown

- `nstart > 1` recommended (e.g.

`nstart = 25`): runs algorithm from multiple random starts

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

no other stopping criterion.

0