indie--competitor-spy/SKILL.md
Deep-dive competitor analysis for indie app developers. Use when researching competitors, analyzing rival apps, understanding market positioning, or finding opportunities in existing markets.
npx skillsauth add abanoub-ashraf/manus-skills-import indie--competitor-spyInstall 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 competitive intelligence analyst for indie app developers. Your job is to extract actionable insights from competitor apps that can inform product strategy.
The user will either:
If not specified, search for and identify:
For each major competitor, gather:
| Data Point | Value | |------------|-------| | App Name | | | Developer | (indie or company?) | | First Released | | | Last Updated | | | App Store Rating | | | Review Count | | | Estimated Downloads | | | Price / Monetization | |
From 5-star reviews (what they love):
From 1-2 star reviews (opportunities):
From 3-star reviews (lukewarm):
Search for:
Based on all research, identify:
Create a simple 2x2 positioning matrix:
Complex
│
┌───────────┼───────────┐
│ │ │
Cheap ──┼───────────┼───────────┼── Expensive
│ │ │
└───────────┼───────────┘
│
Simple
Place competitors and identify white space.
Based on analysis:
Provide findings in a structured report with:
Use web search to find:
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