dansasser

56 mods across 2 repositories, 32 stars between them.

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.

9 3mo ago A tokens not measured original MIT

ollama-agents

02

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.

9 3mo ago A tokens not measured original MIT

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.

9 3mo ago A 44 tokens original MIT

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.

9 3mo ago A 41 tokens original MIT

ollama-task-router

05

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.

9 3mo ago A 71 tokens original MIT

coderabbit-pr-fixer

12

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…

9 3mo ago A 392 tokens original MIT

codex-pr-fixer

14

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…

9 3mo ago A 407 tokens original MIT

pr-prep

15

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.

9 3mo ago A tokens not measured original MIT

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.

9 3mo ago A 43 tokens original MIT

preflight

19

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.

9 3mo ago A tokens not measured original MIT

coverage

21

dansasser/claude-code-marketplace

Agent

Gate 2 - Test coverage enforcement agent. Ensures test coverage meets threshold. PREREQUISITE: Gate 1 (lint-test) must pass first.

9 3mo ago A 35 tokens original MIT

cross-platform

22

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.

9 3mo ago C 46 tokens original MIT

deps

23

dansasser/claude-code-marketplace

Agent

Advisory agent for dependency health checks. No prerequisites - can run anytime for dependency analysis and recommendations.

9 3mo ago A 23 tokens original MIT

github-pr

24

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.

9 3mo ago A 43 tokens original MIT