beckyisj/webdev-kit · chrome-ext/SKILL.md · Scaffold a Chrome extension from a description. Generates manifest v3, content scripts, popup, and styles with minimal…
beckyisj/webdev-kit · domain/SKILL.md · Point a domain (or subdomain) at a deployed app — reads the current DNS with dig, identifies the registrar, produces…
beckyisj/webdev-kit · favicon/SKILL.md · Generate a complete favicon set (favicon.ico, favicon.svg, apple-touch-icon.png) from a concept or existing SVG. Use…
beckyisj/webdev-kit · improvmx/SKILL.md · Set up free inbound email forwarding on a custom domain with ImprovMX — hello@yourdomain.com lands in your existing…
beckyisj/webdev-kit · landing/SKILL.md · Generate a responsive tool landing page (hero, demo, features, CTA, footer) from a tool name and description. Use when…
beckyisj/webdev-kit · og-image/SKILL.md · Generate an OG image (1200x630) for any website or tool. Designs for small-preview readability (WhatsApp, Slack…
beckyisj/webdev-kit · resend/SKILL.md · Wire transactional email into a web app with Resend — install the SDK, add the env var, scaffold a send route (Next.js…
beckyisj/webdev-kit · responsive/SKILL.md · Test a web app at mobile, tablet, and desktop breakpoints. Screenshots each size, flags overflow, small touch targets…
beckyisj/webdev-kit · seo/SKILL.md · Audit and bootstrap SEO for a web project — sitemap.xml, robots.txt, llms.txt, JSON-LD structured data, and meta tags…
beckyisj/webdev-kit · ship/SKILL.md · End-to-end ship workflow — commit, push, deploy to Vercel, and save a project note. Runs after a build session to…
beckyisj/webdev-kit · supabase/SKILL.md · Add a Supabase backend to a Next.js app — env vars, the @supabase/ssr browser/server clients, an auth callback route, a…
beckyisj/webdev-kit · vercel/SKILL.md · Take a web app from local to live on Vercel — link the project, sync environment variables from .env.local, deploy to…