Agent skill
apple-guidelines
Apple Human Interface Guidelines and App Store requirements. Use when designing UI, handling app review requirements, privacy policies, or platform-specific UX patterns.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/apple-guidelines
SKILL.md
Apple Guidelines for Finance App
App Store Requirements for Finance Apps
- Privacy policy required (handles financial data)
- Data encryption at rest and in transit
- Biometric auth option for accessing financial data
- No third-party analytics tracking financial data without consent
- Clear data deletion option (GDPR, App Privacy)
iOS HIG Key Points
- Tab bar: max 5 tabs, most important features
- Suggested tabs: Dashboard, Transactions, Budget, Accounts, Settings
- Use SF Symbols for icons (consistent with system)
- Sheets for creation flows, push for detail views
- Swipe actions: Delete (destructive, red), Archive, etc.
- Pull to refresh for synced data
macOS HIG Key Points
- Sidebar navigation (NavigationSplitView)
- Keyboard shortcuts for common actions (⌘N new, ⌘S save)
- Menu bar integration
- Toolbar for contextual actions
- Support standard macOS window behaviors (resize, full screen)
Accessibility Checklist
- VoiceOver labels on all interactive elements
- Dynamic Type support (no fixed font sizes)
- Sufficient color contrast (4.5:1 minimum)
- Don't use color alone to convey information
- Support Bold Text setting
- Reduce Motion support
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?