install
source · Clone the upstream repo
git clone https://github.com/sitemd-cc/sitemd
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sitemd-cc/sitemd "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/reload" ~/.claude/skills/sitemd-cc-sitemd-reload-998442 && rm -rf "$T"
manifest:
.claude/skills/reload/SKILL.mdsource content
Reload Site
Trigger a full site rebuild using the MCP build tool. The dev server picks up the changes and hot-reloads the browser automatically.
Procedure
- Call
(no arguments)sitemd_build - Report the result to the user:
- Number of pages built
- Number of card images generated (if any)
- Build mode (trial or activated)
- The browser will hot-reload automatically
Rules
- No permission required — Execute immediately
- This triggers a one-shot rebuild via MCP, not a dev server restart
- If the user wants continuous rebuilds on file changes, suggest
instead/launch - This is NOT a production build — use
orsitemd deploy
for production outputsitemd build