Explore

Find agent skills by outcome

17,323 skills indexed with the new KISS metadata standard.

Showing 24 of 17,323Categories: Operations & Workflow, Cursor-rules, Creative, Coding & Debugging
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: 26

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 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

2
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Lazyvim expert

LazyVim Developer — Prompt Specification

0
Creative
PromptBeginner5 minmarkdownQuality: 22

Ensure the recreated design is interactive and adheres to a premium

stylish

0
Creative
PromptBeginner5 minmarkdownQuality: 26

- 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.

1
Creative
PromptBeginner5 minmarkdownQuality: 26

This skill enables the agent to recreate website designs based on user-uploaded image inspirations

ensuring a blend of original style and personal touches.

0
Creative
PromptBeginner5 minmarkdownQuality: 26

description: This skill enables AI agents to recreate website designs based on user-uploaded image i...

ensuring a blend of original style and personal touches.

0
Creative
PromptBeginner5 minmarkdownQuality: 22

Website Design Recreator Skill

0
Creative
PromptBeginner5 minmarkdownQuality: 22

Ensure the recreated design is interactive and adheres to a premium

stylish

0
Creative
PromptBeginner5 minmarkdownQuality: 22

Website Design Recreation Workflow

{

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Config is code; composition

parameterization

0