From aria-knowledge
Provides an alternative slash command `/config-audit` that delegates to the canonical `/audit-config` skill. Useful for users who prefer the inverted phrasing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aria-knowledge:config-auditThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is an **alias skill**. The canonical implementation lives at `plugin-claude-code/skills/audit-config/SKILL.md` within the aria-knowledge plugin. Invoking `/config-audit` and `/audit-config` produces identical behavior — this alias exists only to accommodate users who prefer the inverted "config-audit" phrasing.
This is an alias skill. The canonical implementation lives at plugin-claude-code/skills/audit-config/SKILL.md within the aria-knowledge plugin. Invoking /config-audit and /audit-config produces identical behavior — this alias exists only to accommodate users who prefer the inverted "config-audit" phrasing.
Read plugin-claude-code/skills/audit-config/SKILL.md (relative to the aria-knowledge plugin root — resolve via ${CLAUDE_PLUGIN_ROOT}/skills/audit-config/SKILL.md if available, otherwise locate it within the installed plugin tree) and follow every step in that file exactly, passing through any arguments the user provided to this alias.
Do not duplicate canonical logic here. When the canonical skill changes, this alias continues to work because it delegates.
Natural-language phrasing varies between "config audit" and "audit config." The canonical skill is named audit-config for consistency with audit-knowledge (both follow the audit-<subject> pattern). This alias covers the alternative convention without forcing users to remember the canonical form.
Natural-language dispatch ("run a config audit") should still route to the canonical /audit-config via its description's trigger phrases. This alias is primarily for users who type /config-audit as an explicit slash command.
/audit-config row in /help notes this alias; if the alias's name or existence changes, update that row too.npx claudepluginhub mikeprasad/aria-knowledge --plugin aria-knowledgeAlias for /audit-knowledge that delegates to the canonical skill. Exists to accommodate users who prefer the inverted 'knowledge-audit' phrasing.
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].
Audits Claude Code plugins for structure validation, frontmatter quality, deprecations, feature adoption, security patterns, and documentation. Ensures changelog compatibility and best practices for releases.