Explore

Find agent skills by outcome

12,236 skills indexed with the new KISS metadata standard.

Showing 24 of 12,236Categories: Data & Insights, Communication, Cursor-rules, Writing & Content, Coding & Debugging
Writing & Content
PromptBeginner5 minmarkdown

# write.csv(df

%s_clean.csv

0
Writing & Content
PromptBeginner5 minmarkdown

# write.csv(df

data_clean.csv

0
Coding & Debugging
PromptBeginner5 minmarkdown

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

`code = 2` (head at end

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

- `URLencode(url

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

0
Writing & Content
PromptBeginner5 minmarkdown

- `write.csv` fixes `sep =

`

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
Writing & Content
PromptBeginner5 minmarkdown

write.csv(df

output.csv

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
Writing & Content
PromptBeginner5 minmarkdown

- Explain audit log usage and contents for compliance and investigations (actor

context

0
Coding & Debugging
PromptBeginner5 minmarkdown

- With **GHEC data residency**

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

0
Writing & Content
PromptBeginner5 minmarkdown

TGA: Hydrate/solvate content

decomposition

0
Writing & Content
PromptBeginner5 minmarkdown

TGA: Decomposition temperature

filler content

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

presentation making

act as an proffesional ppt maker and see this document you have to make an 15 slides ppt including the very first name and subject and topic page and the very last thank you page include every importa...

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Config is code**; composition

parameterization

0