model-routing
Choose default fal.ai endpoint IDs for genmedia production skills. Use this with commercial, marketing, ugc, character-design, cinematography, storytelling, and workflow when the user has not named a specific model.
What this skill does
# Genmedia model routing
Use these endpoint defaults when a domain skill needs a model. These choices
come from project-specific guidance. Still run `genmedia schema <endpoint_id>
--json` before execution and `genmedia pricing <endpoint_id> --json` when cost
matters.
Endpoint-first rule:
1. Pick the endpoint ID from this skill.
2. Verify it with `genmedia models --endpoint_id <endpoint_id> --json`.
3. Inspect it with `genmedia schema <endpoint_id> --json`.
4. Check `genmedia pricing <endpoint_id> --json` when cost matters.
5. Use text search only if the routed endpoint is missing, deprecated,
rejected, or the task needs a model role not covered here.
Do not invent endpoint IDs.
## Image generation
### Text-heavy image work
Use for infographics, UI mockups, posters, product labels, packaging text,
readable signs, book covers, educational diagrams, and any output where text
inside the image must be accurate.
1. `openai/gpt-image-2`
- Use `quality=high`.
- Prefer 2K or 4K custom `image_size` when the final must be detailed.
- Treat as expensive. Do not use it for cheap drafts.
2. `fal-ai/nano-banana-pro`
- Use as the second choice when text is important but GPT Image 2 is not
available or the user accepts a lower ceiling.
Cheap and simple models are not acceptable for text-heavy production.
### Premium still images
Use for commercial stills, realistic product scenes, editorial photography,
cinematic keyframes, and high-quality visual concepts.
- More realistic output: `openai/gpt-image-2`.
- High-quality styled output: `openai/gpt-image-2`.
- One step down: `fal-ai/nano-banana-pro`.
- Strong cheaper alternative: `fal-ai/nano-banana-2`.
### Fast draft images
Use for quick concepts, mood options, rough composition, and cheap iteration.
- `fal-ai/flux-2/klein/9b`
Do not use fast draft output as final commercial delivery unless the user asks.
## Image editing
Use for background replacement, relighting, cleanup, object changes, product
placement, outfit changes, character edits, and multi-image composition.
1. `fal-ai/nano-banana-pro/edit`
2. `openai/gpt-image-2/edit`
3. `fal-ai/bytedance/seedream/v5/lite/edit`
For product fidelity, also consider:
- `fal-ai/nano-banana-pro`
- `fal-ai/nano-banana-2`
- `fal-ai/bytedance/seedream/v5/lite/text-to-image`
- `fal-ai/nano-banana-2/edit`
For consistent characters, use `openai/gpt-image-2` first. If editing an
existing character image, inspect `openai/gpt-image-2/edit`.
## Video generation
### Highest quality video
Use Seedance 2.0 first for final, high-quality video.
- Text to video: `bytedance/seedance-2.0/text-to-video`
- Image to video: `bytedance/seedance-2.0/image-to-video`
- Reference to video: `bytedance/seedance-2.0/reference-to-video`
Fast variants exist for lower latency:
- `bytedance/seedance-2.0/fast/text-to-video`
- `bytedance/seedance-2.0/fast/image-to-video`
- `bytedance/seedance-2.0/fast/reference-to-video`
### Fast or lower-cost video
Use Grok Imagine Video for fast, lower-cost motion previews and economical
video generation.
- Text to video: `xai/grok-imagine-video/text-to-video`
- Image to video: `xai/grok-imagine-video/image-to-video`
- Video edit: `xai/grok-imagine-video/edit-video`
### Multi-shot storytelling
Use in this order:
1. `bytedance/seedance-2.0/text-to-video`
2. `bytedance/seedance-2.0/image-to-video`
3. `bytedance/seedance-2.0/reference-to-video`
4. `fal-ai/kling-video/v3/pro/text-to-video`
5. `fal-ai/kling-video/v3/pro/image-to-video`
6. `alibaba/happy-horse/text-to-video`
7. `alibaba/happy-horse/image-to-video`
Use Kling v3 when its multi-prompt, element, or custom element controls match
the requested shot plan. Use Happy Horse after Seedance and Kling unless the
user specifically asks for it.
### Native audio and lip-sync
Use for talking avatars, speech-driven face motion, product spokespersons,
UGC-style presenters, and lip-sync from an image plus audio or text.
1. `veed/fabric-1.0`
- Image plus uploaded audio.
2. `veed/fabric-1.0/text`
- Image plus text speech.
3. `fal-ai/creatify/aurora`
- Avatar video from image plus audio, with optional visual direction.
## Campaign and UGC routing
Use these when the user asks for campaign-level marketing or creator-style
social content.
### Marketing campaign assets
- Campaign key art, landing heroes, posters, text-heavy ads, app visuals, and
exact-copy layouts: `openai/gpt-image-2` at `quality=high`.
- Premium still variants: `openai/gpt-image-2`, then
`fal-ai/nano-banana-pro`, then `fal-ai/nano-banana-2`.
- Edits from product, logo, UI, or lifestyle references:
`fal-ai/nano-banana-pro/edit`, then `openai/gpt-image-2/edit`.
- Fast variant exploration: `fal-ai/flux-2/klein/9b`.
- Product reveal or social campaign video:
`bytedance/seedance-2.0/image-to-video`.
- Text-to-video campaign concept: `bytedance/seedance-2.0/text-to-video`.
### UGC and creator ads
- Portrait plus audio talking head: `veed/fabric-1.0`.
- Portrait plus text talking head: `veed/fabric-1.0/text`.
- Avatar with visual direction: `fal-ai/creatify/aurora`.
- Existing footage with new speech: `fal-ai/sync-lipsync/v2`.
- Product b-roll: `bytedance/seedance-2.0/image-to-video`.
- Fast b-roll draft: `xai/grok-imagine-video/image-to-video`.
## Utility endpoints
Workflow utility endpoint IDs live in the `workflow` skill reference:
`workflow/references/utility-endpoints.md`.
Utility endpoints are allowed to be explicit because they are deterministic
tools, not creative model choices. Always inspect schema before use.
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.