Storage Upload
Handle file uploads with Supabase Storage in Next.js — buckets, RLS on objects, signed URLs, image handling, and size/type validation. Use when adding avatars, portfolio images, document uploads, or any user file.
Repurpose
Turn one idea/asset into a multi-format Instagram + Facebook set - Reel, carousel, Story, and FB post - each native to its format. Use to maximize one piece of content across Meta.
Listing Description
Write a compelling, MLS-ready, Fair-Housing-compliant, fact-checked listing description. Use when drafting or rewriting a property listing, MLS remarks, or marketing copy for a home.
Api Design
Design Next.js route handlers and server actions with input validation, correct status codes, error handling, and rate limiting. Use when building an API endpoint, server action, or webhook receiver.
Engagement Strategy
Build a growth/engagement strategy for Instagram + Facebook - format mix, posting rhythm, hooks, saves/shares optimization, and community tactics - without bait or buying followers. Use for channel growth planning.
Cma
Build a Comparative Market Analysis - select comparable sales, adjust for differences, and produce a defensible price range with rationale. Use when pricing a listing or advising a buyer's offer.
Design Direction
Choose an intentional, non-template visual direction (style, palette, type, motion) BEFORE writing any UI. Use at the start of a new site/page or when output looks generic. Enforces the anti-template policy.
Perf Budget
Enforce a Core Web Vitals / Lighthouse performance budget on a Next.js site — LCP, CLS, INP, bundle size, images. Use before shipping a page or when a page feels slow.
Negotiation Strategy
Develop a negotiation strategy for offers, counters, repair requests, and multiple-offer situations - leverage, priorities, and walk-away points. Use when negotiating a deal for a buyer or seller.
Ab Test
Design an A/B test - hypothesis, single variable, variants, sample size/duration, and the metric - and interpret results honestly. Use when optimizing a page, ad, email, or funnel step.
Email Sequence
Write a multi-email sequence (welcome, nurture, launch, re-engagement) with goals, timing, and CTAs - CAN-SPAM compliant and deliverability-safe. Use when building a drip/nurture/launch flow.
Kpi Dashboard
Define the financial + operating KPIs that matter for a business and structure a dashboard - metric, definition, formula, target, and trend. Use when building reporting or a board/management dashboard.
Subject Lines
Write email subject lines (and preview text) that get opens without tripping spam filters or misleading - with variations to A/B test. Use when finalizing an email or testing opens.
Disclosure Checklist
Assemble the required seller/agent disclosures for a transaction and flag state-specific items. Use when listing a property or preparing to deliver disclosures.
Transaction Timeline
Build a contract-to-close transaction timeline and coordination checklist with key milestones, deadlines, and responsible parties. Use after a contract is accepted, or to set client expectations.
Lead Followup
Write compliant lead nurture sequences (email/text) for buyer and seller leads - value-first, properly spaced, opt-out compliant, and free of steering or profiling. Use when building follow-up campaigns or a single reply.
Social Content
Create real estate social media content - just-listed/just-sold, market tips, neighborhood features, agent brand posts - that's engaging and Fair-Housing-compliant. Use when planning or writing social posts.
Objection Handling
Prepare honest, effective responses to common buyer/seller objections (commission, "we'll wait," overpricing, "why hasn't it sold," FSBO). Use when prepping for an appointment or a tough conversation.
Seller Consultation
Prepare a listing appointment / seller consultation - pricing strategy, prep & staging plan, marketing plan, and a seller net sheet outline. Use when winning or onboarding a seller listing.
Offer Analysis
Analyze a purchase offer (or compare multiple offers) - price, terms, contingencies, financing strength, net proceeds - and outline a response strategy. Use when a seller receives offers or a buyer plans one.
Open House Plan
Plan an open house end to end - prep checklist, marketing, sign-in/lead capture, day-of flow, safety, and follow-up. Use when scheduling an open house.
Truthful Reporter
Verify facts and compliance before presenting client-facing real estate content as final. Use before sending a listing, CMA, market report, or email to a client or the MLS.
Buyer Consultation
Prepare for and run a buyer consultation - needs analysis, budget/financing readiness, process expectations, and a search plan. Use when onboarding a new buyer client.
Analytics Review
Interpret Instagram/Facebook Insights and turn them into next actions - what's working, what to do more of, what to cut. Use when reviewing performance from supplied metrics.
Brand Kit
Assemble or audit a brand kit - logo, colors, typography, spacing, usage rules - and pull real brand data via Brand.dev. Use when starting brand work, onboarding a client, or standardizing a brand.
Sponsorship Pitch
Craft a brand-deal pitch / outreach and a media kit for Instagram/Facebook sponsorships - positioning, deliverables, rates, and the disclosure plan. Use when pitching brands or responding to inbound deals.
Presentation Deck
Build a presentation deck from an outline - consistent layout system, hierarchy, on-brand visuals - via Canva or as structured slides. Use for pitch decks, brand presentations, and client proposals.
Design Tokens
Define or extract a design token system (color, type, spacing, radius, shadow) and output it as JSON/CSS variables. Use when setting up a design system or converting a Figma/brand palette to tokens.
Logo Concepts
Develop logo direction and concepts - brief, strategy, style exploration, and concept generation - with usage and licensing care. Use when designing or exploring a logo/identity mark.
Image Generate
Generate images with an AI connector (Nano Banana / Gemini, Higgsfield Soul, or Firefly) using a strong prompt framework, the right model, aspect ratio, and iteration. Use when creating original imagery, concepts, or hero art.
Social Graphics
Produce a set of platform-sized social/marketing graphics (correct dimensions, safe areas, on-brand) via Canva or image generation. Use for campaign posts, stories, ads, and banners.
Carousel Post
Write an Instagram/Facebook carousel - hook slide, value slides, and a CTA slide - designed to earn the swipe and the save. Use when creating an educational or list-style carousel.
Meta Discovery
Optimize a post for Instagram/Facebook discovery - keywords in caption, hashtags, alt text, on-screen text, and Reel/Explore signals. Use when you want a post to be found, not just seen by followers.
Migration Safety
Generate safe, reversible Postgres/Supabase migrations using the expand→backfill→contract pattern, avoiding locks and data loss. Use when altering schema, adding/removing columns, or changing types on tables that already hold data.
Stripe Payments
Integrate Stripe payments in Next.js — Checkout/Payment Intents, webhooks with signature verification and idempotency, and reconciling state to the database. Use when adding payments, subscriptions, or one-off charges.
Caching Revalidation
Get Next.js App Router caching right — static vs dynamic rendering, fetch cache, revalidatePath/revalidateTag, and ISR. Use when data is stale, a page won't update, or you're tuning performance vs freshness.
Error States
Design the non-happy-path UI in Next.js — loading, error, not-found, and empty states with Suspense, error boundaries, and user-facing feedback. Use when a page fetches data, can fail, or can be empty.
Truthful Reporter
Verify claims against real command output before reporting status. Use before saying a task is done, a build passes, tests are green, or a bug is fixed.
Seo Onpage
Add on-page SEO to a Next.js site — title/meta, Open Graph, canonical, structured data (schema.org JSON-LD), and sitemap/robots. Use when building or auditing pages for search visibility and link previews.
Animation Implement
Implement web animations with the right engine (Motion, GSAP, Anime.js, React Spring, tailwindcss-motion) and a mandatory prefers-reduced-motion fallback at 60fps. Use when adding any motion to a site.
Asset Export
Produce a clean export/delivery spec - right formats, sizes, densities, naming, color profile, optimization - for a set of assets. Use when delivering assets to a client or developer.
Theme Tokens
Define a design system as Tailwind v4 @theme tokens (color, type scale, spacing, radius, shadow) with intentional light + dark themes. Use when setting up a project's visual system or making theming consistent.
Responsive Layout
Build mobile-first responsive layouts (≥375px) with fluid type, container queries, and grid/bento composition that doesn't break. Use when laying out a page or fixing responsive issues.
Farming Prospecting
Build a geographic-farm or sphere-of-influence prospecting plan - target area, cadence, content mix, and tracking - that's consistent and compliant. Use when planning lead generation or a farm.
Value Prop
Craft a value proposition and messaging hierarchy - the core promise, supporting benefits, and proof - for a product or offer. Use when writing a homepage hero, a pitch, or aligning messaging.
Figma Handoff
Pull a Figma design via the Figma connector and produce a developer handoff - tokens, specs, redlines, asset list, and component notes. Use when handing a design to engineering or auditing a Figma file.
Observability
Add error monitoring and structured logging to a Next.js + Supabase app — Sentry for errors, request-scoped logs, and useful context without leaking PII. Use when setting up monitoring or debugging production issues.
Test Author
Write tests first (RED→GREEN→REFACTOR) with Vitest, Testing Library, and Playwright for a Next.js + Supabase app. Use when adding a feature, fixing a bug, or raising coverage.
Community Response
Draft replies to comments and DMs - engagement, FAQs, objections, and light moderation - in the creator's voice. Use when managing community interaction or building reply templates.
Design Review
Critique a design against craft principles - hierarchy, layout, type, color, spacing, accessibility, brand fit. Use when reviewing a draft, a generated image, or a layout before delivery.
Image Edit
Edit or retouch an existing image with a connector - background removal, generative fill/expand, cleanup, recolor, or compositing. Use when modifying a photo or asset rather than generating from scratch.
Caption Hashtags
Write an Instagram/Facebook caption (hook, body, CTA) plus a smart hashtag set and alt text. Use when finalizing any post/Reel/carousel for publishing.
Financial Model
Structure an integrated 3-statement financial model - drivers, income statement, balance sheet, cash flow, and the links between them - with assumptions and checks. Use when building or reviewing a model.
Hook Writer
Write scroll-stopping hooks - the first line / first 3 seconds - for Reels, carousels, and posts. Use when a piece needs a stronger opening or you want hook options to test.
Market Report
Produce a neighborhood or market update - inventory, median price, days on market, absorption, trend - as a client-ready narrative with sourced stats. Use for farming newsletters, seller updates, or buyer briefings.
Seed Fixtures
Generate realistic seed data and reset scripts for local Postgres/Supabase development and tests. Use when setting up a dev database, needing test fixtures, or making a reproducible local data state.
Schema Designer
Design normalized Postgres/Supabase schemas — tables, columns, types, keys, indexes, and constraints with consistent naming. Use when creating a new database schema, adding tables, or reviewing a data model.
Db Backup Restore
Safely back up and restore a Postgres/Supabase database — pg_dump/pg_restore, Supabase backups/PITR, and a no-data-loss restore runbook. Use before risky migrations, for disaster recovery, or when cloning prod to staging.
Rls Policy
Write and test Supabase/Postgres Row-Level Security policies so users can only access their own rows. Use when a table holds user data, when enabling RLS, or when auditing access control on Supabase.
Query Optimizer
Diagnose and fix slow Postgres queries using EXPLAIN ANALYZE, index suggestions, and N+1 detection. Use when a query is slow, a page is slow because of the DB, or before shipping a query that touches a large table.
State Architect
Decide where each piece of state lives — server, client, URL, or form — and avoid duplicating server state into client stores. Use when wiring data flow, adding a store, or when state feels tangled.
Story Sequence
Plan an Instagram/Facebook Stories sequence - frames, interactive stickers (poll/quiz/question), and a CTA - for engagement and DMs. Use when creating Stories, launches, or polls.
Component Scaffold
Build a production React component on shadcn/ui + Tailwind — variants, compound pattern, accessible states, and a clean prop API. Use when creating a new UI component or refactoring a messy one.
Campaign Brief
Write a campaign brief - objective, audience, message, channels, offer, budget, and success metrics. Use when planning any marketing campaign before producing assets.
A11y Audit
Audit a web page/component against WCAG 2.2 AA — semantics, keyboard, contrast, labels, focus, alt text. Use when reviewing UI for accessibility or before shipping a page.
Marketing Analytics
Turn marketing metrics into insights and next actions - funnel, channel, campaign, and cohort analysis - using real data only. Use when reviewing performance or building a report.
Content Marketing
Plan content marketing - pillars, topics, formats, and a distribution plan tied to the funnel. Use when building a content strategy or editorial calendar.
Ad Copy
Write paid ad copy for Google, Meta, or LinkedIn - hooks, headlines, primary text, and CTAs - matched to platform specs and the offer. Use when creating ads for a campaign.
Lead Magnet
Design a lead magnet and its opt-in - format, promise, content outline, and the consented capture flow. Use when building a list-growth offer (guide, checklist, template, webinar, tool).
Landing Page
Write and structure a high-converting landing page - hero, benefits, proof, objections, and CTA - with message-match and CRO best practices. Use when building or auditing a landing/sales page.
Seo Brief
Build an SEO content brief - target keyword, search intent, SERP analysis, outline, and on-page elements - for a writer. Use when planning content to rank, before drafting.
Positioning
Define product/brand positioning - target, category, differentiator, and proof - as the foundation every asset works from. Use at the start of a brand/campaign or when messaging feels muddled.
Icp Persona
Build an Ideal Customer Profile and buyer persona - who they are, their pains, goals, objections, and where they pay attention. Use before campaigns, copy, or targeting decisions.
Investment Memo
Write an investment memo / IC memo - thesis, business, market, financials, valuation, returns, risks, and recommendation - with disclaimers. Use for an investment decision (deal, equity, project).
Comps Valuation
Value a company by comparable companies / trading multiples (and precedent transactions) - select peers, compute multiples, and apply to the target. Use for relative valuation alongside a DCF.
Scenario Analysis
Build scenario and sensitivity analysis - bull/base/bear cases and sensitivity tables on key drivers. Use to stress-test a model, valuation, or forecast and show the range of outcomes.
Budget Planning
Build an annual operating budget / plan - revenue, headcount, opex, and cash - from drivers, with monthly phasing. Use for annual planning, departmental budgets, or a board plan.
Earnings Analysis
Analyze an earnings report / call - results vs. expectations, guidance, drivers, and management tone - into a concise recap. Use after a company reports or to prep for one.
Credit Analysis
Assess creditworthiness - leverage, coverage, liquidity, cash flow durability, and debt structure - for a lender/bondholder view. Use when evaluating debt, covenants, or default risk.
Risk Assessment
Identify, quantify, and prioritize the financial and business risks of an investment, company, or plan - with likelihood, impact, and mitigants. Use to stress a thesis or build a risk section.
Variance Analysis
Run budget-vs-actual / forecast-vs-actual variance analysis (FP&A) - compute variances, find drivers, and recommend actions. Use for monthly/quarterly close, business reviews, or reforecasts.
Social Ads
Develop paid social ad concepts (Meta/LinkedIn/TikTok) - hook, creative angle, copy, and CTA - for performance, with policy-safe claims. Use when briefing or writing paid social creative.
Content Ideation
Generate Instagram/Facebook content ideas - angles, hooks, formats, and series - tied to the creator's niche and goals. Use when planning content, beating a block, or filling a calendar.
Competitor Analysis
Analyze competitors - positioning, messaging, offers, channels, and gaps - to sharpen your own strategy. Use when entering a market, repositioning, or planning a campaign.
Content Calendar
Build a posting calendar for Instagram + Facebook - cadence, format mix, series, and themes - that's sustainable. Use when planning a week/month of content.
Supabase Auth
Set up Supabase Auth in Next.js App Router — email/OAuth sign-in, server-side sessions, middleware refresh, and protected routes. Use when adding login, sign-up, OAuth, or gating pages behind auth.
Accessibility Contrast
Audit a palette or design for WCAG color contrast and legibility, and suggest compliant adjustments. Use when finalizing a palette, design tokens, or any text-over-color/imagery.
Claude Pack Builder
>
Stock Source
Find and license stock imagery via the Unsplash connector (or other libraries) with proper attribution and commercial-use checks. Use when you need real photography rather than AI generation.
Og Image
Design Open Graph / social share images (1200x630) that render well in link previews - on-brand, legible, correctly exported. Use when a page or post needs a share/preview image.
Realtime Subscriptions
Add Supabase Realtime to a Next.js app — Postgres Changes, Broadcast, and Presence — with proper cleanup and RLS-aware channels. Use when building live updates, presence indicators, or collaborative features.
Feed Post
Write a single-image Instagram/Facebook feed post - strong visual concept + caption with a hook, value, and one CTA. Use for photo posts, quotes, announcements, and statements.
Equity Research
Structure an equity research note - thesis, business, financials, valuation, risks, and a rating - with required disclaimers/disclosures. Use when writing a research report or investment thesis.
Forecasting
Build a financial forecast (revenue, P&L, cash) from drivers and assumptions, with a clear method and ranges. Use when projecting performance for planning, valuation, or fundraising.
Ratio Analysis
Compute and interpret financial ratios - liquidity, profitability, leverage, efficiency, and valuation - with trends and peer context. Use when assessing financial health or comparing to peers.
Financial Statement Analysis
Analyze the income statement, balance sheet, and cash flow statement together - trends, quality, and what they reveal about the business. Use when reviewing a company's financials or a 10-K/10-Q.
Dcf Valuation
Build a discounted cash flow valuation - project free cash flow, discount at WACC, add terminal value, and run sensitivity. Use when estimating intrinsic value. Output is an estimate, not a fact.
Reel Script
Write a short-form video script for Instagram Reels / Facebook Reels - hook, beats, on-screen text, B-roll, and CTA - paced for retention. Use when scripting a Reel or short video.
Form Builder
Build accessible, validated forms with React Hook Form + Zod + shadcn Form, wired to a Next.js server action. Use when adding any form (contact, signup, checkout, settings).
Moodboard
Build a visual direction / moodboard - style, palette, type, texture, references - before producing assets. Use at the start of a brand, campaign, or design project to align on direction.
Canva Design
Create or edit a branded layout in Canva via the connector - from a brand template, then export. Use for social posts, flyers, decks, and marketing collateral that should stay on-brand and fast.
Facebook Post
Write Facebook-native content - feed posts, longer-form storytelling, and Group posts - tuned for FB's audience and reach behavior. Use when posting to a Facebook Page or Group.