Explore

Find agent skills by outcome

13,290 skills indexed with the new KISS metadata standard.

Showing 24 of 13,290Categories: Coding & Debugging, Writing & Content, Education
Coding & Debugging
PromptBeginner5 minmarkdown

- **Use Ferramentas**: Utilize as ferramentas disponíveis (shell

python

0
Writing & Content
PromptBeginner5 minmarkdown

Why an Online PDF Editor Is Essential for Modern Workflows

An online PDF editor is no longer just a convenience—it is a necessity for efficient digital document management. By offering flexibility, powerful features, and easy access from any device, these too...

0
Writing & Content
PromptBeginner5 minmarkdown

Academic Research Writer

---

0
Education
PromptBeginner5 minmarkdown

description: A cheerful university student studying at home

captured during a casual study session. Her hair is messy and unstyled

0
Education
PromptBeginner5 minmarkdown

Messy Desk Study Moment - University Student

{

0
Coding & Debugging
PromptBeginner5 minmarkdown

If Xcode MCP is disconnected

mcporter is not installed

0
Coding & Debugging
PromptBeginner5 minmarkdown

mcporter call 'xcode.<tool_name>(param1: value1

param2: value2)'

0
Coding & Debugging
PromptBeginner5 minmarkdown

Xcode MCP tools are accessed via `mcporter` CLI

which bridges MCP servers to standard command-line tools. This skill defines when to use Xcode MCP and when to prefer standard tools.

0
Education
PromptBeginner5 minmarkdown

Class Prep

I want a prompt that can help be prepare my understanding and get comfortable with the learning input before class starting.

0
Coding & Debugging
PromptBeginner5 minmarkdown

xcode-mcp (for pi agent)

---

0
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
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
Education
PromptBeginner5 minmarkdown

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

- Never rewrite

delete

0
Writing & Content
PromptBeginner5 minmarkdown

- Write clear user stories

acceptance criteria

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