Agent Plugins Marketplace
All plugins

holistic-linting

v2.4.42

This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents (lint touched files before task completion). Prevents claiming "production ready" code without verification. Includes linting rules knowledge base for ruff, mypy, and bandit, plus the linting-root-cause-resolver agent for systematic issue resolution.

CodexClaude Code3 Skills

By Jamie Nelson66 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 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 holistic-linting for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add holistic-linting@jamie-bitflight-skills

Paste and run these commands in a terminal with Codex. They add and refresh the jamie-bitflight-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “holistic-linting” remain stable.

  • Codex: holistic-linting@agent-plugin-marketplaceholistic-linting@jamie-bitflight-skills

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/Jamie-BitFlight/claude_skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/holistic-linting/.

Plugin files

plugins/holistic-linting/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/holistic-linting/SKILL.md
├── skills/holistic-linting-orchestrator/SKILL.md
└── skills/holistic-linting-resolver/SKILL.md

Included Skills3

holistic-lintingskills/holistic-linting/SKILL.md

Comprehensive linting and formatting verification workflows. Provides automatic format-lint-resolve pipelines for orchestrators and sub-agents. Use when running linters, fixing ruff/mypy/bandit errors, ensuring code quality before completion, or resolving linting issues systematically.

holistic-linting-orchestratorskills/holistic-linting-orchestrator/SKILL.md

Orchestrator delegation workflows for linting. Guides orchestrators on when and how to delegate to linting-root-cause-resolver and post-linting-architecture-reviewer agents. Use when orchestrating linting tasks, delegating quality checks, or reading linting resolution reports.

holistic-linting-resolverskills/holistic-linting-resolver/SKILL.md

Linter-specific resolution workflows for ruff, mypy, pyright, and basedpyright. Provides systematic root-cause analysis procedures, suppression gates, and verification steps. Use when resolving linting errors as a sub-agent, implementing fixes systematically, or conducting type flow analysis.

Plugin manifests2

plugins/holistic-linting/.codex-plugin/plugin.json
{
  "name": "holistic-linting",
  "version": "2.4.42",
  "description": "This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents (lint touched files before task completion). Prevents claiming \"production ready\" code without verification. Includes linting rules knowledge base for ruff, mypy, and bandit, plus the linting-root-cause-resolver agent for systematic issue resolution.",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  },
  "keywords": [
    "linting",
    "code-quality",
    "ruff",
    "mypy",
    "bandit",
    "python",
    "formatting",
    "type-checking"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Holistic Linting",
    "shortDescription": "This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents...",
    "longDescription": "This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents (lint touched files before task completion). Prevents claiming \"production ready\" code without verification. Includes linting rules knowledge base for ruff, mypy, and bandit, plus the linting-root-cause-resolver agent for systematic issue resolution.",
    "developerName": "Jamie Nelson",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides"
    ]
  }
}
plugins/holistic-linting/.claude-plugin/plugin.json
{
  "name": "holistic-linting",
  "description": "This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents (lint touched files before task completion). Prevents claiming \"production ready\" code without verification. Includes linting rules knowledge base for ruff, mypy, and bandit, plus the linting-root-cause-resolver agent for systematic issue resolution.",
  "version": "2.4.42",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  },
  "keywords": [
    "linting",
    "code-quality",
    "ruff",
    "mypy",
    "bandit",
    "python",
    "formatting",
    "type-checking"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[holistic-linting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/holistic-linting)