Explore

Find agent skills by outcome

83,517 skills indexed with the new KISS metadata standard.

Showing 24 of 83,517Categories: Operations & Workflow, General, Creative, Cursor-rules, Coding & Debugging
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`LEGAL-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

In `TODO_legal-document-generator.md`

include:

0
General
PromptBeginner5 minmarkdown

- **Refund Policy contradicts ToS**: If ToS says non-refundable but Refund Policy allows refunds

the inconsistency creates legal exposure

0
General
PromptBeginner5 minmarkdown

- **Ignoring minors**: If the service could be used by under-18 users

failing to address COPPA/age-gating is a serious gap

0
General
PromptBeginner5 minmarkdown

- Provide machine-readable policy endpoints (e.g.

`.well-known/privacy-policy`)

0
General
PromptBeginner5 minmarkdown

- Include in-app policy viewer (WebView pointing to `/privacy`

`/terms`

0
General
PromptBeginner5 minmarkdown

- Host policy pages on the web at their dedicated URLs (`/terms`

`/privacy`

0
General
PromptBeginner5 minmarkdown

- Implement cookie consent banner with granular opt-in/opt-out controls

linking to `/cookies` and `/privacy`

0
General
PromptBeginner5 minmarkdown

- For Next.js/Nuxt: use file-based routing (e.g.

`app/privacy/page.tsx` or `pages/privacy.vue`)

0
General
PromptBeginner5 minmarkdown

- Create dedicated route/page for each policy document (`/terms`

`/privacy`

0
Creative
PromptBeginner5 minmarkdown

- Recommend periodic review cadence (e.g.

quarterly or after regulatory changes)

0
General
PromptBeginner5 minmarkdown

- Track regulatory updates (GDPR amendments

new state privacy laws)

0
General
PromptBeginner5 minmarkdown

- Use semantic versioning (e.g.

v1.0

0
General
PromptBeginner5 minmarkdown

- When in doubt

apply the stricter regulation

0
General
PromptBeginner5 minmarkdown

- [ ] All six policy pages are implemented at their dedicated routes (`/terms`

`/privacy`

0
General
PromptBeginner5 minmarkdown

- [ ] Cookie table lists all cookies with name

provider

0
General
PromptBeginner5 minmarkdown

- [ ] Language is clear

plain

0
General
PromptBeginner5 minmarkdown

- [ ] All six documents (ToS

Privacy Policy

0
General
PromptBeginner5 minmarkdown

After completing all six policy documents

verify:

0
General
PromptBeginner5 minmarkdown

- Accessibility of documents (screen-reader friendly

logical heading structure)

0
General
PromptBeginner5 minmarkdown

- Consumer rights (know

delete

0
General
PromptBeginner5 minmarkdown

- Route structure follows platform conventions (file-based routing

router config

0
General
PromptBeginner5 minmarkdown

- Cross-border transfer safeguards documented (SCCs

adequacy decisions)

0
General
PromptBeginner5 minmarkdown

- Each policy page has a unique

crawlable URL (`/privacy`

0