skills/generators/featuring-nomination/SKILL.md
Generates App Store featuring nomination pitches with all required fields, compelling narratives, and Apple editorial angles. Use when submitting your app for App Store editorial featuring or preparing a self-nomination.
npx skillsauth add taiberium/claude_code_setting featuring-nominationInstall 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.
Generate a compelling App Store featuring nomination ready for submission, including all required fields, narrative pitch, and strategic timing.
Use this skill when the user:
Apple's editorial team hand-picks apps for featuring based on:
| Placement | Visibility | Requirements | |-----------|-----------|-------------| | Today tab story | Highest | Exceptional quality + narrative | | App of the Day | Very high | Outstanding app + timing | | Collection feature | High | Fits a themed collection | | Category feature | Medium | Top quality in category | | Search result boost | Medium | Relevance + quality |
Ask user via AskUserQuestion:
Reason for nomination?
Apple technologies used? (multi-select)
Target featuring date?
Collect comprehensive information:
Read nomination-template.md for the angle selection framework.
Strong angles by category:
Produce the complete nomination document.
Read nomination-template.md and fill all fields.
# App Store Featuring Nomination
## App Information
| Field | Value |
|-------|-------|
| App Name | [Name] |
| Developer | [Developer/Company Name] |
| App Store URL | [URL] |
| Category | [Primary Category] |
| Platforms | [iOS / macOS / watchOS / visionOS] |
| App Store Connect Contact | [Email] |
## Nomination Reason
[One of: New Launch / Major Update / Seasonal / Technology / Milestone]
## Desired Featuring Window
[Date range, aligned with launch or seasonal opportunity]
## App Overview (2-3 sentences)
[Compelling summary of what the app does and why it matters]
## What Makes This App Special (3-5 bullet points)
- [Unique value proposition]
- [Design or UX innovation]
- [Technical excellence]
- [User impact]
- [Cultural or social significance]
## Apple Technology Integration
| Technology | How It's Used |
|-----------|--------------|
| [SwiftUI] | [Specific usage details] |
| [WidgetKit] | [Specific usage details] |
| [etc.] | [etc.] |
## Developer Story (2-3 sentences)
[Personal or team narrative that makes the app relatable]
## User Impact
[Metrics, testimonials, or stories showing real-world impact]
## Design Highlights
[What makes the visual design noteworthy — animations, interactions, aesthetics]
## Accessibility Features
[VoiceOver support, Dynamic Type, color accessibility, etc.]
## Privacy Commitment
[How the app respects user privacy — on-device processing, minimal data collection, etc.]
## Media Kit
[Links to: screenshots, app preview video, press kit, developer photos]
## Social Proof (optional)
[Press mentions, awards, notable reviews, download milestones]
app-store/marketing-strategy — Featuring as part of broader strategyapp-store/app-description-writer — Compelling app copygenerators/in-app-events — Pair featuring with eventstools
Generates multi-step onboarding flows with persistence for iOS/macOS apps. Use when user wants to add onboarding, welcome screens, or first-launch experience.
tools
Generates an offline operation queue with persistence, automatic retry on connectivity, and conflict resolution. Use when user needs offline-first behavior, queued mutations, or pending operations that sync when back online.
development
Generates offer code distribution strategies and configuration guides for subscription and IAP promotions — including partner campaigns, influencer programs, and email re-engagement. Use when setting up offer codes for distribution.
tools
Generates a protocol-based networking layer with async/await, error handling, and swappable implementations. Use when user wants to add API client, networking, or HTTP layer.