emilyLi2020

30 mods across 1 repository, 2 stars between them.

blog-writer

01

emilyLi2020/WAVE

Skill Claude CodeCodex

Write new blog posts using the rich content block system. Handles topic ideation, SEO metadata, content structuring with visual components (callouts, stats, step lists, checklists, code snippets, quotes, pro/con tables, link cards), and integration into the blog data file. Use when adding a new blog post to the site.

2 2mo ago A 72 tokens original Apache-2.0

bugfix-doctor

02

emilyLi2020/WAVE

Skill Claude CodeCodex

Systematic bug-fixing workflow for non-coders. Walks through reproduce, isolate, fix, test, and verify. Explains all errors in plain English. Use when something is broken and the user does not understand why.

2 2mo ago A 51 tokens original Apache-2.0

building-native-ui

03

emilyLi2020/WAVE

Skill Claude CodeCodex

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

2 2mo ago A 31 tokens copy · 100% Apache-2.0

demo-prep

04

emilyLi2020/WAVE

Skill Claude CodeCodex

Produces a step-by-step live demo script for hackathon presentations. Covers the problem, the app walkthrough, and the outcome. Includes a backup plan. Use before presenting at a hackathon or demo day.

2 2mo ago A 45 tokens original Apache-2.0

domain-to-spec

05

emilyLi2020/WAVE

Skill Claude CodeCodex

Turns domain expertise into a technical specification AND writes AGENTS.md + PRD.md to the repo root. Run this FIRST, before any other scaffold skill. Takes your profession and desired outcome, lists constraints, identifies error-prone steps, proposes the simplest buildable flow, and commits the result as AGENTS.md…

2 2mo ago A 88 tokens original Apache-2.0

eas-update-insights

06

emilyLi2020/WAVE

Skill Claude CodeCodex

Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many users are on the embedded build vs OTA, or wants to gate CI on…

2 2mo ago A 77 tokens copy · 89% Apache-2.0

expo-api-routes

07

emilyLi2020/WAVE

Skill Claude CodeCodex

Guidelines for creating API routes in Expo Router with EAS Hosting.

2 2mo ago B 18 tokens copy · 100% Apache-2.0

expo-cicd-workflows

08

emilyLi2020/WAVE

Skill Claude CodeCodex

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.

2 2mo ago A 60 tokens copy · 100% Apache-2.0

expo-deployment

09

emilyLi2020/WAVE

Skill Claude CodeCodex

Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes.

2 2mo ago A 24 tokens copy · 100% Apache-2.0

expo-dev-client

10

emilyLi2020/WAVE

Skill Claude CodeCodex

Build and distribute Expo development clients locally or via TestFlight.

2 2mo ago A 15 tokens copy · 100% Apache-2.0

expo-module

11

emilyLi2020/WAVE

Skill Claude CodeCodex

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.

2 2mo ago A 61 tokens original Apache-2.0

expo-tailwind-setup

12

emilyLi2020/WAVE

Skill Claude CodeCodex

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling.

2 2mo ago A 27 tokens copy · 88% Apache-2.0

emilyLi2020/WAVE

Skill Claude CodeCodex

@expo/ui/jetpack-compose package lets you use Jetpack Compose Views and modifiers in your app.

2 2mo ago A 29 tokens copy · 100% Apache-2.0

Expo UI SwiftUI

14

emilyLi2020/WAVE

Skill Claude CodeCodex

@expo/ui/swift-ui package lets you use SwiftUI Views and modifiers in your app.

2 2mo ago A 26 tokens copy · 98% Apache-2.0

feature-builder

15

emilyLi2020/WAVE

Skill Claude CodeCodex

Structured workflow for implementing a new feature when you have no coding experience. Returns a plan, files list, commands, manual test steps, and rollback plan. Use when the user wants to add a feature to their project.

2 2mo ago A 47 tokens original Apache-2.0

issue-plan-observer

16

emilyLi2020/WAVE

Skill Claude CodeCodex

Impartially reviews GitHub issues and implementation plans, compares the plan against repository evidence, and surfaces neutral risks, mismatches, hidden dependencies, test gaps, and practical suggestions. Use when the user asks to look at an issue, review a plan, act as an impartial observer, provide observations or…

2 2mo ago A 78 tokens original Apache-2.0

emilyLi2020/WAVE

Skill Claude CodeCodex

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).

2 2mo ago B 49 tokens copy · 91% Apache-2.0

non-coder-mode

18

emilyLi2020/WAVE

Skill Claude CodeCodex

Core guardrails for non-coders using Cursor or Claude Code. Tells the AI to explain everything in plain English, break tasks into small steps, never assume coding knowledge, and include safety rails. Use when working with someone who has zero programming experience.

2 2mo ago A 56 tokens original Apache-2.0

prompt-master

19

emilyLi2020/WAVE

Skill Claude CodeCodex

Generates optimized prompts for any AI tool. Use when writing, fixing, improving, or adapting a prompt for LLM, Cursor, Midjourney, image AI, video AI, coding agents, or any other AI tool.

2 2mo ago B 49 tokens copy · 100% Apache-2.0

quickstart

20

emilyLi2020/WAVE

Skill Claude CodeCodex

One-shot project bootstrapper. Runs domain-to-spec, scaffold-frontend, and (if needed) scaffold-backend sequentially, with user confirmation between steps. Produces AGENTS.md, PRD.md, a Next.js app in clients/, and optionally a FastAPI app in server/. Use when starting a brand new project and the user wants the full…

2 2mo ago A 79 tokens original Apache-2.0

scaffold-app

21

emilyLi2020/WAVE

Skill Claude CodeCodex

Creates a new application from scratch with one working route and one visible page. Solves the blank canvas problem for non-coders. Use when starting a brand new project and the user does not know where to begin.

2 2mo ago A 47 tokens original Apache-2.0

scaffold-backend

22

emilyLi2020/WAVE

Skill Claude CodeCodex

PRD-driven backend scaffold. Reads AGENTS.md and PRD.md from the repo root and creates a FastAPI app inside server/ with optional Supabase integration and one stub route per entry listed under PRD.md > Backend Routes. Refuses to run if AGENTS.md and PRD.md do not exist, or if PRD.md says Backend Needed? = No. Run…

2 2mo ago A 86 tokens original Apache-2.0

scaffold-frontend

23

emilyLi2020/WAVE

Skill Claude CodeCodex

PRD-driven frontend scaffold. Reads AGENTS.md and PRD.md from the repo root and creates a Next.js + TypeScript + Tailwind app inside clients/ with pages, navigation, and placeholder components that match the PRD. Refuses to run if AGENTS.md and PRD.md do not exist. Run this AFTER domain-to-spec.

2 2mo ago A 75 tokens original Apache-2.0

emilyLi2020/WAVE

Skill Claude CodeCodex

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

2 2mo ago A 41 tokens copy · 83% Apache-2.0