Agent Plugins Marketplace
All plugins

instruction-audit

v1.0.0

Read-only audit of the always-on instruction surface — host and container — for context waste, dead rules, cross-layer contradictions, and unclear authority.

CodexClaude Code

By David KimLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 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 instruction-audit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add davekim917/bootstrap
codex plugin marketplace upgrade davekim917-bootstrap
codex plugin add instruction-audit@davekim917-bootstrap

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

Compatibility: the page URL and API slug “instruction-audit” remain stable.

  • Codex: instruction-audit@agent-plugin-marketplaceinstruction-audit@davekim917-bootstrap

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/davekim917/bootstrap

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

Plugin files

plugins/instruction-audit/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/instruction-audit/.codex-plugin/plugin.json
{
  "name": "instruction-audit",
  "version": "1.0.0",
  "description": "Read-only audit of the always-on instruction surface — host and container — for context waste, dead rules, cross-layer contradictions, and unclear authority.",
  "author": {
    "name": "David Kim"
  },
  "repository": "https://github.com/davekim917/bootstrap",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Instruction Audit",
    "shortDescription": "Audit agent instructions for debt and conflicts",
    "longDescription": "Finds instructions that waste context, never fire, contradict each other across host and container layers, stop work early, or grant unclear authority. Measures a baseline, tests rules against real usage data, and proposes exact edits. Read-only — applies nothing.",
    "developerName": "David Kim",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Run an instruction debt audit of my agent setup."
    ]
  }
}
plugins/instruction-audit/.claude-plugin/plugin.json
{
  "name": "instruction-audit",
  "version": "1.0.0",
  "description": "Read-only audit of the always-on instruction surface — host and container — for context waste, dead rules, cross-layer contradictions, and unclear authority.",
  "author": {
    "name": "David Kim"
  },
  "repository": "https://github.com/davekim917/bootstrap",
  "license": "MIT",
  "skills": "./skills/"
}

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

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