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.
Steps
- USAGE: wkappbot skill read <id> --if-newer -...
- BEHAVIOR: cached v >= catalog => [SKILL:EXPO...
- SKILL.MD HEADER: every exported file starts...
- CALLER GATING: Claude parent => .claude/ pat...
- WITHOUT FLAG: wkappbot skill read <id> alway...
- CODE: SkillCommand.AiExport.cs IsExportedSki...