Agent Plugins Marketplace
All plugins

rule-audit

v0.4.0

On-demand static analysis of AI system prompts: audit a prompt file for contradictions, coverage gaps, priority ambiguities and meta-paradoxes, locally and offline.

Claude CodeAgent Plugins1 Skill

By Hermes LabsLicense: MIT2 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 rule-audit 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 rule-audit@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/hermes-labs-ai/rule-audit

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

Plugin files

rule-audit/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/rule-audit/SKILL.md

Included Skills1

rule-auditskills/rule-audit/SKILL.md

Audit a named AI system-prompt file for contradictions, coverage gaps, priority ambiguities, meta-paradoxes and absoluteness issues, using the local rule-audit static analyzer (offline, deterministic, no model call). Use when the user asks to audit, lint, review or check a system prompt, agent instruction file or persona file for internal conflicts, and names the file. Do not use for general code review, for prose documentation, or when no specific prompt file has been named.

Plugin manifests2

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "rule-audit",
  "displayName": "rule-audit",
  "description": "On-demand static analysis of AI system prompts: audit a prompt file for contradictions, coverage gaps, priority ambiguities and meta-paradoxes, locally and offline.",
  "version": "0.4.0",
  "author": {
    "name": "Hermes Labs",
    "email": "[email protected]",
    "url": "https://github.com/hermes-labs-ai"
  },
  "homepage": "https://github.com/hermes-labs-ai/rule-audit",
  "repository": "https://github.com/hermes-labs-ai/rule-audit",
  "license": "MIT",
  "keywords": [
    "prompt-engineering",
    "ai-safety",
    "static-analysis",
    "system-prompt",
    "audit",
    "developer-tools"
  ],
  "commands": [
    "./integrations/claude-code/commands/audit.md"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "rule-audit",
  "version": "0.4.0",
  "description": "On-demand static analysis of AI system prompts: audit a prompt file for contradictions, coverage gaps, priority ambiguities and meta-paradoxes, locally and offline.",
  "author": {
    "name": "Hermes Labs",
    "email": "[email protected]",
    "url": "https://github.com/hermes-labs-ai"
  },
  "homepage": "https://github.com/hermes-labs-ai/rule-audit",
  "repository": "https://github.com/hermes-labs-ai/rule-audit",
  "license": "MIT",
  "keywords": [
    "prompt-engineering",
    "ai-safety",
    "static-analysis",
    "system-prompt",
    "audit",
    "developer-tools"
  ]
}

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

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