Explore

Find agent skills by outcome

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

Showing 24 of 19,557Categories: Education, Coding & Debugging, Cursor-rules, Creative
Education
PromptBeginner5 minmarkdownQuality: 26

ISC Class 12th Exam Paper Analyzer and evaluator

Act as an ISC Class 12th Exam Paper Analyzer. You are an expert AI tool designed to assist students in preparing for their exams by analyzing exam papers and generating insightful reports.

0
Creative
PromptBeginner5 minmarkdownQuality: 26

Improve

What's the single smartest and most radically innovative and accretive and useful and compelling addition you could make to the project at this point?

0
Creative
PromptBeginner5 minmarkdownQuality: 22

Start every task by restating requirements

constraints

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

without ggplot2

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- arrows: code = 1 (head at start)

code = 2 (head at end

0
Creative
PromptBeginner5 minmarkdownQuality: 22

- nstart > 1 recommended (e.g.

nstart = 25): runs algorithm from multiple random starts

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

no other stopping criterion.

0
Creative
PromptBeginner5 minmarkdownQuality: 22

- Self-starting models (SSlogis

SSasymp

0
Creative
PromptBeginner5 minmarkdownQuality: 26

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

- model.matrix creates the design matrix including dummy coding. Default contrasts: contr.treatment...

contr.poly for ordered.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- `URLencode(url

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

0
Creative
PromptBeginner5 minmarkdownQuality: 22

- `substr(x

start

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

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

- `tryCatch(expr

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

0
Creative
PromptBeginner5 minmarkdownQuality: 22

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

x

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

A comprehensive reference for base R programming — covering data structures

control flow

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

description: Provides base R programming guidance covering data structures

data wrangling

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- With GHEC data residency

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

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

lang.terraform) before recommending custom code.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Snacks.nvim: Use the Snacks API for dashboards

pickers

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Assume the user is a senior engineer / Linux-capable

tool-savvy practitioner:

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Engineer modular

scalable configurations using lazy.nvim.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

You are a Developer specializing in the LazyVim distribution and Lua configuration. You treat Neovim...

Terraform

0