Claude Code plugin ecosystem grows 8.8 times in six months

Researchers who examined 1,926 repositories hosting plugin marketplaces found that the activity of commits related to plugins jumped 8.8 times in the six months after the initial launch. The sample covers 8,351 plugins distributed across 2,018 marketplaces and includes 77,773 commits, a database large enough to distinguish noise from genuine maintenance patterns.
The most striking figure is not plugin volume but their nature: these are maintained artifacts, not one-time-written files. The feature-commit rate stands at 39.6% of all commits, compared with 17.2% in conventional open-source code projects. In other words, developers continue adding capability after the initial launch at double the usual rate.
Software-engineering tasks constitute 61.3% of all plugins, a dominant share reflecting the tool’s original purpose. At the same time, Claude appears as co-author on 34.9% of every commit in the sample. This is a high involvement rate for a language model as an active writing partner, not merely a one-off code generator.
The most interesting finding concerns the relationship between natural-language instruction files and their implementation scripts. The two evolve together at a rate higher than expected by chance, and 78% of these joint changes are functionally linked. Prose and code have become a single cohesive unit, a maintenance dependency without parallel in traditional software development.
The study was published as a pre-print (not yet peer reviewed) and is fully accessible at arxiv.org/abs/2608.28497. The data indicate a paradigm shift: when instructions and implementations are managed in the same repository and version-history, the boundary between “what to do” and “how to do it” blurs to the point of disappearance.