By YeautyYE
Select, implement, review, and migrate Rust FFmpeg libraries like ez-ffmpeg and ffmpeg-next to build video/audio processing pipelines, handle media conversion, and tackle multimedia tasks with guided code generation and problem-solving workflows.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code Agent Skill for Rust FFmpeg video/audio development: library selection, code generation, and problem solving.
Rust FFmpeg development is hard — 4 competing libraries, each with different APIs, trade-offs, and documentation quality. This skill gives Claude deep domain knowledge so it can:
Result<> returns, async patterns, hardware acceleration/plugin marketplace add YeautyYE/skill-rust-ffmpeg
/plugin install rust-ffmpeg
Or manually:
git clone https://github.com/YeautyYE/skill-rust-ffmpeg.git
cp -r skill-rust-ffmpeg/plugin/skills/rust-ffmpeg ~/.claude/skills/
After installation, ask Claude naturally:
Write a Rust function to extract audio from MP4 to MP3
Implement async video transcoding with progress callback
How to do RTMP live streaming in Rust?
Convert FFmpeg CLI command to Rust code using ez-ffmpeg
Batch convert all .avi files to MP4 with hardware acceleration
Generate thumbnails from video at 1-second intervals
Create a high-quality GIF from a video clip
How to capture webcam video in Rust cross-platform?
Which Rust FFmpeg library should I use for frame-level processing?
Claude will automatically select the optimal library, load relevant references, and generate production-ready code.
50 reference documents (~54K words) organized as:
plugin/skills/rust-ffmpeg/
├── SKILL.md # Decision framework + routing logic
└── references/
├── scenarios/ # 13 cross-library scenario guides
├── ez_ffmpeg/ # 8 library-specific guides
├── ffmpeg_next/ # 8 library-specific guides
├── ffmpeg_sidecar/ # 9 library-specific guides
├── ffmpeg_sys_next/ # 4 library-specific guides
└── *.md # Quick start, installation, library selection
MIT - see LICENSE
npx claudepluginhub yeautyye/skill-rust-ffmpeg --plugin rust-ffmpegDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code