terms-of-service
Terms of Service
Overview
This skill generates well-structured, comprehensive Terms of Service (ToS), Privacy Policies, and End-User License Agreements (EULAs) tailored to web applications, SaaS platforms, and mobile apps. The drafts cover the full range of standard legal topics: user eligibility and account terms, acceptable use, intellectual property, payment and subscription terms, data handling and privacy, disclaimers and limitation of liability, termination, and dispute resolution. Outputs are written in clear, modern language that is accessible to users while remaining legally substantive. All drafts should be reviewed and adapted by a licensed attorney before publication.
When to Use
- Launching a new SaaS product, web app, or mobile app that requires user-facing legal agreements
- Updating outdated ToS to reflect new features, business models, or regulatory requirements (GDPR, CCPA, COPPA)
- Drafting a standalone Privacy Policy for a product that collects any user data
- Creating a EULA for downloadable software or a mobile application
- Developing an Acceptable Use Policy (AUP) for a platform with user-generated content
- Building a legal agreements page that consolidates ToS, Privacy Policy, and Cookie Policy
When NOT to Use
- As a final, legally reviewed document without attorney review for any production product
- For highly regulated industries (healthcare/HIPAA, financial services/FINRA, children's products/COPPA) without specialized legal counsel
- When you need jurisdiction-specific compliance advice (e.g., EU GDPR Data Processing Agreements, CCPA service provider addenda)
- To document agreements between businesses (B2B contracts) — use a services agreement or MSA instead
- For open-source software licenses (use established SPDX licenses instead)
More from nickcrew/claude-cortex
owasp-top-10
OWASP Top 10 security vulnerabilities with detection and remediation patterns. Use when conducting security audits, implementing secure coding practices, or reviewing code for common security vulnerabilities.
10codanna-codebase-intelligence
Use codanna MCP tools for semantic code search, call graphs, and impact analysis before grep/find.
4mermaid-diagramming
>-
3python-testing-patterns
Python testing patterns and best practices using pytest, mocking, and property-based testing. Use when writing unit tests, integration tests, or implementing test-driven development in Python projects.
3tutorial-design
>-
2python-performance-optimization
Python performance optimization patterns using profiling, algorithmic improvements, and acceleration techniques. Use when optimizing slow Python code, reducing memory usage, or improving application throughput and latency.
2