skills/remotion-prompt-generator/SKILL.md
Generate detailed, production-ready prompts for the Remotion Dev skill to create programmatic React-based videos. MANDATORY TRIGGERS: remotion prompt, video prompt, generate video prompt, remotion video, create video prompt, video brief, video specification, make a video, create a video. Also trigger when user wants to create any kind of video using Remotion, needs help describing a video project, wants a prompt for a video generation tool, or asks for a video brief/spec. When in doubt, use it.
npx skillsauth add abhisheksharma-17/skills-graph remotion-prompt-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate comprehensive, structured prompts that the Remotion Dev skill can use to produce professional programmatic videos.
Before generating ANY prompt, you MUST read these two files first:
references/remotion-capabilities.md — Core Remotion knowledge (architecture, features, limitations, packages)references/intelligent-inference.md — How to analyze vague requests and auto-fill smart defaultsBefore generating a prompt, you MUST perform web search to gather context about what the user is building:
| Reference | File | Read When |
|-----------|------|-----------|
| Remotion Capabilities | references/remotion-capabilities.md | ALWAYS READ FIRST — core Remotion knowledge needed for every prompt |
| Intelligent Inference | references/intelligent-inference.md | ALWAYS READ — how to handle vague prompts, auto-fill defaults, infer from signals |
| Video Types (Router) | references/video-types.md | Identifying video category: marketing, social, data-viz, education, e-commerce, etc. |
| Prompt Engineering | references/prompt-engineering.md | How to structure the final prompt output, 12-section format, scene descriptions |
| Discovery Workflow | references/discovery-workflow.md | Follow-up questions to ask users, requirement gathering, clarification strategies |
| Asset & Styling Guide | references/asset-styling-guide.md | Colors, fonts, logos, images, audio, branding, dimensions, platform specs |
| Animation & Effects | references/animation-effects.md | Spring physics, transitions, easing, text animations, 3D, particles, motion patterns |
| Domain Examples (Router) | references/prompt-engineering/domain-examples.md | Real prompt examples for specific industries: SaaS, real estate, finance, education |
remotion-capabilities.md and intelligent-inference.md firstdevelopment
High-throughput LLM inference and serving engine with PagedAttention, continuous batching, and OpenAI-compatible API. MANDATORY TRIGGERS: vLLM, vllm, LLM serving, LLM inference engine, PagedAttention. Also trigger when the user wants to serve LLMs in production, deploy models with tensor parallelism, use speculative decoding, quantize models for inference, build OpenAI-compatible API servers, or optimize LLM throughput and latency. When in doubt about whether to use this skill for LLM serving tasks, use it.
tools
Type-safe Python agent framework for building production-grade GenAI applications with Pydantic validation, structured outputs, and dependency injection. MANDATORY TRIGGERS: pydantic-ai, pydantic_ai, PydanticAI, pydantic ai agent. Also trigger when the user wants to build type-safe AI agents in Python, create structured LLM outputs with Pydantic models, implement dependency injection for agents, use tools/capabilities with LLMs, or build multi-agent systems with Python type safety. When in doubt about whether to use this skill for Python AI agent tasks, use it.
development
Durable execution platform for building fault-tolerant workflows, long-running processes, and resilient distributed applications. MANDATORY TRIGGERS: temporal, temporal.io, temporalio, durable execution, workflow orchestration engine. Also trigger when the user wants to build fault-tolerant workflows, implement saga patterns, create long-running distributed processes, orchestrate microservices with retries and timeouts, or build durable AI agent pipelines. When in doubt about whether to use this skill for workflow orchestration or durable execution tasks, use it.
tools
AI framework for building RAG pipelines, agents, workflows, and data-augmented LLM applications with 300+ integrations. MANDATORY TRIGGERS: llamaindex, llama-index, llama_index, LlamaIndex, VectorStoreIndex, SimpleDirectoryReader, LlamaHub, LlamaParse. Also trigger when the user wants to build RAG applications with LlamaIndex, create document indexing pipelines, build agentic workflows with tool calling, implement structured data extraction from documents, or connect LLMs to custom data sources. When in doubt about whether to use this skill for RAG, document indexing, or LLM data augmentation tasks, use it.