Production skills for reviewing and shipping Apple platform applications (macOS + iOS/iPadOS), plus targeted Flutter Windows packaging workflows.
osx-compliance: audits Apple-platform release/compliance infrastructure (macOS + iOS/iPad companion gates).osx-review: deep release-focused code review for App Store and desktop/mobile delivery.osx-models: model/framework selection guidance for native Apple-platform AI features.osx-ios: end-to-end iOS/iPad distribution preparation for TestFlight and App Store.osx-flutter-auth0-login: Auth0 login implementation for Flutter macOS apps with PKCE, Keychain storage, and backend JWT verification.windows-flutter-exe: builds and packages Flutter Windows executable bundles with runtime dependencies.
Skill source files:
skills/osx-compliance/SKILL.mdskills/osx-review/SKILL.mdskills/osx-models/SKILL.mdskills/osx-ios/SKILL.mdskills/osx-flutter-auth0-login/SKILL.mdskills/windows-flutter-exe/SKILL.md
Use the installer scripts from this repository root.
./scripts/install-claude.shThis installs a symlink at:
~/.claude/skills/osxskills -> <repo>/skills
./scripts/install-codex.shThis installs a symlink at:
~/.agents/skills/osxskills -> <repo>/skills
Claude:
mkdir -p ~/.claude/skills
ln -sfn "$(pwd)/skills" ~/.claude/skills/osxskillsCodex:
mkdir -p ~/.agents/skills
ln -sfn "$(pwd)/skills" ~/.agents/skills/osxskillsInvoke directly, for example:
/osx-review
Or for mobile distribution:
/osx-ios
Or for Flutter Windows executable packaging:
/windows-flutter-exe
Or for Auth0 login in Flutter macOS:
/osx-flutter-auth0-login
Use natural language, for example:
Use the osx-review skill on this macOS app before release.
Or:
Use the osx-ios skill to prepare iOS and iPad distribution for TestFlight.
Or:
Use the windows-flutter-exe skill to package a Flutter Windows release with all dependencies.
Or:
Use the osx-flutter-auth0-login skill to add Auth0 login to my Flutter macOS app.
git pullNo reinstall is needed when using symlinks.
rm ~/.claude/skills/osxskills
rm ~/.agents/skills/osxskillsMIT. See LICENSE.