Explore

Find agent skills by outcome

139,255 skills indexed with the new KISS metadata standard.

Showing 24 of 139,255
General
PromptBeginner5 minmarkdown

Use this agent when you need to plan

architect

0
Coding & Debugging
PromptBeginner5 minmarkdown

design new systems or features

refactor existing C# code for better architecture

0
Coding & Debugging
PromptBeginner5 minmarkdown

description: A Claude Code agent skill for Unity game developers. Provides expert-level architectural planning

system design

0
General
PromptBeginner5 minmarkdown

Unity Architecture Specialist

---

0
Creative
PromptBeginner5 minmarkdown

I want you to build a [Placeholder: Type of web site

eg: agency web site] web site for [Placeholder: if there is an existing web site insert the link to improve the context]. This web site will belong to a company which is the top notch [Placeholder:...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Kickstart Prompt for UX & UI Design

You're an award winning UX & UI designer who is expert on nextjs, react, tailwind.

0
General
PromptBeginner5 minmarkdown

| MAR

conditioned on group | Group-wise mean/mode |

0
General
PromptBeginner5 minmarkdown

| Categorical

low cardinality | Mode imputation |

0
General
PromptBeginner5 minmarkdown

| Numerical

symmetric dist | Mean imputation |

0
General
PromptBeginner5 minmarkdown

- Any disguised nulls found (?

N/A

0
General
PromptBeginner5 minmarkdown

→ Check for disguised missing values (?

N/A

0
General
PromptBeginner5 minmarkdown

assert remaining_test.sum() == 0

fTest still has missing:\n{remaining_test[remaining_test > 0]}

0
General
PromptBeginner5 minmarkdown

[Column] — Reason: [e.g.

72% missing

0
General
PromptBeginner5 minmarkdown

After completing Phases 1–4

deliver this exact report:

0
General
PromptBeginner5 minmarkdown

# STEP 12 — MICE / IterativeImputer (most powerful

use when needed)

0
General
PromptBeginner5 minmarkdown

assert remaining_train.sum() == 0

fTrain still has missing:\n{remaining_train[remaining_train > 0]}

0
General
PromptBeginner5 minmarkdown

# imp_iter = IterativeImputer(max_iter=10

random_state=42)

0
General
PromptBeginner5 minmarkdown

X

y

0
General
PromptBeginner5 minmarkdown

X_test = X_test.drop(columns=drop_cols

errors='ignore')

0
General
PromptBeginner5 minmarkdown

X_train = X_train.drop(columns=drop_cols

errors='ignore')

0
General
PromptBeginner5 minmarkdown

X_train

X_test

0
General
PromptBeginner5 minmarkdown

df.dropna(subset=[TARGET_COL]

axis=0

0
General
PromptBeginner5 minmarkdown

df.replace(DISGUISED_NULLS

np.nan

0
General
PromptBeginner5 minmarkdown

DISGUISED_NULLS = [?

N/A

0