dansasser/claude-code-marketplace
Plugin Claude Code
Claude Code plugins for ollama integration, AI-assisted development, Python/Node.js CI/CD automation, and package quality assurance.
dansasser/claude-code-marketplace
Plugin Claude Code
Claude Code plugins for ollama integration, AI-assisted development, Python/Node.js CI/CD automation, and package quality assurance.
dansasser/claude-code-marketplace
Plugin Claude Code
Intelligent multi-agent system for delegating analysis, code review, and complex reasoning tasks to local ollama models. Saves 70%+ of Claude's context budget with automatic model selection, parallel processing, and directory operations support.
dansasser/claude-code-marketplace
Agent
Use when analyzing large files (>20KB), multiple file references, or complex reviews with ollama-prompt. Automatically estimates tokens, chunks if needed, and synthesizes combined analysis.
dansasser/claude-code-marketplace
Agent
Decomposes deep analysis tasks into parallel perspectives (max 4 angles), executes them concurrently with chunking when needed, and manages session continuity for flexible combination strategies.
dansasser/claude-code-marketplace
Agent
Meta-orchestrator that decides whether to use ollama-prompt, which model to select (kimi-k2-thinking, qwen3-vl, deepseek), and whether to delegate to ollama-chunked-analyzer for large tasks. Use when user requests analysis, reviews, or tasks that might benefit from specialized models.
dansasser/claude-code-marketplace
Command
Analyze the specified file or directory using the ollama agent pipeline.
dansasser/claude-code-marketplace
Command
Analyze system architecture, design patterns, and structural decisions.
dansasser/claude-code-marketplace
Command
Comprehensive analysis using parallel orchestrator with multiple perspectives.
dansasser/claude-code-marketplace
Command
Discover, list, and manage ollama models for the agent pipeline.
dansasser/claude-code-marketplace
Command
Perform comprehensive code review using ollama agents.
dansasser/claude-code-marketplace
Plugin Claude Code
Auto-apply CodeRabbit PR review fixes from AI agent prompts.
dansasser/claude-code-marketplace
Agent
Use this agent when the user wants to apply CodeRabbit AI review suggestions to a pull request. Triggers when the user says "fix PR", "apply coderabbit fixes", "fix coderabbit review", provides a GitHub PR URL and asks to fix or apply review comments, or any similar phrasing indicating they want CodeRabbit suggestions…
dansasser/claude-code-marketplace
Plugin Claude Code
Auto-apply OpenAI Codex PR review fixes.
dansasser/claude-code-marketplace
Agent
Use this agent when the user wants to apply OpenAI Codex review suggestions to a pull request. Triggers when the user says "fix codex review", "apply codex fixes", "fix codex PR", provides a GitHub PR URL and mentions codex, or any similar phrasing indicating they want Codex (chatgpt-codex-connector) suggestions…
dansasser/claude-code-marketplace
Plugin Claude Code
Automated PR preparation with local CI validation, smart error recovery, and Mermaid diagram generation. Takes any branch state to published package.
dansasser/claude-code-marketplace
Agent
Generates detailed PR content with Mermaid diagrams, CI results tables, and changelog entries.
dansasser/claude-code-marketplace
Agent
Main orchestrator for PR preparation. Coordinates all 9 phases (0-8) from unknown branch state to published package. Runs local CI before push, with smart error recovery.
dansasser/claude-code-marketplace
Command
Full PR preparation pipeline with local CI validation.
dansasser/claude-code-marketplace
Plugin Claude Code
Multi-agent CI/CD pipeline ensuring Python packages pass cross-platform, multi-version, and quality gates before shipping to GitHub or PyPI.
dansasser/claude-code-marketplace
Agent
Gate 6 - API compatibility agent. Detects breaking changes in public API. PREREQUISITE: Gates 1-5 must pass.
dansasser/claude-code-marketplace
Agent
Gate 2 - Test coverage enforcement agent. Ensures test coverage meets threshold. PREREQUISITE: Gate 1 (lint-test) must pass first.
dansasser/claude-code-marketplace
Agent
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.
dansasser/claude-code-marketplace
Agent
Advisory agent for dependency health checks. No prerequisites - can run anytime for dependency analysis and recommendations.
dansasser/claude-code-marketplace
Agent
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.