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.
npx claudepluginhub waterplanai/agentic-config --plugin ac-auditThis skill uses the workspace's default tool permissions.
Interactive audit.yaml configuration for ac-audit plugin.
Audits Claude Code settings.json files for syntax, schema compliance, permissions, sandbox settings, env vars, and exposed secrets. Validates configs before deployment.
Provides step-by-step guidance for audit trail tasks in enterprise workflows, generates production-ready code and configurations, and validates outputs for compliance, governance, and integration.
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.
Share bugs, ideas, or general feedback.
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)