Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By varaku1012
Video generation pipeline management for InfiniteMedia. Submit jobs, monitor status, manage queues, review quality, and debug pipeline issues. Supports idea-to-video and script-to-video workflows.
npx claudepluginhub varaku1012/aditi.code --plugin infinite-videoManage video generation pipeline settings.
Generate a complete video using the InfiniteMedia multi-agent pipeline.
Manage the video generation job queue.
Resume or retry failed video generation jobs.
Check status of video generation jobs and view progress
Video pipeline orchestration specialist. Manages job execution, coordinates agents, handles failures and retries. Use when running video generation jobs or debugging pipeline issues.
Storyboard analysis and optimization specialist. Reviews shot designs, camera work, and narrative flow. Use when planning or reviewing video storyboards.
Video quality assurance specialist. Reviews generated frames, videos, and final output for quality issues. Use PROACTIVELY after video generation to validate results.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Full video production pipeline for Remotion — gives Claude eyes (video analysis), voice (TTS/voiceover), ears (music/SFX), stock footage, AI image/video generation, TikTok captions, 3D content, and more. By Dojo Coding Labs.
AI video generation — describe what you want, Pexo picks the best model across 10+ engines (Seedance, Kling, Veo, Sora) and returns a finished, multi-shot video with music, subtitles, and transitions. Includes the Pexo agent plus image, audio, director, and model-prompting skills.
Video generation at scale. Generate videos, images, and audio with Runway's API — batch ad campaigns, product videos, multishot stories, and creative iteration. Supports seedance2, gen4.5, veo3, Nano, Banana Pro, and more.
The creative suite for AI agents — motion graphics, asset generation, and video rendering via Remotion + @oanim/core
Kling AI skill pack - 30 skills for AI video generation, image-to-video, text-to-video, and production workflows
Claude Code adapter for the videoclaw canonical skill pack and CLI workflow
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Comprehensive code quality automation with linting, testing, security scanning, and pre-commit hooks. Enforces coding standards and catches issues before commit.
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
Claude Agent SDK Development Plugin
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Professional Claude Code plugins for team productivity, code quality, and development automation
Quasars Tools is a comprehensive Claude Code plugin marketplace providing professional-grade tools and workflows for individual developers and teams. Built on Anthropic's official plugins, this marketplace extends Claude Code with specialized agents, commands, and automation for:
7-phase structured workflow with specialized agents
/plugin install feature-dev@quasars-tools
/feature-dev "Add user authentication with OAuth"
Components:
/feature-dev - Orchestrates complete feature developmentcode-explorer - Analyzes codebase for relevant patternscode-architect - Designs feature architecturecode-reviewer - Reviews for quality and consistencyWorkflow:
Best For: Building new features with systematic codebase understanding
Multiple agents with confidence-based scoring (≥80% threshold)
/plugin install code-review@quasars-tools
/code-review # Reviews current pull request
Components:
/code-review - Automated PR review workflowBest For: Catching issues early, maintaining code quality, reducing review burden
Git workflow automation - commit, push, PR creation
/plugin install commit-commands@quasars-tools
/commit "Add authentication feature"
/commit-push-pr
/clean_gone # Clean up deleted branches
Commands:
/commit [message] - Create git commit with appropriate message/commit-push-pr - Commit, push, and create PR in one command/clean_gone - Clean up stale local branchesBest For: Faster git workflows, less context switching
Comprehensive specialized PR review agents
/plugin install pr-review-toolkit@quasars-tools
# Agents activate automatically for PR reviews
Specialized Agents (6 agents):
Best For: Comprehensive PR quality assurance from multiple perspectives
Claude Agent SDK development scaffolding
/plugin install agent-sdk-dev@quasars-tools
/new-sdk-app # Interactive setup for new Agent SDK projects
Components:
/new-sdk-app - Bootstrap new SDK applicationsagent-sdk-verifier-py - Validates Python SDK appsagent-sdk-verifier-ts - Validates TypeScript SDK appsBest For: Building Claude Agent SDK applications in Python or TypeScript
Proactive security warnings
/plugin install security-guidance@quasars-tools
# Automatically warns about security issues
Security Checks:
Best For: Preventing security issues before they reach production
Educational insights into code patterns
/plugin install explanatory-output-style@quasars-tools
# Adds detailed explanations to Claude's responses