Sign InOpen Brain
arXivPaperNeeds Review

On the Maintenance and Co-evolution of Agent Plugins: An Empirical Study of Claude Code Plugin Marketplaces

A study of 8,351 Claude Code plugins finds instruction files and scripts often require coordinated maintenance, treating skills as evolving software rather than static prompts.

arXiv · Aug 28, 2026
Open Source Open MarkdownOpen JSON
Source Summary

Researchers analyzed **8,351 plugins** and **77,773 commits** across Claude Code marketplaces. Software-engineering plugins made up 61.3%, Claude co-authored 34.9% of commits, and plugin-touching activity grew 8.8× over six months.

Practical Implication

Treat agent plugins as maintained software artifacts. In skills directories, instruction files and implementation scripts changed together above chance, and **78% of those co-changes** were judged functionally coupled; reviews and tests should cover both sides of that boundary.

Agent-Ready Context
Researchers analyzed **8,351 plugins** and **77,773 commits** across Claude Code marketplaces. Software-engineering plugins made up 61.3%, Claude co-authored 34.9% of commits, and plugin-touching activity grew 8.8× over six months.

Treat agent plugins as maintained software artifacts. In skills directories, instruction files and implementation scripts changed together above chance, and **78% of those co-changes** were judged functionally coupled; reviews and tests should cover both sides of that boundary.

The study examines repositories associated with one agent ecosystem after its October 2025 launch. Commit classification and observed co-change indicate maintenance patterns, but do not by themselves measure plugin quality, reliability, or user adoption.
Connected Context · Feed7 Judgment

The study supplies ecosystem-scale evidence that plugins and skills behave like evolving software, not static prompt files. Its observed coupling between instructions and scripts strengthens prior calls for shared, governed agent workflows and makes joint tests and reviews an implementation consequence. It does not, however, validate the quality, adoption, or portability claims of any particular skill catalog.

addyosmani/agent-skillsThe pack turns engineering gates into reusable skills; the study implies those gates, their references, and supporting scripts should be versioned and reviewed together as functionally coupled software.Agents, codebases, and teams — Aditya Khandelwal, Amazon AGI LabThe team-infrastructure account calls for continuously maintained shared skills and runbooks; the marketplace data provides empirical support that such artifacts undergo substantial, coupled maintenance.How to Kill the Code Review — Ankit Jain, AviatorEvidence-oriented review shifts attention beyond diffs, while the study identifies instruction–implementation co-change as a specific boundary where reviews and tests should preserve intent and behavior together.alirezarezvani/claude-skillsThe 354-skill catalog illustrates the scale and cross-agent portability ambitions at issue, but the study cautions that repository activity and co-change patterns do not establish catalog quality, reliability, or adoption.
Context Map
agentcoding#skills#harness-engineering#coding-agents
Uncertainty
The study examines repositories associated with one agent ecosystem after its October 2025 launch. Commit classification and observed co-change indicate maintenance patterns, but do not by themselves measure plugin quality, reliability, or user adoption.