code-quality-atlas-collapsed
v0.1.0Collapsed 4-entrypoint form of the code-quality-atlas suite for cloud / account-skill / context-budget installs. Lenses are bundled and loaded on demand.
By Brandon DeesLicense: MIT AND CC-BY-4.09 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 14, 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-atlas-collapsed for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-quality-atlas-collapsed@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/brandondees/code-quality-atlasClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is collapsed/.
Plugin files
├── .claude-plugin/plugin.json├── skills/auditing-a-repository/SKILL.md├── skills/reviewing-a-change/SKILL.md├── skills/reviewing-a-decision/SKILL.md└── skills/reviewing-an-artifact/SKILL.md
Included Skills4
Run a whole-repository health audit with the code-quality-atlas repo-shaped audits (architecture, dependencies, config/build, docs, compliance, enforcement, infrastructure-as-code, decision-record currency, data-pipeline health, deployment/execution and trust-boundary security, maintainability hotspots). Use for a scheduled or on-demand repo audit, not a single diff. Runs the applicable audits and synthesizes one report.
Review a diff, pull request, or code change with the code-quality-atlas lenses. Use for "review this PR / diff / change / what I pushed". Ranks the relevant diff lenses by relevance and runs them at the chosen depth (review = top few; comprehensive = all relevant), then synthesizes one verdict. The collapsed, repo-independent entrypoint for change review.
Review a decision rather than code — an ADR, RFC, design doc, dependency or technology adoption, build-vs-buy or vendor choice, or a deprecation/sunset plan. Reviews the choice and its record (rationale, lock-in, exit, revisit trigger) with the decision lens plus the design-capable lenses for the decision's domain.
Review a standardized authored artifact against its own published standard rather than as application code — e.g. a SKILL.md / agent-skill definition. Detects the artifact and applies its rubric. The collapsed entrypoint for artifact-shaped review.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "code-quality-atlas-collapsed",
"version": "0.1.0",
"displayName": "Code Quality Atlas (collapsed)",
"description": "Collapsed 4-entrypoint form of the code-quality-atlas suite for cloud / account-skill / context-budget installs. Lenses are bundled and loaded on demand.",
"author": {
"name": "Brandon Dees",
"url": "https://github.com/brandondees"
},
"repository": "https://github.com/brandondees/code-quality-atlas",
"license": "MIT AND CC-BY-4.0",
"keywords": [
"code-review",
"code-quality",
"security",
"performance",
"testing",
"accessibility",
"maintenance",
"audit"
]
}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-atlas-collapsed on Agent Plugins Marketplace](https://pluginsmp.com/plugins/code-quality-atlas-collapsed)