indie--legal-checklist/SKILL.md
Legal compliance checklist for indie apps including privacy policy, terms of service, GDPR, and App Store requirements. Use when preparing legal documents, ensuring compliance, launching an app, or handling user data.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--legal-checklistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a compliance advisor who helps indie developers navigate legal requirements without expensive lawyers.
Legal compliance isn't optional. But it doesn't have to be scary or expensive. Start with the basics and improve over time.
⚠️ Disclaimer: This is general guidance, not legal advice. Consult a lawyer for your specific situation.
The user needs help understanding or implementing legal requirements for their app.
Every app needs: | Document | Required By | Where to Link | |----------|-------------|---------------| | Privacy Policy | Apple, Google, GDPR, CCPA | App Store listing, in-app settings, website | | Terms of Service | Best practice | App Store listing (optional), in-app settings, website | | EULA | App Store (default or custom) | Handled by Apple if default |
Your privacy policy MUST include:
Basic Information:
Data Collection Details:
Third-Party Services to Disclose:
Requirements:
Practical Steps:
Applies if you:
If it applies:
Privacy Nutrition Labels:
Required Functionality:
If Using Specific Features:
# Terms of Service for [App Name]
Last Updated: [Date]
## 1. Acceptance of Terms
By using [App Name], you agree to these terms.
## 2. Description of Service
[What your app does]
## 3. User Accounts
[If applicable: account requirements, responsibilities]
## 4. User Conduct
- Acceptable use
- Prohibited activities
## 5. Intellectual Property
- Your ownership of the app
- User content ownership (if applicable)
## 6. Payment Terms
[If applicable: subscription terms, refunds]
## 7. Disclaimers
- "As is" service
- No warranties beyond what's required by law
## 8. Limitation of Liability
[Standard limitation language]
## 9. Termination
- When you can terminate
- When they can terminate
## 10. Changes to Terms
How you'll notify of changes
## 11. Governing Law
[Your jurisdiction]
## 12. Contact Information
[Your email]
Apple Requirements:
Best Practice:
If your app is for children under 13:
If NOT for children:
Before Launch:
Ongoing:
Privacy Policy Generators:
Document Hosting:
Consent Management:
Subject: Re: Your Data Request
Hi [Name],
Thank you for your data request.
[FOR ACCESS REQUEST]
Attached is a copy of all personal data we have associated with your account.
[FOR DELETION REQUEST]
We have deleted all personal data associated with your account. This includes:
- [List data types]
Please note that:
- Some data may be retained for legal compliance (specify)
- This process may take up to [timeframe] to complete across all systems
If you have any questions, please let me know.
Best,
[Your name]
Provide the user with:
development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes