privacy-publish
Installation
SKILL.md
Privacy Publish
Close the "hosted legal pages + ASC URLs" gap: render .planning/legal/{privacy,terms}.md → host them → PATCH the Privacy/Support URLs onto the App Store version. The one thing with no API — the App Privacy nutrition label — is handed off as a precise checklist.
Depends on the user's web infra, so ask once, remember. Hosting choice is theirs; the ASC URL-setting is the automatable part.
Prerequisites
- Legal drafts exist:
.planning/legal/privacy.md,.planning/legal/terms.md(fromlegal/privacy-policy). _shared/asc-api/set up (README).- Set
ASC="python3 <path to asc.py>"— resolveasc.pyrelative to this SKILL.md file's location (../../_shared/asc-api/asc.py), never the project cwd. Known install locations:- SwiftShip symlink install:
~/.claude/swiftship-skills/_shared/asc-api/asc.py - Copied install:
.claude/skills/_shared/asc-api/asc.py(project) or~/.claude/skills/_shared/asc-api/asc.py(global) - Plugin install: resolve from this file's location — the
_shared/tree ships with the plugin.
- SwiftShip symlink install:
- The app has a current editable App Store version + an en-US
appInfoLocalizationandappStoreVersionLocalization(get their ids first).