← ClaudeAtlas

knowledge-auditlisted

**Bare-slash canonical (Claude Code).** `/knowledge-audit` resolves to this skill (alias for /audit-knowledge) when both aria-knowledge and aria-cowork are loaded in the same session. RUNTIME GATE: this alias delegates to /audit-knowledge, whose Runtime Gate section will surface a notification suggesting `/aria-cowork:knowledge-audit` if invoked from a non-Code runtime — even in `auto` mode (ADR-094 §Part 3). Alias for /audit-knowledge. Invoked by the '/knowledge-audit' slash command. Same behavior as /audit-knowledge — just an alternative phrasing.
mikeprasad/aria-knowledge · ★ 12 · AI & Automation · score 64
Install: claude install-skill mikeprasad/aria-knowledge
# /knowledge-audit — Alias for /audit-knowledge This is an **alias skill**. The canonical implementation lives at `plugin/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. ## Execute Read `plugin/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. ## Why this alias exists 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. ## Maintenance - If the canonical skill's frontmatter changes (new argument hints,