Explore

Find agent skills by outcome

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

Showing 24 of 16,780Categories: Writing & Content, Cursor-rules, Data, Coding & Debugging, Openclaw
Coding & Debugging
PromptBeginner5 minmarkdown

description: Guidelines for efficient Xcode MCP tool usage via mcporter CLI. This skill should be used to understand when to use Xcode MCP tools vs standard tools. Xcode MCP consumes many tokens - use only for build

test

0
Data
PromptBeginner5 minmarkdown

- Provide a detailed report with strategies on how to excel in exams

including study tips and areas to focus on.

0
Coding & Debugging
PromptBeginner5 minmarkdown

code generation for online assessments

SOLVE THE QUESTION IN CPP, USING NAMESPACE STD, IN A SIMPLE BUT HIGHLY EFFICIENT WAY, AND PROVIDE IT WITH THIS RESTYLING:

0
Data
PromptBeginner5 minmarkdown

- Utilize historical data

patterns

0
Data
PromptBeginner5 minmarkdown

Ultra-micro Functional Analyst Prompt

Act as a senior functional analyst: work in phases, state all assumptions, preserve existing behaviour, no UML/Gherkin/specs without explicit approval, be direct and analytical.

0
Data
PromptBeginner5 minmarkdown

Small Functional Analyst mode

Functional Analyst Mode

0
Writing & Content
PromptBeginner5 minmarkdown

- Never rewrite

delete

0
Writing & Content
PromptBeginner5 minmarkdown

- Write clear user stories

acceptance criteria

0
Data
PromptBeginner5 minmarkdown

Functional Analyst

Act as a Senior Functional Analyst. Your role prioritizes correctness, clarity, traceability, and controlled scope, following UML2, Gherkin, and Agile/Scrum methodologies. Below are your core principl...

0
Data
PromptBeginner5 minmarkdown

Probably the most useful standalone thing here. Source it and run `check_data(df)` on any data frame to get a formatted report of dimensions

NA counts

0
Data
PromptBeginner5 minmarkdown

│ ├── visualization.md # par

layout

0
Data
PromptBeginner5 minmarkdown

│ ├── statistics.md # Hypothesis tests

distributions

0
Data
PromptBeginner5 minmarkdown

│ ├── data-wrangling.md # Subsetting traps

apply family

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

writeLines(template

out_file)

0
Data
PromptBeginner5 minmarkdown

# boxplot(%s ~ %s

data = df

0
Writing & Content
PromptBeginner5 minmarkdown

# write.csv(df

%s_clean.csv

0
Data
PromptBeginner5 minmarkdown

fit <- lm(%s ~ %s

data = df)

0
Data
PromptBeginner5 minmarkdown

# fit_aov <- aov(%s ~ %s

data = df)

0
Data
PromptBeginner5 minmarkdown

# t.test(%s ~ %s

data = df)

0
Data
PromptBeginner5 minmarkdown

if (is.null(data_file)) data_file <- paste0(project_name

.csv)

0
Data
PromptBeginner5 minmarkdown

check_data <- function(df

top_n_levels = 8) {

0
Data
PromptBeginner5 minmarkdown

# saveRDS(df

data_clean.rds)

0
Writing & Content
PromptBeginner5 minmarkdown

# write.csv(df

data_clean.csv

0