code-quality
v0.2.1Splitting an oversized file without changing what it does: moving code rather than rewriting it, keeping every name and its callers, and ending in evidence a reader can check rather than a claim. Four cleanup skills were written for this pack and given an eval case each, run three times with the plugin and three times without it; this is the one whose runs beat their own baseline. The other three are recorded in docs/not-shipped with what was measured, because their cases could not tell the difference.
By MojoAILicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install code-quality for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-quality-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/MojoAI-King/SkillitonClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/base/plugins/code-quality/.
Plugin files
├── .claude-plugin/plugin.json└── skills/split-a-file/SKILL.md
Included Skills1
Use when a source file has grown past what a project allows or past what a reader can hold, and it has to be broken up. Splits a file as a move rather than a rewrite, so the same code runs afterwards, and proves it with the project's own tests run before and after. Also covers where to cut, what to do with the public surface, and why a size pin is lowered and never raised.
Plugin manifests1
{
"name": "code-quality",
"description": "Splitting an oversized file without changing what it does: moving code rather than rewriting it, keeping every name and its callers, and ending in evidence a reader can check rather than a claim. Four cleanup skills were written for this pack and given an eval case each, run three times with the plugin and three times without it; this is the one whose runs beat their own baseline. The other three are recorded in docs/not-shipped with what was measured, because their cases could not tell the difference.",
"version": "0.2.1",
"author": {
"name": "MojoAI"
},
"homepage": "https://github.com/MojoAI-King/Skilliton",
"repository": "https://github.com/MojoAI-King/Skilliton",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[code-quality on Agent Plugins Marketplace](https://pluginsmp.com/plugins/code-quality-2)