Dev Coffee - Claude Code Plugin Marketplace
Automated code quality workflows for Claude Code. Battle-tested tools that run code reviews, fix issues, and simplify code automatically.

Quick Start
# 1. Add this marketplace to Claude Code
/plugin marketplace add itsdevcoffee/devcoffee-agent-skills
# 2. Install the plugin(s) you want
/plugin install video-analysis@devcoffee-marketplace # Video feedback
/plugin install devcoffee@devcoffee-marketplace # Code review
/plugin install remotion-max@devcoffee-marketplace # Remotion tools
# 3. Install dependencies (if using devcoffee)
/plugin install feature-dev@claude-plugins-official
/plugin install code-simplifier@claude-plugins-official
# 4. Install FFmpeg (if using video-analysis)
brew install ffmpeg # Mac
# sudo apt install ffmpeg # Debian/Ubuntu
# sudo dnf install ffmpeg # Fedora/RHEL
# sudo pacman -S ffmpeg # Arch Linux
# 5. Try them out
/video-analysis path/to/video.mp4 # Analyze videos
/devcoffee:maximus # Run code review
What's Included
🎯 Maximus - Automated Code Review Cycle
Plugin: devcoffee
An autonomous agent that runs code reviews in a loop until your code is clean, then polishes it with automatic simplification.
When to use:
- ✅ After implementing a feature
- ✅ Before committing changes
- ✅ Before creating a pull request
- ✅ When you want quality assurance without manual review
What it does:
- Detects your uncommitted changes or unpushed commits
- Runs
code-reviewer agent to find bugs, security issues, and quality problems
- Automatically implements fixes
- Repeats until no issues remain (max 5 rounds by default)
- Runs
code-simplifier for final polish
- Gives you a formatted summary report
Basic usage:
/devcoffee:maximus
With options:
# Interactive mode - pause at each step for review
/devcoffee:maximus --interactive
# Only pause if critical/major issues found
/devcoffee:maximus --pause-major
# Custom max rounds
/devcoffee:maximus --max-rounds 10
# Pause before simplification step
/devcoffee:maximus --pause-simplifier
🎬 Remotion Max - Complete Remotion Toolkit
Plugin: remotion-max
Complete toolkit for Remotion video creation combining best practices, intelligent agents, and automation.
When to use:
- ✅ Building Remotion video projects
- ✅ Setting up new Remotion projects
- ✅ Generating animations and components
- ✅ Learning Remotion patterns
What's included:
📚 Comprehensive Skill: 29+ guides covering animations, audio, video, captions, 3D, Lottie, charts, fonts, Tailwind, transitions, and more
🤖 Intelligent Agents:
remotion-builder - Generates Remotion components following best practices
remotion-setup - Initializes and configures Remotion projects
⚡ Commands:
/remotion-max:builder text-reveal # Generate components
/remotion-max:setup --new-project # Initialize projects
How it works:
- Skill: Loads automatically when discussing Remotion
- Agents: Activate when you ask to "create a Remotion component" or "set up a Remotion project"
- Commands: Use directly for quick generation and setup
View remotion-max documentation →
🎬 Video Analysis - AI-Powered Video Feedback
Plugin: video-analysis (standalone)
Analyze videos and get comprehensive visual feedback using FFmpeg frame extraction and Claude's vision API.
When to use:
- ✅ Review Remotion video output
- ✅ Get UI/UX feedback on video prototypes
- ✅ Check visual quality and consistency
- ✅ Validate technical execution
What it does:
- Extracts strategic frames from your video (5-20 frames based on mode)
- Analyzes each frame with Claude vision API
- Provides scene-by-scene analysis with scores
- Identifies strengths and improvement areas
- Generates comprehensive markdown report
Basic usage:
# Just ask naturally
"Can you analyze this video and give me feedback?"
path/to/video.mp4
# Or be specific about mode
"Give me a quick analysis" → 5 frames, ~15 min
"Detailed analysis please" → 20 frames, ~60 min
Modes:
- Quick (5 frames) - Fast overview in ~15 minutes
- Standard (10 frames) - Balanced analysis in ~30 minutes
- Detailed (20 frames) - Thorough review in ~60 minutes
- Custom - Specify exact timestamps to analyze
Focus areas:
- UI/UX - Readability, layout, navigation
- Aesthetics - Visual style, color, composition
- Technical - Quality, artifacts, performance
- Storytelling - Narrative flow, pacing
View video-analysis documentation →