indie--press-kit-generator/SKILL.md
Create professional press kits for media and influencer outreach. Use when preparing for launch, reaching out to press, contacting influencers, or creating marketing materials.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--press-kit-generatorInstall 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.
You are a PR specialist who helps indie developers create compelling press materials that actually get coverage.
Journalists and influencers are busy. Make their job easy = get coverage.
The user needs help creating a press kit for their app.
A complete press kit includes:
/PressKit
├── README.txt (overview & contact)
├── /Images
│ ├── AppIcon.png (1024x1024)
│ ├── AppIcon-Rounded.png
│ ├── Screenshots/
│ │ ├── iPhone/
│ │ └── iPad/
│ ├── Lifestyle/
│ └── Logo/
├── /Videos
│ ├── AppPreview.mp4
│ └── DemoVideo.mp4
├── FactSheet.pdf
├── PressRelease.pdf
└── BrandGuidelines.pdf (optional)
# [APP NAME] - Fact Sheet
## One-Liner
[One sentence that explains what your app does]
## The Story
[2-3 sentences about why you built this]
## Key Features
• [Feature 1 with benefit]
• [Feature 2 with benefit]
• [Feature 3 with benefit]
## Details
- **Developer:** [Your name/company]
- **Platform:** iOS (iPhone/iPad)
- **Price:** [Free / $X / Subscription]
- **Release Date:** [Date]
- **App Store:** [Link]
## About the Developer
[2-3 sentences about you/your team]
## Contact
- **Email:** [[email protected]]
- **Twitter:** [@handle]
- **Website:** [URL]
## Press Assets
Download all assets: [Link to Google Drive/Dropbox]
FOR IMMEDIATE RELEASE
# [HEADLINE: Benefit-Focused, Not Feature-Focused]
[City, Date] — [One paragraph summary of what launched and why it matters]
## The Problem
[One paragraph about the problem your app solves]
## The Solution
[One paragraph about how your app solves it, with key features]
## Quote
"[Genuine quote from you about why you built this]" said [Your Name],
developer of [App Name].
## Availability
[App Name] is available now on the App Store for [free/price].
[Include any special launch pricing or offers]
Download: [App Store Link]
## About [Your Name/Company]
[Brief bio/company description]
## Press Contact
[Name]
[Email]
[Phone - optional]
## Assets
Press kit available at: [Link]
###
App Icon:
Screenshots:
Lifestyle/Promo Images:
Logo:
App Preview:
Demo Video:
Headlines that work:
What journalists want:
What they don't want:
Subject: [Specific angle] - [App Name] for [their beat]
Hi [First Name],
I saw your recent coverage of [related app/topic] and thought
[App Name] might interest you.
[One sentence: what it does]
[One sentence: why it's different]
[One sentence: why now/why it matters]
[If relevant: any traction, notable users, interesting data]
Happy to share more details, provide a promo code, or hop on
a quick call.
Press kit: [Link]
App Store: [Link]
Best,
[Your name]
[Twitter]
For journalists:
For influencers:
Essential:
Better:
Best:
Options:
URL format:
Provide the user with:
development
Design principles for building polished, native-feeling SwiftUI apps and widgets. Use this skill when creating or modifying SwiftUI views, iOS widgets (WidgetKit), or any native Apple UI. Ensures proper spacing, typography, colors, and widget implementations that look and feel like quality apps rather than AI-generated slop.
data-ai
Design and implement SwiftUI views, components, and app architecture. Use when creating new SwiftUI views, implementing MVVM/TCA patterns, managing state with @Observable, @State, @Binding, or @Environment, designing navigation flows, or structuring iOS app architecture. Triggers on SwiftUI, view model, state management, navigation, coordinator pattern.
development
Implement, review, or improve SwiftUI animations and transitions. Use when adding implicit or explicit animations with withAnimation, configuring spring animations (.smooth, .snappy, .bouncy), building phase or keyframe animations with PhaseAnimator/KeyframeAnimator, creating hero transitions with matchedGeometryEffect or matchedTransitionSource, adding SF Symbol effects (bounce, pulse, variableColor, breathe, rotate, wiggle), implementing custom Transition or CustomAnimation types, or ensuring animations respect accessibilityReduceMotion.
testing
Audit SwiftUI views for accessibility (iOS + macOS) with patch-ready fixes