Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By robbyt
Audit video and audio files for quality issues including compression artifacts, frame rate inconsistencies, fake HDR, subtitle problems, telecine patterns, and format compatibility using mediainfo, ffmpeg, ffprobe, and mpv; receive detailed diagnostics and encoding recommendations to optimize handling without quality loss.
npx claudepluginhub robbyt/claude-skills --plugin multimediaThis skill should be used when the user asks "what's wrong with this video", "why does this video look bad", "detect video artifacts", "find quality issues", "video has artifacts", "identify compression artifacts", or wants to diagnose specific quality problems in a video file.
This skill should be used when the user asks "what does this mediainfo mean", "explain this video format", "what is BT.709", "what is H.264", "container vs codec", "why is this 10bit", "what does limited range mean", or wants educational explanations of video technical concepts.
This skill should be used when the user asks "check frame rate", "is this CFR or VFR", "video has duplicate frames", "video stutters", "frame rate issues", "why does video judder", or wants to analyze frame rate characteristics and detect timing problems.
This skill should be used when the user asks "is this real HDR", "check HDR metadata", "fake HDR", "is this Dolby Vision legitimate", "HDR vs SDR", "check HDR peak brightness", or wants to verify whether HDR content is genuine or inverse tonemapped from SDR.
This skill should be used when the user asks "compare these videos", "which source is better", "compare blu-ray vs web", "which release should I use", "compare video quality", or needs to evaluate multiple versions of the same content to determine which has better quality.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Comprehensive code formatting plugin with Prettier integration. Use when you need to format code, validate formatting, or maintain consistent code style. Activates with phrases like 'format my code', 'check formatting', or 'apply code style'. Supports JavaScript, TypeScript, JSON, CSS, Markdown, and many other file types with automatic formatting on file operations.
OpenAI Codex CLI integration with MCP server and skills for plan review, code review, and codebase analysis
FFmpeg CLI reference for video and audio processing, format conversion, encoding, filtering, and media automation
Auto-formatting hooks for Python, JavaScript, Markdown, and Bash with Google-style docstrings and code quality checks.
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.
Review Go code for adherence to Go Style Guide
Gemini CLI integration with focused skills for web search, plan review, code review, and architecture analysis
GitHub CLI integration with focused skills for pull requests, issues, GitHub Actions, and viewing GitHub file URLs
OpenAI Codex CLI integration with MCP server and skills for plan review, code review, and codebase analysis
OpenAI Codex CLI integration with MCP server and skills for plan review, code review, and codebase analysis
A collection of Claude Code skills and plugins.
Note: This marketplace is under active development and has not yet reached a stable release. Skills may be renamed, reorganized, or change considerably. A stable release is expected soon.
/plugin marketplace add robbyt/claude-skills
After adding the marketplace, run /exit and restart Claude Code with claude --continue.
To install individual skills:
/plugin pluginsBrowse and install pluginsrobbyt-claude-skills marketplaceTo update skills:
/plugin pluginsManage and uninstall pluginsrobbyt-claude-skillsSome plugins require the following tools:
uv - Python package installer and runner (installation guide)jq - JSON processor for parsing tool inputExternal formatters are called directly from your PATH:
ruff - Python formatter (install via uv sync)black - Python formatter (install via uv sync)gofmt - Go formatter (version matches your installed Go)swiftformat - Swift formatter (install via brew install swiftformat)For reproducible formatting, pin tool versions in your project's dependency files (pyproject.toml, go.mod, etc.).
Claude Code plugins can contain scripts that run on your local computer. Only install plugins from sources you trust. Consider enabling the sandbox feature: /sandbox (see sandboxing docs)
Tools for managing CLAUDE.md memory files. Includes reflect skill for analyzing conversation history to improve memory files. Trigger with reflect on this session or reflect on this conversation.
Integrates the OpenAI Codex CLI for code reviews, plan review, and codebase analysis. Includes MCP server integration and three skills: diff-review, plan-review, and codebase-analysis. Trigger with use codex to ..., ask codex ..., or have codex review ....
Requirements: Codex CLI (installation guide) with API keys or OAuth configured.
Integrates the Gemini CLI for code reviews, web search via Google Search, plan review, and codebase analysis. Includes four skills: web-search, diff-review, plan-review, and codebase-analysis. Trigger with use gemini to ... or ask gemini ....
Requirements: Gemini CLI v0.17.0+ (installation guide) with authentication configured.
Interacts with GitHub using the gh CLI for PR management, issues, repository operations, GitHub Actions, and viewing GitHub file links. Triggers on gh mentions or GitHub operations such as viewing a github.com link.
Requirements: GitHub CLI (installation guide) with authentication configured (gh auth login).
Formats Go files with gofmt after Write/Edit/MultiEdit operations. Runs as a PostToolUse hook.
Reviews Go code against a style guide combining Google and Uber Go style guides. Identifies issues not typically found by static analysis. Trigger with review this Go code or review my PR.
Formats Python files with black after Write/Edit/MultiEdit operations. Runs as a PostToolUse hook.
Formats Python files with ruff after Write/Edit/MultiEdit operations. Runs as a PostToolUse hook. Ruff formats faster than Black.
Note: Do not enable both python-formatter-ruff and python-formatter-black simultaneously, as both will attempt to format the same files.
Formats Swift files with swiftformat after Write/Edit/MultiEdit operations. Runs as a PostToolUse hook. Falls back to swift format (built-in) if swiftformat is not installed.
Requirements: swiftformat (install via brew install swiftformat) or Swift toolchain
To use locally during development:
/plugin marketplace add /path/to/claude-skills
/plugin install claude-md
MIT