solo-legal

Solid

Use when "privacy policy", "terms of service", "legal pages", "GDPR", "CCPA", "app store legal", or project needs compliance documents. Do NOT use for NDA or contracts.

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /legal Generate privacy policy and terms of service tailored to the project's stack, features, and data handling. Aligned with manifesto privacy-first principles (`templates/principles/manifest.md`): on-device processing, local storage, no accounts when possible, user owns their data. **Disclaimer:** Generated documents are templates, not legal advice. Review with a lawyer before publishing, especially for regulated industries (health, finance, children). ## Steps 1. **Parse project** from `$ARGUMENTS`. - Read `docs/prd.md` — features, ICP, data handling - Read `CLAUDE.md` — stack, services used - Read stack YAML from `templates/stacks/{stack}.yaml` if available - If empty: ask via AskUserQuestion 2. **Data audit** — determine what data the product collects: Scan PRD and codebase config for: | Data Type | Collected? | Stored Where | Purpose | |-----------|-----------|-------------|---------| | Email/name | — | Local / Supabase | Account | | Usage analytics | — | PostHog (EU) | Product improvement | | Payment info | — | Stripe (not stored locally) | Billing | | User content | — | On-device / local DB | Core feature | | Location | — | — | — | | Device info | — | — | — | | Cookies | — | — | — | | Third-party SDKs | — | — | — | For each "yes": note the legal basis (consent, legitimate interest, contract). **Manifest alignment check:** - Data stored locally? (offline-first principle) - Can user export all their da...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

legal-document-generator

Generate draft legal documents from company context. Supports 8 document types across US, EU/GDPR, and UK jurisdictions.

15 Updated today
jikig-ai
Web & Frontend Listed

website-legal-pages

Builds and audits the three legal pages every website needs — Privacy Policy, Terms of Service / Terms of Use, and Accessibility Statement — generated from what a site actually does (its real trackers, forms, embeds, payment and booking tools) rather than from boilerplate, using the clause structures that industry-leading companies in that vertical use. Two modes: BUILD (write the pages, drop-in HTML + Markdown, for a site you're working on) and AUDIT (scan someone else's site for missing, stale, broken, or lying legal pages and produce a client-ready gap report you can pitch from). Use this skill whenever the user mentions a privacy policy, terms of service, terms and conditions, terms of use, EULA, cookie policy, accessibility statement, ADA/WCAG compliance, GDPR, CCPA/CPRA, "legal pages", "site footer legal links", or a DMCA/refund/disclaimer page — and also when they are launching, redesigning, handing off, or auditing a website for a client or small business, even if they never say the words "privacy pol

0 Updated 3 weeks ago
Prxdigy-exe
Data & Documents Listed

legal-audit

Audit the app's legal surface — privacy policy, Impressum, Nutzungsbedingungen and the internal records in docs/legal/ — against what the code actually does, and surface recent legal developments as a sourced reading list. Use when asked for a legal/privacy/GDPR/DSGVO/compliance audit, to check whether the policy still matches the app, or before opening public registration. Produces a ranked report; files issues only with your approval, and never adopts a legal duty on its own.

1 Updated today
ChulioZ