claudeindex
Marketplace

dansasser-marketplace

dansasser-marketplace

Stars

6

Forks

1

Plugins

5

Installation

1

Add the marketplace

/plugin marketplace add dansasser/claude-code-marketplace
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

5

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

Plugins

Plugin

coderabbit-pr-fixer

Auto-apply CodeRabbit AI review suggestions to a PR. Fetches the PR, extracts all individual AI fix prompts, applies each fix to the codebase, and commits/pushes the result.

Plugin

codex-pr-fixer

Auto-apply OpenAI Codex review suggestions to a PR. Fetches the PR, extracts all Codex bot review comments with priority badges, applies each fix to the codebase, and commits/pushes the result.

Plugin

ollama-agents

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 and parallel processing.

Plugin

preflight

Multi-agent CI/CD pipeline ensuring Python packages pass cross-platform, multi-version, and quality gates before shipping. 8 sequential gates: lint, coverage, cross-platform, Python matrix, security, API compat, packaging, and GitHub PR.

Plugin

pr-prep

Automated PR preparation with local CI validation, smart error recovery, and Mermaid diagram generation. Takes any branch state to published package through GitHub.