Dwonczykj

Reload — Development skill for Claude Code

Development community

Sync a local-source plugin's cache (default: sf itself) to its latest local version, then tell me to restart to pick it up.

How to install Reload

Installs to ~/.claude/skills/dwonczykj-sf-reload/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dwonczykj-sf-reload && curl -fsSL https://raw.githubusercontent.com/Dwonczykj/sf/HEAD/commands/reload.md -o ~/.claude/skills/dwonczykj-sf-reload/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Reload does


description: "Sync a local-source plugin's cache (default: sf itself) to its latest local version, then tell me to restart to pick it up."

Sync the installed plugin cache with its local marketplace source.

  1. Target: $ARGUMENTS if given (accepts name or name@marketplace), else default to sf@sf.
  2. Run claude plugin update and show its output verbatim.
  3. If it bumped the version, report old → new version in one line. If it says already up to date, say that and stop. 4

Alternatives in Development

  • Magnitude — Open source inference server your agent sets up for you 1.5k ★
  • Dao Code — Open-source TypeScript terminal coding agent for DeepSeek-V4 — builds on DeepSeek's strong price-performance a 1.3k ★
  • Projectmem — Open-source coding agent memory 766 ★

Full documentation available on GitHub

View Source Repository