Deploy Doctor
Diagnose and fix common web-app deployment failures — especially full-stack JS apps (Vite SPA + Express/Node + serverless). Covers "the site shows raw JavaScript source", FUNCTION_INVOCATION_FAILED on Vercel, Render/Railway port-binding failures, env vars that don't take effect, missing build dependencies, blank social link previews, and SPA routing 404s. Use when a deploy "succeeds" but the site…
Build Theme
Build a new NUMU V3 storefront theme end-to-end with the current toolchain — @numueg/theme-cli (scaffold/dev/validate), @numueg/theme-plugin (federated vite build), @numueg/theme-sdk 0.10+ (hooks/components/soft-nav), @numueg/theme-kit (headless helpers). Use when creating a theme, adding sections to one, or porting a design into the NUMU theme engine.
Ask Terminal
Build an "Ask Me" AI chat terminal for a portfolio or docs site — a VS Code/terminal-styled React component with token-by-token streaming, rich markdown replies, a Claude-style cycling "thinking" indicator, right-click-to-paste, suggestion chips, and a graceful local fallback. Backed by a self-contained, prompt-hardened, rate-limited serverless function that calls any OpenAI-compatible LLM (OpenR…
Og Image
Generate a branded 1200x630 Open Graph / social share image (PNG) from an SVG template using sharp — no design tool needed. Produces the card that shows when a link is shared on LinkedIn, X/Twitter, Slack, Discord, iMessage. Use when a site has a blank/missing/ugly link preview, needs a proper og:image, or the user wants a generated social card matching their brand. Pairs with the seo-kit skill (…
Theme Toggle
Add a proper, persisted light/dark theme to a React + Tailwind/CSS-variables site — a ThemeProvider that toggles a `.dark` class on <html>, remembers the choice in localStorage, and a complete CSS token palette for both modes. Includes the trick for keeping intentionally-dark panels (terminals, code blocks) dark in BOTH themes. Use when the user wants a dark/light mode switch, theming that actual…
Scroll Reveal Kit
Add tasteful, RELIABLE scroll-triggered animations to a React site — a SectionHeading that types a "// label" kicker + draws an animated underline when it scrolls into view, a count-up number component for stats, and the correct framer-motion reveal patterns. Includes the fixes for the common framer-motion gotcha where parent→child variant propagation through whileInView silently leaves content s…
Llm Endpoint
Add a hardened, production-ready LLM chat endpoint to a site — a single self-contained serverless function (Vercel-style) that proxies an OpenAI-compatible API (OpenRouter by default), with prompt-injection pre-filtering, off-topic/jailbreak refusal via a strict system prompt, per-IP + global in-memory rate limiting, output-token caps, and full try/catch so it never crashes to a platform 500. Kee…
Github Activity
Add a live, self-built GitHub stats section to a site — headline stat cards (repos, total stars, followers, following), a "most used languages" bar computed by repo count with real GitHub language colors, and a top-repositories list. Pulls real data from GitHub's public REST API (no token), with loading skeletons, a session cache, and a graceful fallback if rate-limited. Use when the user wants t…
Numu AOV Themes
Add AOV (Average Order Value) features to a NUMU V3 (BYOT) storefront theme — free-shipping progress bar, promotions display, cart recommendations with quick-add, added-to-bag drawer, grid quick-add, recently-viewed rail, brand payment badges, and an editor-preview sample cart. Includes the design rules, editor-settings conventions, and QA approach. Use when asked to raise AOV / conversion on a N…
Command Palette
Add a VS Code / Raycast-style ⌘K command palette to a React app — fuzzy-searchable navigation, actions, and links in a modal. Opens with Cmd/Ctrl+K or "/", supports jump-to-section (smooth scroll), open-external-link, and run-action items, grouped with headings. Built on cmdk. Use when the user wants a command palette, quick-nav / quick-actions, a "⌘K" launcher, or a power-user keyboard menu.
Seo Kit
Make a website discoverable and shareable — adds the SEO essentials in one pass. Drops in <head> meta (description, keywords, robots, theme-color, canonical), Open Graph + Twitter card tags for rich link previews, JSON-LD structured data (Person and/or WebSite) for Google rich results, and generates sitemap.xml + robots.txt. Use when the user wants to improve SEO, fix missing/blank social link pr…