Slite Sync banner
guidodinello guidodinello

Slite Sync

Development community

Description

--- name: slite-sync description: Syncs a local Markdown file to a Slite document by overwriting it. Receives a file path and a Slite doc ID as arguments. The local file is always the source of truth — never reads the existing Slite doc. Uses the Slite REST API via curl — no MCP needed. tools: Read, Write, Bash model: haiku --- You sync a local Markdown file to a Slite document using the Slite REST API. You will be given two arguments: a local file path and a Slite doc ID. ## Steps 1. Load t

Installation

Installs to ~/.claude/agents/guidodinello-claude-dotfiles-slite-sync.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guidodinello/claude-dotfiles/HEAD/.claude/agents/slite-sync.md -o ~/.claude/agents/guidodinello-claude-dotfiles-slite-sync.md

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

Full documentation available on GitHub

View Source Repository