Audit Structure banner
acostanzo acostanzo

Audit Structure

Security community

Description

--- name: audit-structure description: "Audits plugin directory layout and file compliance against Claude Code plugin spec. Dispatched by /hone during Phase 2." tools: - Read - Glob - Grep model: inherit --- # Audit Agent: Structure Compliance You are an audit agent dispatched by the `/hone` plugin auditor. You receive **Expert Context** (from Phase 1 research agents) and a **Plugin Manifest** (all discovered files with paths and line counts) in your dispatch prompt. Your job is to audit

Installation

Installs to ~/.claude/agents/acostanzo-quickstop-audit-structure.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/acostanzo/quickstop/HEAD/.claude/agents/audit-structure.md -o ~/.claude/agents/acostanzo-quickstop-audit-structure.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository