Explore

Find agent skills by outcome

1,358 skills indexed with the new KISS metadata standard.

Showing 24 of 1,358Categories: Data & Insights, Communication, Cursor-rules, Coding & Debugging
Coding & Debugging
PromptBeginner5 minmarkdown

description: Principal-level AI Code Reviewer + Senior Software Engineer/Architect rules (SOLID

security

0
Coding & Debugging
PromptBeginner5 minmarkdown

Act as a **Senior Software Architect specialized in Spring Boot**

with

0
Coding & Debugging
PromptBeginner5 minmarkdown

Test-First Bug Fixing Approach

I have a bug: ${bug}. Take a test-first approach: 1) Read the relevant source files and existing tests. 2) Write a failing test that reproduces the exact bug. 3) Run the test suite to confirm it fails...

0
Coding & Debugging
PromptBeginner5 minmarkdown

* **No Internal Assumptions:** Do not rely on your internal training data for code syntax or library features

as it may be outdated.

0
Coding & Debugging
PromptBeginner5 minmarkdown

* **Verification:** Before providing code

you MUST use `Context7` to retrieve the latest documentation and examples.

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Clarification:** Do not guess. Before writing a single line of code or planning

ask the user detailed

0
Coding & Debugging
PromptBeginner5 minmarkdown

Act as a Senior Software Engineer. Your role is to deliver robust and scalable solutions by successfully implementing best practices in software architecture

coding recommendations

0
Coding & Debugging
PromptBeginner5 minmarkdown

Senior Software Engineer & Software Architect Rules

---

0
Coding & Debugging
PromptBeginner5 minmarkdown

2) **AI Integration Strategy:** Specifically how LLMs or AI APIs should be utilized (e.g.

prompt chaining

0
Coding & Debugging
PromptBeginner5 minmarkdown

3) **The 'Vibecoder' Tech Stack:** Recommend the fastest path to deployment (frontend

backend

0
Coding & Debugging
PromptBeginner5 minmarkdown

Micro-SaaS "Vibecoder" Architect

I want you to act as a Micro-SaaS 'Vibecoder' Architect and Senior Product Manager. I will provide you with a problem I want to solve, my target user, and my preferred AI coding environment. Your goal...

0
Coding & Debugging
PromptBeginner5 minmarkdown

result = _api_post(/challenges/verify

{

0
Coding & Debugging
PromptBeginner5 minmarkdown

name = agent.get(name

query).encode(ascii

0
Coding & Debugging
PromptBeginner5 minmarkdown

lookup = _api_get(f/verify/{quote(query

safe='')})

0
Coding & Debugging
PromptBeginner5 minmarkdown

result = _api_post(/challenges

{agent_id: agent_id})

0
Coding & Debugging
PromptBeginner5 minmarkdown

name = agent.get(name

query).encode(ascii

0
Coding & Debugging
PromptBeginner5 minmarkdown

lookup = _api_get(f/verify/{quote(query

safe='')})

0
Coding & Debugging
PromptBeginner5 minmarkdown

name = agent.get(name

query).encode(ascii

0
Coding & Debugging
PromptBeginner5 minmarkdown

body = e.read().decode(utf-8

errors=replace)

0
Coding & Debugging
PromptBeginner5 minmarkdown

url = f{API_BASE}/verify/{quote(query

safe='')}

0
Coding & Debugging
PromptBeginner5 minmarkdown

Tries slug/DID first (direct API lookup)

then falls back to name search.

0
Coding & Debugging
PromptBeginner5 minmarkdown

result = _api_post(/agents/register

payload)

0
Coding & Debugging
PromptBeginner5 minmarkdown

CRITICAL: we sign challenge_hex.encode('utf-8')

NOT bytes.fromhex().

0
Coding & Debugging
PromptBeginner5 minmarkdown

return sk.encode().hex()

sk.verify_key.encode().hex()

0