ワンクリックで
video
Create videos — session recaps, explainers, comparisons, demos, marketing. Powered by Remotion.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create videos — session recaps, explainers, comparisons, demos, marketing. Powered by Remotion.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Launch AutoMates agents in separate terminal windows with their identities
Open the AutoMates root folder in Finder
Catch up on parallel sessions and brief the user on project state
Build or tailor a resume for a specific job application. Structured intake, honest assessment, scoring loop, and export.
Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md
Launch a build team (Fetcher + Planner + Builder + Checker) for parallel feature development
| name | video |
| description | Create videos — session recaps, explainers, comparisons, demos, marketing. Powered by Remotion. |
| allowed-tools | ["Read","Write","Glob","Bash","WebFetch","WebSearch"] |
One skill for all video needs. Describe what you want, get a Remotion-rendered video.
/video recap # Recap this session as a video
/video recap <agent> # Recap from a specific agent's perspective
/video explain <topic> # Explainer video on a topic
/video compare <option A> vs <B> # Side-by-side comparison to help decide
/video demo <product or feature> # Product/feature walkthrough
/video market <product> # Promotional / marketing video
/video <free description> # Anything else — describe and it gets made
/video recapSummarize the latest session visually. Good for catching up without reading.
What it produces:
Script rules:
Script file location: [ProjectFolder]/Recap_[YYYY-MM-DD].md
Recap_[YYYY-MM-DD].mdScript format:
# Session Recap — [YYYY-MM-DD]
**Agent:** [who was active]
**Generated:** [timestamp]
---
## Narration Script
[Narration text here]
---
## Quick Reference
### Changes
| What | Where |
|------|-------|
| [change] | [location] |
### Decisions
- [decision]: [reasoning]
### Next Steps
- [next action]
/video explain <topic>Break down a concept visually. Good for learning, onboarding, knowledge sharing.
Approach:
Examples:
/video explain OAuth vs API keys — security concepts compared/video explain LEARN FIRST protocol — how our research workflow works/video explain MCP servers — what they are and why we use them/video compare <A> vs <B>Visual side-by-side to help make a decision. Good for tool selection, architecture choices.
Approach:
Examples:
/video compare Vercel vs Cloudflare Pages — hosting decision/video compare React vs Svelte — framework choice/video compare top 5 plate carriers — product comparison/video demo <target>Walk through a product or feature. Good for showcasing what you built.
Approach:
Examples:
/video demo FinCat — show the financial categorization tool/video demo /forge — walk through agent creation/video demo AutoMates landing page — showcase the site/video market <product>Promotional video. Good for social media, GitHub, landing pages.
Approach:
Examples:
/video market AutoMates — open-source promo/video market Madko — SaaS product teaser/video market Sunny — personal AI assistant introAll video types follow the same production pipeline:
cd video-studio && npm create video@latest -- --blank
npm install @remotion/transitions @remotion/animated-emoji
The video-studio/ folder is reused across all video renders.
Every video is built from modular components:
Use @remotion/transitions for smooth fades and slides between sections.
npx remotion render <CompositionId> <output-filename>.mp4
Options:
--quality for quality level--codec h264 for compatibility--concurrency for parallel renderingIf a Stitch project exists with relevant screens:
list_screensremotion global skill for Stitch-to-Remotion patternsAfter every /video invocation:
=== VIDEO ===
Type: [recap / explain / compare / demo / market]
Topic: [what the video is about]
Script: [path to narration file, if applicable]
Video: [path to .mp4]
Duration: [~minutes]
=============
Always print the narration script in chat so the user can read it immediately.
One command. Any video. Describe what you need.