ソース情報
- リポジトリ
- videojs/v10
- ソースの最終更新活動
- 2026年9月3日 18:52
- 検出された SKILL.md の言語
- 英語
- スター
- 933
- フォーク
- 91
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/videojs/v10 --skill create-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | create-skill |
| description | Create repository skills. Use for repeatable agent workflows. |
Create a skill only when a repeatable vertical workflow needs instructions beyond what code, tests, existing docs, and general model capability already provide.
Collect concrete trigger and non-trigger examples.
Check existing skills for overlap; extend or consolidate before adding another metadata entry.
Choose one coherent job and a globally unique, verb-first kebab-case name.
Create .agents/skills/<name>/SKILL.md with only portable frontmatter:
---
name: <name>
description: <what it does and when to use it>
---
Put only essential procedure, project-specific gotchas, inputs/outputs, one compact example, and validation in SKILL.md.
Add a references/ file only for conditional detail and link it directly with an explicit read condition. Add a tested script only for repeated deterministic work.
Do not tell a skill to load a sibling skill. Give related skills precise, overlapping descriptions so hosts can compose them from the task.
Run pnpm link:aliases to refresh compatibility directory links.
Update AGENTS.md only when its compact routing index needs the skill.
Run pnpm check:workspace.
Read references/principles.md for scope/context decisions, references/structure.md for non-trivial resource layout, and references/patterns.md only when the workflow needs an established pattern. Do not load them by default.
Create another skill only when it has an independent trigger and useful standalone workflow. Keep supporting knowledge as a reference. Do not add auxiliary changelogs, duplicated project docs, generic tutorials, or variants that belong in one parameterized workflow.
Input: “Create a repeatable workflow for reviewing package export changes.”
Output: One focused .agents/skills/review-package-exports/ skill with a precise trigger, compact procedure, example result, and validation loop.
Write generated Video.js API reference pages. Use for components, hooks, controllers, factories, builder compatibility, demos, or extracted JSDoc.
Create VJSC modules. Use for UI and styles.
Implement an SPF use-case composition. Use when a delivery scenario combines feature variants and requires composition, tests, and status updates.