npx skills add https://github.com/muxinc/skills --skill mux-videoCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
Experimental: This skill is under active development and may change significantly. Use at your own discretion.
A skill that provides comprehensive documentation and examples for building video applications with Mux.
This is a skill package that can be installed into AI coding assistants (Claude Code, Cursor, Windsurf, etc.) to give them deep knowledge about Mux's video infrastructure platform. When enabled, your AI assistant can help you:
skills/mux/
├── SKILL.md # Skill definition and quick start guide
├── reference/ # 40+ reference docs covering core concepts
│ ├── mux-fundamentals.md
│ ├── api-authentication.md
│ ├── mux-player-overview.md
│ ├── live-streaming-getting-started.md
│ ├── webhooks.md
│ └── ...
└── examples/ # 20 practical implementation examples
├── quickstart-stream-video.md
├── direct-upload-with-webhooks.md
├── live-streaming-complete-setup.md
├── ai-video-workflows.md
└── ...
npx skills add muxinc/skills
This will install the Mux skill into your AI coding assistant.
Once installed, your AI assistant will automatically use this knowledge when you ask about Mux-related topics:
MIT