What's on the bench.
Resume Version Manager
Track different resume versions, maintain master resume, manage tailored versions
Resume Tailor
Customize resume for specific job postings while maintaining truthfulness
Resume Section Builder
Create targeted resume sections optimized for different experience levels and roles
Resume Quantifier
Find opportunities to add metrics and estimate numbers when exact data unavailable
Resume Formatter
Ensure ATS-friendly formatting and create clean scannable layouts
Resume Bullet Writer
Transform weak resume bullets into achievement-focused statements with metrics and impact
Reference List Builder
Format professional references properly and prepare reference materials
Portfolio Case Study Writer
Transform resume bullets into detailed portfolio case studies
Offer Comparison Analyzer
Compare multiple job offers side-by-side with total compensation analysis
Linkedin Profile Optimizer
Optimize LinkedIn profile for searchability, recruiter visibility, and engagement
Interview Prep Generator
Generate STAR stories, practice questions, and talking points from resume
Executive Resume Writer
Create C-suite and VP level resumes emphasizing strategic leadership
Creative Portfolio Resume
Balance visual design with ATS compatibility for creative roles
Cover Letter Generator
Create personalized, compelling cover letters from resume and job description
Academic Cv Builder
Format CVs for academic positions with publications, grants, and teaching
Use Dom
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Upgrading Expo
Guidelines for upgrading Expo SDK versions and fixing dependency issues
Native Data Fetching
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
Expo UI
Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android rendered from React in an Expo or React Native app. Covers universal cross-platform components (Host, Column, Row, Button, Text, List, and more imported from @expo/ui), drop-in replacements for popular React Native community libraries (BottomSheet, DateTimePicker, Slider, Menu, etc.), and platform-specific SwiftUI (@expo/ui/swift-ui) and Jetpack Compose (@expo/ui/jetpack-compose) trees and modifiers. Use when adding or reviewing @expo/ui Host/RNHostView trees, building native-feeling UI where standard React Native components fall short (lists with swipe actions and sections, settings forms with toggles, menus, sheets, pickers, sliders), choosing between universal and platform-specific components, or replacing an RN community UI library with a native @expo/ui equivalent. Not for custom native modules, Expo Router navigation, Reanimated, or data fetching.
Expo Tailwind Setup
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Expo Module
Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system. Use when building or modifying native modules for Expo.
Expo Dev Client
Build and distribute Expo development clients locally or via TestFlight
Expo Deployment
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
Expo Cicd Workflows
Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.