Plugins

Extend Mull with plugins.

Skills, agents, commands, and MCP servers. Install with one command from the official marketplace.

Install a plugin

mull plugins add git+https://github.com/palmshed/plugins.git

Installs all plugins from the marketplace. To install a single plugin, append #plugin-name.

Available plugins

Name Type Description
api-review Skill API design consistency, ergonomics, backward compatibility, and documentation quality.
code-review Skill Strict maintainability review for abstraction quality, file size, and spaghetti-condition growth.
commit-review Skill Commit message clarity, history readability, and bisectability.
debugging Skill Systematic debugging workflow, root cause analysis, and fix verification.
documentation Skill Documentation accuracy, completeness, and example quality.
performance-review Skill Performance regressions, allocations, I/O waste, and N+1 query detection.
security-review Skill Injection, authentication, data exposure, and supply-chain risk review.
system-design Skill Module boundaries, coupling, scalability, and design clarity.
testing Skill Test coverage gaps, weak assertions, and flakiness detection.

What plugins can do

Want to contribute? Read the guide or open an issue.