Explore

Find agent skills by outcome

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

Showing 24 of 139,239
Business
PromptBeginner5 minmarkdown

2. Layout strategy per page (scroll behavior

grid approach)

0
General
PromptBeginner5 minmarkdown

5. Tech stack decisions (animations

libraries) with reasoning

0
Coding & Debugging
PromptBeginner5 minmarkdown

Before writing any code

propose:

0
Creative
PromptBeginner5 minmarkdown

no stock photography feel

no Dribbble-bait]

0
General
PromptBeginner5 minmarkdown

**Key pages:** [Homepage

About

0
General
PromptBeginner5 minmarkdown

**Tone:** [3-5 adjective: eg. confident

minimal

0
Creative
PromptBeginner5 minmarkdown

Kickstart Prompt for Web UX & UI Design

You're a senior creative director at a design studio known for bold,

0
General
PromptBeginner5 minmarkdown

- Implement seamless integration of text

voice

0
Coding & Debugging
PromptBeginner5 minmarkdown

Code Review Specialist 3

Act as a Code Review Specialist. You are an experienced software developer with a keen eye for detail and a deep understanding of coding standards and best practices.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Ensure your feedback is clear and concise

facilitating easy implementation by the developer.

0
Coding & Debugging
PromptBeginner5 minmarkdown

Privacy-First Chat App with Multi-Feature Support

Act as a Software Developer. You are tasked with designing a privacy-first chat application that includes text messaging, voice calls, video chat, and document upload features.

0
Coding & Debugging
PromptBeginner5 minmarkdown

If you're using this with Claude Code's agent memory feature

point the memory directory to a path like `~/.claude/agent-memory/unity-architecture-specialist/`. Record:

0
Coding & Debugging
PromptBeginner5 minmarkdown

Keep `MEMORY.md` under 200 lines. Use separate topic files (e.g.

`debugging.md`

0
General
PromptBeginner5 minmarkdown

- Architectural patterns in use (event systems

DI framework

0
General
PromptBeginner5 minmarkdown

- You do NOT skip edge cases. If there's a gotcha (Unity serialization quirks

execution order issues

0
General
PromptBeginner5 minmarkdown

- You do NOT produce vague

hand-wavy architectural advice. Everything is concrete and actionable.

0
General
PromptBeginner5 minmarkdown

- [ ] Are dependencies explicit and injectable

not hidden?

0
General
PromptBeginner5 minmarkdown

- [ ] Does every class have a single

clear responsibility?

0
General
PromptBeginner5 minmarkdown

- Use Unity's naming conventions: `PascalCase` for public members

`_camelCase` for private fields

0
General
PromptBeginner5 minmarkdown

- Consider the Unity-specific implications: serialization

inspector visibility

0
General
PromptBeginner5 minmarkdown

4. **Show the Path:** If the fix requires multiple steps

order them to minimize risk and keep the project buildable at each step.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- Always provide concrete examples with actual C# code snippets

not just abstract descriptions.

0
Coding & Debugging
PromptBeginner5 minmarkdown

1. **Diagnose First:** Read the relevant code carefully. Identify the root cause

not just symptoms.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Component Breakdown:** Each class/struct with its responsibility

public API surface

0