
# Remotion + VOICEVOX 動画作成スキル ずんだもん&めたんの掛け合い紹介動画を作成するためのスキルです。 ## このスキルを使うタイミング - ユーザーが「紹介動画を作りたい」「解説動画を作りたい」と言った - ユーザーが「ずんだもん」「めたん」「VOICEVOX」に言及した - プロジェクトに `src/data/script.ts` が存在する - ユーザーが「音声を生成して」「動画を出力して」と言った --- ## 重要: コンテンツ表示のルール **コンテンツは画面全体を使って最大限大きく表示する。無駄な余白は作らない。** ### 基本方針 - スクリーンショットや図解は**画面いっぱいに表示** - 不要なパディングやマージンを入れない - 字幕とキャラクターはコンテンツの上に重ねて表示(下部のみ) - コンテンツが見切れる場合のみ、必要最小限の余白を設ける ### コンテンツ配置の優先順位 1. **コンテンツを画面全体に表示**(最優先) 2. 字幕は画面下部に重ねて表示 3. キャラクターは左右下端に重ねて表示 ### 実装時の注
# Skill Check - Agent Skill Security Analyzer Before installing any Agent Skill, analyze its skill definition file to detect potential security risks. ## Usage When the user wants to check a skill before installing, they will provide either: - A GitHub repository URL (e.g., `https://github.com/user/skill-name`) - A shorthand name (e.g., `user/skill-name`) ## Instructions ### Step 1: Fetch repository contents using GitHub CLI Use `gh` CLI commands (NOT WebFetch) to reliably access the repos