Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By dansasser
Run a multi-agent CI/CD preflight pipeline for Python packages that executes 8 sequential quality gates—linting with ruff/mypy, pytest tests/coverage, cross-platform compatibility, multi-version testing (3.9-3.13), security scans, API stability checks, and packaging validation—stopping on failure and auto-creating a GitHub PR with reports and diagrams on success.
npx claudepluginhub dansasser/claude-code-marketplace --plugin preflightGate 6 - API compatibility agent. Detects breaking changes in public API. PREREQUISITE: Gates 1-5 must pass.
Gate 2 - Test coverage enforcement agent. Ensures test coverage meets threshold. PREREQUISITE: Gate 1 (lint-test) must pass first.
Gate 3 - Cross-platform compatibility agent. Validates code works on Windows and Ubuntu. Detects path issues, line endings, environment variables. PREREQUISITE: Gates 1-2 must pass.
Advisory agent for dependency health checks. No prerequisites - can run anytime for dependency analysis and recommendations.
Gate 8 - GitHub PR agent. Creates PR with full gate report and Mermaid diagrams. PREREQUISITE: ALL gates 1-7 must pass. REFUSES to run otherwise.
Pipeline state management for tracking gate progress, prerequisites, and results. Used by all gate agents to coordinate pipeline execution.
Cross-platform compatibility checking tools. Detects path issues, line endings, environment variables, shell commands, and other patterns that break on Windows or Linux.
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.
Utilities - integrations, dry-run, prototyping, asset management
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Prompt engineering techniques for accurate, grounded Claude responses — anti-hallucination workflow with citation-backed analysis
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Create and maintain GitHub Copilot CLI plugins — skills, agents, prompts, instructions, and MCP servers with authoritative spec references and templates
Auto-apply CodeRabbit PR review fixes from AI agent prompts
Automated PR preparation with local CI validation, smart error recovery, and Mermaid diagram generation. Takes any branch state to published package.
Auto-apply OpenAI Codex PR review fixes
AI video production pipeline using Remotion. Generate promotional videos, explainers, data dashboards, testimonials, and more from simple prompts. Includes voiceover (ElevenLabs), b-roll (Krea.ai), animated captions (Whisper), and YouTube upload.
Claude Code plugins for ollama integration, AI-assisted development, Python/Node.js CI/CD automation, AI video production, and package quality assurance.
Intelligent multi-agent system for delegating analysis, code review, and complex reasoning tasks to local ollama models.
Features:
Version: 1.0.1 Category: Productivity License: MIT
Multi-agent CI/CD pipeline ensuring Python packages pass cross-platform, multi-version, and quality gates before shipping.
Features:
Commands:
/preflight - Run full 8-gate pipeline/gate <n> - Run specific gate/status - Check pipeline status/ship - Run pipeline and create PR/lint, /xplat, /security, /coverage - Quick checksVersion: 1.0.0 Category: Development Tools License: MIT
Automated PR preparation with local CI validation, smart error recovery, and Mermaid diagram generation.
Features:
Commands:
/prep-pr - Full PR preparation pipeline/prep-pr --no-push - Run CI only, don't push/prep-pr --resume - Resume from last failure/prep-pr --merge - Auto-merge after CI passes/prep-pr --release - Create version tag after mergeError Recovery:
Version: 1.0.0 Category: Development Tools License: MIT
AI video production pipeline using Remotion. Turns simple prompts into fully produced short-form videos with voiceover, b-roll, animated captions, and YouTube upload.
Features:
Commands:
/remotion-gorombo:explainer [topic] - Teach a topic in 5 scenes/remotion-gorombo:product-promo [URL] - Promote a product/service/remotion-gorombo:data-visualization [CSV] - Animate data as dashboard/remotion-gorombo:research-report [topic] - Research + visualize stats/remotion-gorombo:testimonial [business] - Social proof from reviews/remotion-gorombo:blog-promo [URL] - Tease a blog post/remotion-gorombo:before-after [URL] - Old way vs new wayVersion: 1.3.0 Category: Content Creation License: MIT
# In Claude Code, run:
/plugin marketplace add dansasser/claude-code-marketplace
After adding the marketplace, you can browse and install plugins:
# Browse available plugins
/plugin
# Or install directly
/plugin install claude-ollama-agents
If you prefer manual installation:
# Clone this repository
git clone https://github.com/dansasser/claude-code-marketplace.git
# Navigate to the plugin you want
cd claude-code-marketplace/plugins/claude-ollama-agents
# Run the installer
./install.sh
Plugins in this marketplace may have specific requirements. Check each plugin's README for details.