ios-interview-roadmap-system/SKILL.md
Create iOS interview preparation roadmaps, flowcharts, and full prep systems (study plans, checklists, mock Q&A, rubrics). Use when asked to turn an iOS interview checklist into a roadmap/flowchart, build an interview study plan or curriculum, generate mock interview questions/answers, or connect architecture/concurrency/performance/testing topics into a real-world engineering flow.
npx skillsauth add abanoub-ashraf/manus-skills-import ios-interview-roadmap-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build a production-grade iOS interview roadmap and a complete prep system that connects topics into a coherent engineering flow.
Ask one question at a time until these are known:
If the user says "do it" or gives no details, assume: senior iOS, 4-6 weeks, 8-10 hours/week, balanced focus.
Use references/topic-taxonomy.md and references/roadmap-template.md.
Rules:
Deliverables:
Use references/interview-plan-template.md and references/question-bank-template.md.
Include:
If timeline is short, compress by removing lower-signal topics (legacy frameworks, deep UI animation details).
Use references/evaluation-rubric.md for scoring. Provide:
Default output format:
If the user wants social content, adapt the roadmap into a short post using references/social-post-template.md.
topic-taxonomy.md for topic coverage and orderingroadmap-template.md for flowchart structureinterview-plan-template.md for weekly/daily plan scaffoldingquestion-bank-template.md for mock questionsevaluation-rubric.md for scoringsocial-post-template.md for short social content formattingdevelopment
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