static-analysis
v0.2.0Enforces code quality through static analysis tools, prek pre-commit hooks, and MegaLinter. Discovers quality standards, recommends appropriate tools, and prevents manual recursion over files. Never satisfied until all issues resolved or explicitly ignored.
By cam-bartsLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 26, 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 static-analysis for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install static-analysis-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/cam-barts/claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/static-analysis/.
Plugin files
├── .claude-plugin/plugin.json├── skills/quality-enforcement/SKILL.md└── skills/quality-tooling/SKILL.md
Included Skills2
Use when enforcing code quality, measuring metrics, or auditing dependencies. Covers complexity metrics, maintainability index, and dependency vulnerability auditing. Run security scanners (bandit) and suppression greps directly via Bash.
Use when configuring linters or detecting tool conflicts. Covers cross-config conflict detection across pyproject, ruff.toml, mypy.ini, and friends.
Plugin manifests1
{
"name": "static-analysis",
"version": "0.2.0",
"description": "Enforces code quality through static analysis tools, prek pre-commit hooks, and MegaLinter. Discovers quality standards, recommends appropriate tools, and prevents manual recursion over files. Never satisfied until all issues resolved or explicitly ignored.",
"author": {
"name": "cam-barts"
},
"license": "MIT",
"repository": "https://github.com/cam-barts/claude-marketplace",
"keywords": [
"static-analysis",
"code-quality",
"linting",
"prek",
"pre-commit",
"megalinter",
"quality-enforcement",
"automation",
"ci-cd"
],
"commands": "./commands",
"agents": "./agents/quality-enforcer.md",
"skills": "./skills"
}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.
[static-analysis on Agent Plugins Marketplace](https://pluginsmp.com/plugins/static-analysis-2)