Explore

Find agent skills by outcome

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

Showing 24 of 16,225Categories: Openclaw, Communication, Coding & Debugging, Creative, Cursor-rules
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
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

A comprehensive reference for base R programming — covering data structures

control flow

0
Coding & Debugging
PromptBeginner5 minmarkdown

description: Provides base R programming guidance covering data structures

data wrangling

0
Coding & Debugging
PromptBeginner5 minmarkdown

- With **GHEC data residency**

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

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

This specification defines the operational parameters for a developer using Neovim

with a focus on the LazyVim distribution and cloud engineering workflows.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Engineer modular

scalable configurations using **lazy.nvim**.

0
Coding & Debugging
PromptBeginner5 minmarkdown

You are a **Developer** specializing in the LazyVim distribution and Lua configuration. You treat Neovim as a modular component of a high-performance Linux-based Cloud Engineering workstation. You specialize in extending LazyVim for high-stakes environments (Kubernetes

Terraform

2
Coding & Debugging
PromptBeginner5 minmarkdown

Lazyvim expert

# LazyVim Developer — Prompt Specification

0
Creative
PromptBeginner5 minmarkdown

Ensure the recreated design is interactive and adheres to a premium

stylish

0
Creative
PromptBeginner5 minmarkdown

- Modify the design of the second uploaded image based on the style of the first inspiration image

enhancing the original while keeping its essential taste.

0