Agent Plugins Marketplace
All plugins

code-quality

v0.16.0

Lint edited JavaScript and TypeScript files for maintainable comments and god-file limits with the project's local ESLint installation.

Claude Code2 Skills

By Thanh NguyenLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-quality@agent-plugin-marketplace

Paste 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/SidCorp-co/forge-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/code-quality/claude-plugin/.

Plugin files

packages/code-quality/claude-plugin/
├── .claude-plugin/plugin.json
├── skills/audit-code-quality/SKILL.md
└── skills/setup-code-quality/SKILL.md

Included Skills2

audit-code-qualityskills/audit-code-quality/SKILL.md

Audit comments and god files with eslint-plugin-code-quality and report actionable findings. Use when the user asks to review comment quality, find historical narration, reduce comment density, or find oversized files, long functions, and crowded directories.

setup-code-qualityskills/setup-code-quality/SKILL.md

Set up eslint-plugin-code-quality, its limits, and its Claude Code edit hook in the current Node project. Use when the hook reports a missing plugin or configuration, when a project has no ESLint at all, or when the user asks to install or configure code-quality linting.

Plugin manifests1

packages/code-quality/claude-plugin/.claude-plugin/plugin.json
{
  "name": "code-quality",
  "version": "0.16.0",
  "description": "Lint edited JavaScript and TypeScript files for maintainable comments and god-file limits with the project's local ESLint installation.",
  "author": {
    "name": "Thanh Nguyen"
  },
  "repository": "https://github.com/thanhnguyen/search-master.git",
  "license": "MIT",
  "keywords": [
    "eslint",
    "comments",
    "god-files",
    "code-quality",
    "hooks"
  ]
}

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)