Agent Plugins

The canonical wiki index for anything you have to install to extend an AI coding agent: Claude skills, MCP servers, skill packs, parallel-agent runners, sandboxing layers, browser controllers, research loops, and visual pipeline builders. The user’s working definition: “if you have to install it, it’s a plugin in my book.”

This page exists to keep the plugin ecosystem navigable as it grows. The wiki has tracked individual plugins one source at a time since the beginning (context7, superpowers, gstack, task-master-ai, n8n, remotion); as of the 2026-04-08 Dubibubii ingest, the plugin layer is dense enough to deserve its own index. There are reportedly 500,000+ Claude skills published; the wiki tracks the small subset that has appeared in primary sources, plus anything the user has actually run.

How to read the table

  • Typeskill (Claude skill / markdown spec), skill-pack (collection of related skills), MCP (MCP server), CLI (standalone CLI tool), repo (research loop or template you clone), visual-builder (drag-and-drop pipeline editor)
  • Platforms — where the plugin runs. “Any MCP host” = Claude Code, Cursor, Cline, Windsurf, anything that speaks MCP.
  • Status — the user’s flag system:
    • tracked — logged from a source, no action expected
    • try — flagged for hands-on evaluation; surfaces in tasks
    • tried — user has run it; notes live on the plugin’s own page
    • recommended — user actively recommends to others
    • skip — user evaluated and rejected; one-line reason on the page so we don’t re-evaluate

The index

PluginTypePlatformsWhat it doesStatus
frontend-design-skillskillClaude CodeBans generic fonts (Inter/Roboto/Arial), forces design direction before codetracked
superpowersskill-packClaude CodeTDD enforcement; deletes code written before tests; 20+ sub-skillstracked
autoresearchrepomodel-agnosticKarpathy’s overnight research-loop pattern (give a goal, iterate until morning)tracked
context7MCPany MCP hostCurated current docs for 1,856+ frameworks; fixes API hallucinationtracked
gstackskill-packClaude CodeGarry Tan’s 15 opinionated prompts (CEO/designer/EM/release roles)tracked
task-master-aiMCPCursor, Claude Code, Codex, any MCP hostPRD → structured task tree with dependencies; 36 MCP toolstracked
playwright-mcpMCPany MCP hostMicrosoft’s browser-control MCP (click, fill, scrape, screenshot)tracked
tavilyMCPany MCP hostAI-native search engine: search/extract/crawl/maptracked
codebase-memory-mcpMCPany MCP hostPersistent knowledge graph of your codebase across sessionstracked
pdf-processing-skillskillClaude CodeRead/extract tables/fill forms/merge/split PDFstracked
xlsx-skillskillClaude CodeExcel formulas/charts/analysis from natural languagetracked
pptx-skillskillClaude CodeSlide decks (layouts, charts, speaker notes) from promptstracked
doc-co-authoring-skillskillClaude CodeCollaborative back-and-forth document editingtracked
canvas-design-skillskillClaude CodeSocial graphics, posters, covers (PNG/PDF out)tracked
web-artifacts-builder-skillskillClaude CodeCalculators, dashboards, interactive widgets from promptstracked
marketing-skills-packskill-packClaude CodeCorey Haines’s 20+ marketing sub-skills (CRO/SEO/copy/email/growth)tracked
claude-seo-skillskillClaude CodeSite audit + schema validation; 12 sub-skillstracked
brand-guidelines-skillskillClaude CodeEncodes brand voice/colors/tone; auto-applies to outputstracked
deep-research-skillskillClaude Code8-phase research pipeline with source credibility scoringtracked
gpt-researcherrepomodel-agnosticAutonomous research agent → full report (works with any model)tracked
obsidian-skills-packskill-packClaude Code + ObsidianAuto-tagging, auto-linking, vault-native AI for obsidiantry
remotionCLIstandaloneProgrammatic video rendering (motion graphics from code)tracked
context-optimization-skillskillClaude CodeKV-cache tricks + context efficiency to cut token spendtracked
promptfooCLImodel-agnosticPrompt red-teaming, edge-case + injection testingtracked
skill-creator-skillskillClaude CodeAnthropic-official meta-skill: generates skill files from plain Englishtracked
n8nvisual-builderself-hostedWorkflow automation w/ AI nodes; 400+ integrationstracked
firecrawlCLImodel-agnosticURL → LLM-ready markdown; passed Scrapy in starstracked
langflowvisual-builderself-hostedDrag-and-drop AI agent pipeline builder (DataStax)tracked
claude-squadCLIClaude Code, Codex, AiderRun multiple coding agents in parallel terminal sessionstracked
container-useCLImodel-agnosticDagger’s containerized agent sandboxing (per-agent isolated env)tracked
ghost-osCLImacOSAI agent that can drive every app on your Mactracked
skills-shrepoClaude CodeCommunity skills format (existing wiki entry)tracked

Marketplaces and curated lists

These are not plugins themselves — they’re where you go to find plugins:

  • awesome-claude-skills — Travis Vian’s curated list, 95K stars, the best community-maintained index
  • Anthropic official skills repo — 100K+ stars; the reference implementation for skill format
  • SkillsMP — largest catalog (500K+ skills); quality varies wildly
  • SkillHub — 30K+ skills with AI-generated quality ratings
  • Maggie archive — daily-updated feed of fresh AI repos

How to extend this page

When a new ingest mentions a plugin:

  1. Already in the table? Update the row’s status if the user’s posture changed; add the new source to the plugin’s own page.
  2. New plugin, fits the wiki’s scope? Add a row + create a dedicated page in wiki/open-source/<slug>.md (or wiki/tools/<slug>.md if commercial / hosted). Even thin pages get created — they exist as containers for hands-on notes when the user actually runs the plugin. This is the explicit promotion rule for plugins, and it overrides the general “no stub pages from training data” rule because plugin pages are intended to grow from use, not from sources alone.
  3. Same plugin, new platform support? Update the Platforms column.
  4. Status changes flow in both directions: if the user marks a row try, mirror a one-line nudge into tasks under the rolling “review agent plugins” task. When the user marks it tried / recommended / skip, delete the corresponding nudge.
  5. Deprecated plugin? Strike-through the row; keep the page (for the historical record); add a “Deprecated” section to the page with the date and reason.

Connections

See Also