Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Instructions file
Instructions for m-binimran/dev-pack, covering claude.md — working on dev-pack, what this repo is, house rules for changing this repo, verify and conventions.
Agent
Reviews Next.js route handlers and server actions - input validation, status codes, error handling, auth checks, rate limiting, response shape. Use when API endpoints, server actions, or webhooks change.
Agent
Reviews Postgres/Supabase schema, migrations, queries, and RLS for safety and performance. Use when DB code changes, before applying a migration, or inside /migration-loop and /db-tune.
Agent
Reviews a change for performance - N+1 queries, missing indexes, slow queries, client bundle size, Core Web Vitals, caching/revalidation, render performance. Use when data access, rendering, or dependencies change.
Agent
Security-focused review of a diff - secrets, injection, auth/authz, RLS gaps, SSRF, XSS/CSRF, OWASP Top 10. Use after changes touching auth, input handling, API routes, payments, or data access.
Agent
Reviews test quality and coverage - behavioral vs implementation tests, edge cases, regression tests for bug fixes, flakiness, and whether the change is actually tested. Use after code or test changes.
Command
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 sh...
Command
Design Next.js route handlers and server actions with input validation, correct status codes, error handling, and rate limiting. Use when building an API end...
Command
Reviews Next.js route handlers and server actions - input validation, status codes, error handling, auth checks, rate limiting, response shape. Use when API...
Command
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...
Command
Reviews a diff for correctness, security, and maintainability against the dev-pack standards. Use after writing or modifying code, and inside /plan-build-rev...
Command
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...
Command
Reviews Postgres/Supabase schema, migrations, queries, and RLS for safety and performance. Use when DB code changes, before applying a migration, or inside /...
Command
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...
Command
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 p...