Explore

Find agent skills by outcome

16,012 skills indexed with the new KISS metadata standard.

Showing 24 of 16,012Categories: Creative, Research & Learning, Openclaw, Coding & Debugging
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
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 (`/`

1
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
Coding & Debugging
PromptBeginner5 minmarkdown

- Factor indexing: `x[f]` uses integer codes of factor `f`

not its character labels. Use `x[as.character(f)]` for label-based indexing.

0
Creative
PromptBeginner5 minmarkdown

- `tryCatch(expr

warning = function(w) {...})` catches the **first** warning and exits. Use `withCallingHandlers` + `invokeRestart(muffleWarning)` to suppress warnings but continue.

0
Creative
PromptBeginner5 minmarkdown

- `Reduce` with `init` adds a starting value: `Reduce(f

x

0
Coding & Debugging
PromptBeginner5 minmarkdown

description: Provides base R programming guidance covering data structures

data wrangling

0
Coding & Debugging
PromptBeginner5 minmarkdown

A comprehensive reference for base R programming — covering data structures

control flow

0
Coding & Debugging
PromptBeginner5 minmarkdown

- With **GHEC data residency**

you choose where company code and selected data are stored (including the **EU**)

0
Research & Learning
PromptBeginner5 minmarkdown

- **Introduction**: Background

research gap

0
Research & Learning
PromptBeginner5 minmarkdown

Scientific Paper Drafting Assistant

# Scientific Paper Drafting Assistant Skill

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **LazyVim Extras**: Check for existing “Extras” (e.g.

`lang.terraform`) before recommending custom code.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Snacks.nvim**: Use the Snacks API for dashboards

pickers

0
Coding & Debugging
PromptBeginner5 minmarkdown

Assume the user is a senior engineer / Linux-capable

tool-savvy practitioner:

0