Agent skill · Data & Analytics

privacy-policy

Generate privacy policies, terms of service, and EULAs for Apple platform apps. Detects data collection patterns, third-party SDKs, and generates region-specific legal documents with Apple Privacy Nutrition Label mapping. Use when user needs legal documents or data collection disclosure for App Store submission.

rshankrasgithub.com/rshankrasGitHub ↗
claude-codecan modify filesMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill privacy-policy --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepAskUserQuestion
Path: skills/legal/privacy-policy/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Privacy Policy & Legal Document Generator Generate ready-to-use privacy policies, terms of service, and EULAs tailored to your app's data practices, third-party services, and target markets. > **Disclaimer:** This skill generates template legal documents based on common indie app scenarios. Consult a qualified lawyer for apps handling sensitive data (health, financial, children's data), apps with complex data sharing arrangements, or apps operating in highly regulated industries. These templates are a strong starting point -- not a substitute for legal counsel. ## When This Skill Activates Use this skill when the user: - Needs a privacy policy for their app - Needs terms of service or EULA - Apple requires a privacy policy for App Store submission - Is adding analytics, ads, or crash reporting and needs to update their privacy policy - Asks about data collection disclosure or privacy compliance - Mentions GDPR, CCPA, DPDP, or COPPA requirements for their app - Wants to know what to declare in Apple's Privacy Nutrition Labels ## Pre-Generation Checks Before generating documents, gather context from the project. ### 1. Look for Existing Legal Documents ``` Glob: **/privacy*.md, **/

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Pre-Generation Checks
  3. 1. Look for Existing Legal Documents
  4. 2. Check for Third-Party SDK Usage
  5. 3. Detect Data Collection Patterns in Code
  6. 4. Check Info.plist for Permission Usage Descriptions
  7. Configuration Questions
  8. 1. What documents do you need?
  9. 2. What data does your app collect?
  10. 3. What third-party services does your app use?
  11. 4. Does your app target or allow children under 13?
  12. 5. Where will you host these documents?
  13. Generation Process
  14. Step 1: Select Template Sections
Ships with 1 file
  • templates.md
More from claude-code-apple-skills
All skills →
About this skill
What does the privacy-policy skill do?

Generate privacy policies, terms of service, and EULAs for Apple platform apps. Detects data collection patterns, third-party SDKs, and generates region-specific legal documents with Apple Privacy Nutrition Label mapping. Use when user needs legal documents or data collection disclosure for App Store submission.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill privacy-policy --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going