check-updates
Installation
SKILL.md
Check for Updates
This skill checks for updates to the skills-for-fabric marketplace at the start of each session.
When to Run
Run this check once per week when any skills-for-fabric skill is first invoked. Skip if already checked within the last 7 days.
Session State
The update check marker is stored in a persistent, user-level directory shared across all sessions and all plugins in the Fabric Skills marketplace:
~/.config/fabric-collection/last-update-check.json
This file contains a JSON object mapping plugin names to the UTC date (YYYY-MM-DD) of their last update check:
Related skills