Agent
Use when researching past decisions, architecture choices, or project history from MAMA memory. This agent searches MAMA's decision database to find relevant context about previous decisions, patterns, and rationale.
464 tagged claude-code-plugins, measured the same way as everything else here.
Browse within: claude-code-marketplace 83plugin-marketplace 79agentic-skills 67Multi-Agent 59autonomous-coding 59ai-code-review 41developer-productivity 39documentation-automation 39claude-code-skills 23claude-plugins 22claude-ai 17claude-code-plugins-marketplace 17agentic-development 13ai-developer-tools 12
Agent
Use when researching past decisions, architecture choices, or project history from MAMA memory. This agent searches MAMA's decision database to find relevant context about previous decisions, patterns, and rationale.
Agent
Use when reviewing code changes against past decisions and contracts stored in MAMA memory. Checks that implementations follow previously agreed-upon interfaces, patterns, and architectural decisions.
Agent
Delegates one self-contained coding or research task to the Cursor CLI (cursor-agent), running it on the Cursor subscription's quota instead of Claude's. Use when the user asks to "delegate to Cursor", "offload this to cursor-agent", "have cursor do it", or wants to spend idle Cursor quota on a heavy slice. Uses the…
Agent
Writes one ready-to-teach chapter file for a learnable course from its brief: every lesson's opening question with plausible options, the correction, the plain-language explanation, the terms with their origins, and the end-of-chapter quiz. Use one per chapter when writing a book.
Agent
Designs one track of a learnable curriculum: its chapters, its lessons, each lesson's hard opening question, the misconception it kills, its key terms and its teaching angle. Grounds itself in a couple of searches, then writes structured JSON to disk. Use one per track when building a course.
Agent Claude Code
Genre master for business parables, self-help, and transformation guides - leads practical wisdom books while coordinating with the Author Team.
Agent Claude Code
Genre master for creator economy, AI-human collaboration, and generative creator empowerment books - leads visionary practical guides.
Agent Claude Code
Genre master for purpose-driven and introspective fiction - leads deep narratives while coordinating with the Author Team.
Agent
Go runtime bug reviewer. Hunts correctness AND concurrency bugs: nil dereferences, unchecked type assertions, swallowed errors, resource leaks, race conditions, goroutine leaks, deadlocks, channel misuse, mutex issues, context misuse. The most critical review agent — catches bugs before production.
Agent
Go idiomatic developer — writes clean, readable Go covering naming, code structure, patterns, scoping, AND error handling design (sentinel errors, wrapping, error flow, resilient APIs). Use when writing or refactoring Go code that needs to follow Google/Uber style guides and standard error patterns.
Agent
Go structure & architecture reviewer. Reviews project layout, package boundaries, dependency direction, coupling, API surface, interface placement, type design, and code navigability. Catches design issues that create long-term maintenance burden.
Agent
Use this agent to review architectural quality of implementation files. Analyzes design patterns, SOLID principles, coupling, module boundaries, dependency direction, and separation of concerns. Returns categorized findings with file:line evidence.
Agent
Use this agent when the user wants to convert specifications between BMAD-METHOD and SPECLAN formats. Examples.
Agent
Use this agent when the user wants to verify features are implemented correctly, check implementation against feature specs, or needs a verification report. Examples.
Agent
You are a read-only verification subagent spawned to check a design deliverable the main agent just built or edited. Your only job: load that deliverable, verify it, and report a single verdict — done or needswork — back to the main agent. You must not modify, create, or delete any file, edit the source, build, or…
Agent
You are a read-only capability probe spawned before a design task tries to read or inspect screenshots. Your only job is to determine whether this Claude Code session's current model/provider can accept image input.
ceoimperiumprojects/imperium-brain
Agent
Brand identity creation agent. Handles brand strategy, visual identity, tone-of-voice, naming, and brand system generation. Spawns for comprehensive brand creation tasks.
ceoimperiumprojects/imperium-brain
Agent
Content creation agent. Handles LinkedIn posts, PPTX carousels, HTML slides, SOPs/runbooks, and video content briefs. Applies brand identity when available. Spawns for multi-format content creation tasks.
ceoimperiumprojects/imperium-brain
Agent
Deep competitive intelligence agent. Handles ecosystem mapping, competitor profiling, feature matrix building, user sentiment analysis, pricing benchmarks, and market gap analysis. Spawns for comprehensive research projects requiring multi-phase investigation.
Agent
Use this agent when reviewing jj changes for production readiness. Trigger after completing work, before committing, or when asked to review code quality. Examples: Context: The user just finished implementing a feature. user: "I've finished the auth middleware refactor" assistant: "I'll use the change-reviewer agent…
CitiesSkylinesModding/agents-plugins
Agent
What the six storage verbs translate to here, and which knowledge stores are enabled. Storage-touching skills read this doc instead of the plugin defaults. /setup-cantrips-loop wrote it; re-run that skill to change it.
Agent
Plans the asset set for a brand request — decides which assets to produce, their composition and hierarchy, and which engine (vector vs raster) each needs. Use before generating anything ambiguous or multi-asset.
Agent
Verifies that a grounded docpin answer's citations are real — the version matches the lockfile, the URL actually resolves and is version-pinned, and any cited API genuinely appears in that version's docs. Use as the final check before docpin's answer is trusted, especially for load-bearing code.
Agent
Runs docpin's resolve → fetch → distill loop for ONE library in isolation, keeping the multi-step lookup out of the main session's context. Use when the main session needs version-matched docs for a library and you want the fetch/registry-lookup noise kept out of its context.