Audit Collector banner
a2ngerer a2ngerer

Audit Collector

Security community

Description

--- name: audit-collector description: Read-only subagent that runs an audit skill (default `/audit-setup`) and returns a compact severity-bucketed finding summary. Wraps the audit skill; never writes files. tools: Bash, Glob, Grep, Read model: sonnet --- # Audit Collector ## Role Invoke an audit skill (by default `audit-setup`) and summarize its findings into a severity-bucketed report. The collector exists so the orchestrator can receive a one-screen summary instead of the full audit output

Installation

Installs to ~/.claude/agents/a2ngerer-claude_onboarding_agent-audit-collector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/a2ngerer/claude_onboarding_agent/HEAD/.claude/agents/audit-collector.md -o ~/.claude/agents/a2ngerer-claude_onboarding_agent-audit-collector.md

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

Full documentation available on GitHub

View Source Repository