From aria-knowledge
Alias for /audit-knowledge that delegates to the canonical skill. Exists to accommodate users who prefer the inverted 'knowledge-audit' phrasing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aria-knowledge:knowledge-audit [detailed][detailed]This 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-knowledge/SKILL.md` within the aria-knowledge plugin. Invoking `/knowledge-audit` and `/audit-knowledge` produces identical behavior — this alias exists only to accommodate users who prefer the inverted "knowledge-audit" phrasing.
This is an alias skill. The canonical implementation lives at plugin-claude-code/skills/audit-knowledge/SKILL.md within the aria-knowledge plugin. Invoking /knowledge-audit and /audit-knowledge produces identical behavior — this alias exists only to accommodate users who prefer the inverted "knowledge-audit" phrasing.
Read plugin-claude-code/skills/audit-knowledge/SKILL.md (relative to the aria-knowledge plugin root — resolve via ${CLAUDE_PLUGIN_ROOT}/skills/audit-knowledge/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 "knowledge audit" and "audit knowledge." The canonical skill is named audit-knowledge for consistency with audit-config (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 knowledge audit") should still route to the canonical /audit-knowledge via its description's trigger phrases. This alias is primarily for users who type /knowledge-audit as an explicit slash command.
/audit-knowledge 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-knowledgeProvides an alternative slash command `/config-audit` that delegates to the canonical `/audit-config` skill. Useful for users who prefer the inverted phrasing.
Guides creation, validation, auditing, and management of Claude Code skills and slash commands with templates, workflows, naming conventions, and docs queries.
Audits SKILL.md files for activation issues: grades descriptions A–F, simulates which skill fires for a prompt, and flags collisions where one skill shadows another.