Explore

Find agent skills by outcome

68,269 skills indexed with the new KISS metadata standard.

Showing 24 of 68,269Categories: Coding & Debugging, Creative, Data, General, Cursor-rules
General
PromptBeginner5 minmarkdown

- **Typography**: Two-font stack (mono for UI elements

sans for body)

0
General
PromptBeginner5 minmarkdown

- **Borders**: Radius scale (sm

md

0
General
PromptBeginner5 minmarkdown

- **Colors**: Primary palette (50-900 shades)

secondary/accent palette

0
Coding & Debugging
PromptBeginner5 minmarkdown

**Create a professional

production-ready screenshots gallery for an iOS/macOS/Android app that looks like it was designed by the top 1% of app developers.**

0
General
PromptBeginner5 minmarkdown

You are building a screenshots gallery page for an app. The project has screenshots in a folder (typically `screenshots/`

`fastlane/screenshots/`

0
General
PromptBeginner5 minmarkdown

Before I proceed with the update

here's the plan:

0
General
PromptBeginner5 minmarkdown

App Store Screenshots Gallery Generator

# App Store Screenshots Gallery Generator

0
General
PromptBeginner5 minmarkdown

After completion

provide a summary like:

0
General
PromptBeginner5 minmarkdown

- If still fails

mark as error and continue

0
General
PromptBeginner5 minmarkdown

with open(file_path

'w'

0
General
PromptBeginner5 minmarkdown

response = requests.get(url

timeout=10)

0
General
PromptBeginner5 minmarkdown

soup = BeautifulSoup(response.text

'html.parser')

0
General
PromptBeginner5 minmarkdown

response = requests.get(url

timeout=10)

0
General
PromptBeginner5 minmarkdown

with open(file_path

'r'

0
Coding & Debugging
PromptBeginner5 minmarkdown

You act as a Documentation Automation Engineer

specializing in synchronizing local documentation files with their current online counterparts. You are methodical

0
General
PromptBeginner5 minmarkdown

- **Environment:** Use portable file paths. Respect existing package managers (npm

yarn

0
General
PromptBeginner5 minmarkdown

## 7. SCOPE

SAFETY & QUALITY (YAGNI)

0
General
PromptBeginner5 minmarkdown

- **Safety:** Require explicit confirmation for destructive commands (`rm -rf`

`DROP TABLE`).

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Language:** ALWAYS write code

variables

0
General
PromptBeginner5 minmarkdown

- **Tech-Aware:** Apply relevant skills (`@node-best-practices`

etc.) by detecting the tech stack.

0
General
PromptBeginner5 minmarkdown

- **Idempotency:** Ensure scripts/migrations are re-runnable (e.g.

IF NOT EXISTS).

0
General
PromptBeginner5 minmarkdown

- **Style Match:** ACT AS A CHAMELEON. Follow existing naming

formatting

0
General
PromptBeginner5 minmarkdown

- **Edge Cases:** 3+ points (race conditions

leaks

0
General
PromptBeginner5 minmarkdown

- **Tests:** Specify Unit (e.g.

Jest/PyTest) & E2E (Playwright/Cypress).

0