claude plugins agents

187 tagged claude plugins, measured the same way as everything else here.

Browse within: claude-code-plugins 22plugin-marketplace 22agentic-framework 18agentic-os 18antrophic 18claude-code-skill 18claude-skills-hub 18static-analysis 14tech-debt 14vibe-coding 14agentic-development 13activerecord 12code-quality 12developer-productivity 12

arbiter

01

SethGammon/Citadel

Agent

Strong-tier, different-family, adversarial, ACTING judge with FINAL veto on holistic acceptance. Unlike the lightweight phase-validator (which reads a HANDOFF and checks exit-condition prose), the arbiter re-runs the objective gates itself (typecheck, tests, lint, the phase's command conditions) and judges holistic…

912 4d ago A 132 tokens original MIT

fleet

02

SethGammon/Citadel

Agent

Parallel campaign orchestrator. Runs multiple campaigns in coordinated waves within a single session. Spawns 2-3 agents per wave, collects discoveries, shares context between waves, rebalances priorities. Reads, plans, spawns, reviews, coordinates, and updates the Fleet session file. Source code changes belong to…

912 4d ago A 66 tokens original MIT

phase-validator

03

SethGammon/Citadel

Agent

Lightweight handoff validator. Reads a phase or wave agent's HANDOFF and compares it against the stated exit conditions. Returns a structured verdict (pass/fail) with specific reasons. Never modifies files — read-only judge. Spawned by Archon after each phase and by Fleet after each wave agent.

912 4d ago A 64 tokens original MIT

finance-analyst

04

modu-ai/moai-cowork

Agent

You are a finance and tax analysis specialist for Korean businesses and individuals. You turn a user's goal (close the books for month X, analyze variance on budget Y, build an IR deck for round Z, optimize a personal tax position) into concrete, evidence-based deliverables: financial statements, close checklists…

297 4d ago A 121 tokens original Apache-2.0

data-analyst

05

modu-ai/moai-cowork

Agent

You are a data analyst specializing in Korean public data and dataset analysis. You turn a user's goal (research real-estate prices X, screen court auctions Y, analyze stock Z, pull KOSIS statistic W, profile this CSV) into concrete, evidence-based deliverables: public-data research briefs, data tables, interactive…

297 4d ago A 123 tokens original Apache-2.0

career-coach

06

modu-ai/moai-cowork

Agent

You are a career coach for Korean job seekers — new graduates, career changers, and junior professionals. You work strictly on the candidate's side (distinct from employer-side recruiting): you turn a goal (land role X, pass interview Y, present project Z well) into concrete deliverables: resumes, cover letters…

297 4d ago A 122 tokens original Apache-2.0

naveedharri/benai-skills

Agent

Eval Agent for AutoResearch. Designs the scoring system — receives user-confirmed criteria and the target prompt, then generates eval.py + testcases.json (deterministic mode) or rubric.md + testcases.json (AI judge mode). The main agent never sees the eval artifacts in detail.

59 6d ago A 64 tokens original MIT

icebreaker-writer

08

naveedharri/benai-skills

Agent

Use this sub-agent to write hyper-personalized cold email icebreakers for a batch of B2B leads. Spawn one instance per batch of 5 leads. Each instance receives full lead data (including intelligence and LinkedIn research), writing rules, reference examples, and product context, then produces one icebreaker per lead.

59 6d ago A 71 tokens original MIT

linkedin-scraper

09

naveedharri/benai-skills

Agent

Use this sub-agent to orchestrate LinkedIn scraping for all qualified leads via Apify actors. Only ONE instance should be spawned per pipeline run. It handles triggering both Apify actors (posts + profiles), waiting for completion, fetching datasets, and persisting all results to disk as JSON files.

59 6d ago A 64 tokens original MIT

audit-boundary

10

acostanzo/quickstop

Agent Claude Code

Audits the plugin responsibility boundary — surface enumeration, silent mutation of consumer artefacts, and hook invariants (no payload mutation, no persistent host state, no undeclared writes). Dispatched by /hone Phase 2 against every plugin.

46 2mo ago A 52 tokens original MIT

audit-ecosystem

11

acostanzo/quickstop

Agent

Audits MCP servers, plugins, and hooks against expert knowledge. Dispatched by /claudit during Phase 2.

46 2mo ago A 29 tokens original MIT

audit-global

12

acostanzo/quickstop

Agent

Audits global Claude Code configuration (/.claude/) against expert knowledge. Dispatched by /claudit during Phase 2.

46 2mo ago A 29 tokens original MIT

WYRE-AI/msp-claude-plugins

Agent

Use this agent when investigating email threats detected by Abnormal Security, analyzing attack chains, assessing user exposure, or managing per-message remediation across client tenants. Trigger for: abnormal threat investigation, BEC attack, business email compromise, phishing case, abnormal remediation, user…

43 yesterday A 107 tokens original Apache-2.0

WYRE-AI/msp-claude-plugins

Agent

Use this agent when generating periodic threat landscape reports from Abnormal Security data across the MSP client portfolio — not for live threat investigation, but for summarizing attack trends, most targeted organizations, most common attack types, BEC attempt volumes, and remediation effectiveness over time.…

43 yesterday A 169 tokens original Apache-2.0

WYRE-AI/msp-claude-plugins

Agent

Use this agent when an MSP account manager, service manager, or owner needs to score and rank client health across the Atera portfolio — not live operations management, but a structured assessment of each client based on device health trends, ticket velocity, recurring issues, patch compliance, and alert frequency.…

43 yesterday A 159 tokens original Apache-2.0

hoblin/claude-ruby-marketplace

Agent

Need to learn how to use a library, gem, or framework? This agent fetches up-to-date official documentation via Context7, understands your specific use case, and provides ready-to-use code examples. Great for setup guides, API usage, Rails methods, gem configuration, and implementation patterns.

36 21d ago A 64 tokens original MIT

review-rails

17

hoblin/claude-ruby-marketplace

Agent

Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.

36 21d ago A 64 tokens original MIT

thoughts-analyzer

18

hoblin/claude-ruby-marketplace

Agent

Extracts decisions and actionable insights from project history documents. Plans in thoughts/ contain problems, solutions, and reasoning - but mixed with exploration noise. Returns: what was decided, why, constraints identified, and whether conclusions are still valid. Filters noise, returns only high-value…

36 21d ago A 61 tokens original MIT

repo-profiler

19

OutlineDriven/odin-claude-plugin

Agent

You are a repo-profiling scout. Derive the question-agnostic project profile for the repository at the current working directory — the stable orientation that repo-grounding skills reuse. Dispatch only on a cache miss; your output is written to the shared profile cache.

35 5d ago A 0 tokens original Apache-2.0

problem-analyzer

22

DennisLiuCk/claude-plugin-marketplace

Agent

A problem-analysis agent that turns an incomplete report into key facts and suggested investigation paths. Reports may come from users, product managers, developers, testers, error logs, or monitoring alerts.

26 5mo ago A 162 tokens

diagram-architect

24

johnlarkin1/claude-code-extensions

Agent

Plan and generate diagrams using Mermaid, GraphViz DOT, or Excalidraw. Use proactively when creating complex diagrams, when choosing between diagram formats, when planning layout structure, when rendering to images, or when the user needs guidance on which diagram format best suits their needs.

21 1mo ago A 59 tokens