audit-agent

Audit agent definitions against a standard template with evidence per criterion.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/hpsgd/claude-marketplace --skill audit-agent-hpsgd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-agent
Source: https://github.com/hpsgd/claude-marketplace/tree/main/plugins/practices/plugin-curator/skills/audit-agent
Command: npx skills add https://github.com/hpsgd/claude-marketplace --skill audit-agent-hpsgd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits agent definitions to verify conformance with the standard template and exposes gaps with concrete evidence.

Core Features & Use Cases

  • Template conformance: Checks each agent against the official 15 criteria from the template and flags gaps with explicit evidence.
  • Evidence-rich reporting: Produces per-criterion status with line references to the relevant template and agent definitions.
  • Batch and targeted auditing: Can audit a single named agent or all agents in the repository, facilitating governance and quality control.

Quick Start

Audit a specific agent or all agents by invoking the audit-agent tool with an agent name or 'all'.

Frequently Asked Questions about audit-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit agent definitions against a standard template?

Auditing agent conformance requires reading the standard template, enumerating target agents, and validating each against 15 criteria. The audit reports per-criterion statuses with explicit evidence and locations for any structural gaps found in the definitions.

What is agent template conformance checking?

Agent template conformance checking validates agent definitions against 15 official template criteria to ensure structural alignment. It flags gaps with concrete evidence and line references, supporting repository-wide governance and quality control.

Can I check template conformance for all agents in my repository at once?

Yes, batch auditing is supported by invoking the tool with the 'all' parameter to enumerate and validate every agent in the repository. This produces per-criterion status reports with evidence for all non-passing findings across the entire codebase.

How do I get evidence for template conformance gaps in agent definitions?

Running an audit generates per-criterion reports that attach explicit evidence and locations for every non-passing finding. The output includes line references to both the standard template and the specific agent definitions flagged for structural gaps.

What are the limitations of automated agent template auditing?

Agent template auditing is limited to validating structural conformance against 15 predefined template criteria. It focuses on identifying structural gaps with evidence, but does not evaluate the logical correctness, semantic accuracy, or runtime behavior of the agents.