Explore

Find agent skills by outcome

19,161 skills indexed with the new KISS metadata standard.

Showing 24 of 19,161Categories: Research & Learning, Coding & Debugging, Productivity, Creative
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
Research & Learning
PromptBeginner5 minmarkdown

iPhone lockscreen wallpaper composition

vertical framing

0
Research & Learning
PromptBeginner5 minmarkdown

Pixar-Style Family Wallpaper Prompt

Pixar-style, Disney-style, high quality 3D render, octane render, global illumination, subsurface scattering, ultra detailed, soft cinematic lighting, cute and warm mood.

0
Creative
PromptBeginner5 minmarkdown

10. If a question has multiple subparts (a

b

0
Research & Learning
PromptBeginner5 minmarkdown

Given a question paper PDF (containing class test and final exam questions)

classify ALL questions into a structured format for study and pattern recognition.

0
Research & Learning
PromptBeginner5 minmarkdown

question list for reaserch

Create a list of interview questions for researching ${topic} in ${community}.

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

Start every task by restating requirements

constraints

1
Productivity
PromptBeginner5 minmarkdown

- Append-only to these files: `task.md`

`implementation-plan.md`

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

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

- Self-starting models (`SSlogis`

`SSasymp`

0
Creative
PromptBeginner5 minmarkdown

- `aov` is a wrapper around `lm` that stores extra info for balanced ANOVA. For unbalanced designs

Type I SS (sequential) are computed — order of terms matters.

0
Creative
PromptBeginner5 minmarkdown

- `model.matrix` creates the design matrix including dummy coding. Default contrasts: `contr.treatment` for unordered factors

`contr.poly` for ordered.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- `URLencode(url

reserved = FALSE)` by default does NOT encode reserved chars (`/`

0
Creative
PromptBeginner5 minmarkdown

- `substr(x

start

0
Coding & Debugging
PromptBeginner5 minmarkdown

- `as.numeric(f)` returns **integer codes**

not original values. Use `as.numeric(levels(f))[f]` or `as.numeric(as.character(f))`.

0