From ac-audit
Interactively configures ac-audit plugin's audit.yaml: customizes log_dir, permissions, max_words, display_tools across config levels with override merging and validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-audit:configure-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interactive audit.yaml configuration for ac-audit plugin.
Interactive audit.yaml configuration for ac-audit plugin.
/configure-audit or /ac-audit:configure-audit
Read the 3-tier config resolution and display current effective config:
${CLAUDE_PLUGIN_ROOT}/config/audit.default.yaml~/.claude/audit.yaml./audit.yaml (relative to project root)Display current effective settings:
Ask user which setting(s) to customize.
For each selected setting, present current value and ask for changes:
Ask target location: project-level (./audit.yaml) or user-level (~/.claude/audit.yaml).
Generate or update the YAML file at chosen location.
Validate by loading the merged config and displaying effective result.
1. Read ${CLAUDE_PLUGIN_ROOT}/config/audit.default.yaml
2. Read ~/.claude/audit.yaml (if exists)
3. Read ./audit.yaml (if exists)
4. Display merged effective config as table
5. Prompt: "Which setting to customize? (log_dir/log_permissions/max_words/display_tools/all)"
6. For selected setting(s):
a. Show current value
b. Ask for new value (or skip)
c. For display_tools list, show current and ask for additions/removals
7. Prompt: "Save to project-level or user-level? (project/user)"
8. Write YAML with only the overrides
9. Re-read and display new effective config
audit.default.yaml)npx claudepluginhub waterplanai/agentic-config --plugin ac-auditAudits .claude/ config for cross-references, permissions, inventory drift, model tiers, docs freshness. Auto-fixes issues at high/medium/all severity levels or upgrades with verification and A/B testing.
Interactively configure ac-safety plugin's safety.yaml: customize guardians for credentials, destructive bash, file writes, supply chain risks, and Playwright via prompts and overrides.
Audits Claude Code configurations for best practices in skills, instructions, MCP servers, hooks, plugins, security, over-engineering, and context efficiency via file scans and focused checks. Invoke with /claudit [focus-area].