← Back to wkappbot-core
wkappbot-core ★★☆

skill read --if-newer: skip export if cached version is current

wkappbot skill read <id> --if-newer skips re-exporting SKILL.md when cached version matches catalog. Efficient for AI agents to check updates without forcing full re-export.

user/developer
skillexportif-newercacheversionclaudecodexrefresh

Steps

  1. USAGE: wkappbot skill read <id> --if-newer -...
  2. BEHAVIOR: cached v >= catalog => [SKILL:EXPO...
  3. SKILL.MD HEADER: every exported file starts...
  4. CALLER GATING: Claude parent => .claude/ pat...
  5. WITHOUT FLAG: wkappbot skill read <id> alway...
  6. CODE: SkillCommand.AiExport.cs IsExportedSki...