Sync banner
waynesutton waynesutton

Sync

Development community

Description

# Sync skill How the content sync system works in this markdown-blog project. ## Overview Content flows from markdown files to Convex database via sync scripts. Changes appear instantly on the site because Convex provides real-time updates. ``` content/blog/*.md ──┐ ├──▶ npm run sync ──▶ Convex DB ──▶ Site content/pages/*.md ──┘ ``` ## Sync commands | Command | Environment | What it syncs | |---------|-------------|---------------| | `npm run sync` | Development | Pos

Installation

Installs to ~/.claude/skills/waynesutton-markdown-site-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/waynesutton-markdown-site-sync && curl -fsSL https://raw.githubusercontent.com/waynesutton/markdown-site/HEAD/.claude/skills/sync.md -o ~/.claude/skills/waynesutton-markdown-site-sync/SKILL.md

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

Full documentation available on GitHub

View Source Repository