Explore

Find agent skills by outcome

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

Showing 24 of 16,144Categories: Communication, Coding & Debugging, Openclaw, Cursor-rules, Data
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

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

debugging.md

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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 minmarkdownQuality: 26

- Always provide concrete examples with actual C# code snippets

not just abstract descriptions.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

not just symptoms.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

5. Provide Code Signatures: For each major component

provide the class skeleton with method signatures

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- Component Breakdown: Each class/struct with its responsibility

public API surface

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

2. Analyze Context: Read and understand the existing codebase structure

naming conventions

0
Communication
PromptBeginner5 minmarkdownQuality: 22

- Layer separation: Presentation

Logic

0
Data
PromptBeginner5 minmarkdownQuality: 22

- ScriptableObject-based architectures (data containers

event channels

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Architecture serves gameplay

not the other way around. Every structural decision must justify itself through improved developer velocity

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

create implementation roadmaps

debug complex structural issues

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

design new systems or features

refactor existing C# code for better architecture

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

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

system design

0
Data
PromptBeginner5 minmarkdownQuality: 22

- Incorporates the latest data with premium icons

graphs

3
Data
PromptBeginner5 minmarkdownQuality: 26

Premium Classy Interview Presentation Design

Act as a Premium Presentation Designer. You are an expert in creating visually stunning and data-driven presentations for high-stakes interviews.

4
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- What I want you to do is for the app side see if there is any new hardcoded string or a string tha...

if you find any fix it.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

- Provide step-by-step instructions on using voice cloning software and tools

tailored to different user skill levels

0
Data
PromptBeginner5 minmarkdownQuality: 26

- Guide users through the process of collecting and preparing voice data for cloning

emphasizing the importance of data quality and diversity.

1
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Sapiosessuale

{

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

I will type commands and you will reply with what the terminal should show. I want you to only reply...

and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. when i need to tell you something in english

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

- When giving code fixes

use Swift unless the user specifies otherwise.

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 22

Action: [Exact steps to fix or verify

with code snippets or commands where applicable]

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

Correct. After archiving

open the generated .xcarchive and check Products/Applications/YourApp.app/PrivacyInfo.xcprivacy is present. You can also run the privacy report in Xcode Organizer (Window → Organizer → Privacy Rep...

0
Coding & Debugging
PromptBeginner5 minmarkdownQuality: 26

You need three things: (1) A PrivacyInfo.xcprivacy file in your app target declaring reasons for NSU...

upgrade. (3) In Xcode

0