embedded_skills/forge-snap/SKILL.md
# Forge Snap Skill Use this skill for snapper/btrfs-native workflows. ## Primary Commands - List configs: `forge snap configs -output json` - Snapshot history: `forge snap log -path . -output json` - Snapshot history in range: `forge snap log -path . -since -24h -until now -output json` - Snapshot history with changed files: `forge snap log -path . -files -files-limit 100 -output json` - Working tree status: `forge snap status -path . -output json` - Working tree status by time: `forge snap s
npx skillsauth add tionis/forge embedded_skills/forge-snapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for snapper/btrfs-native workflows.
forge snap configs -output jsonforge snap log -path . -output jsonforge snap log -path . -since -24h -until now -output jsonforge snap log -path . -files -files-limit 100 -output jsonforge snap status -path . -output jsonforge snap status -path . -from-time 2026-03-01T10:00:00Z -to-time now -output jsonforge snap diff -path .forge snap diff -path . -from-time -6h -to-time nowforge snap restore -path . -apply -output jsonforge snap save -path . -description "..." -output json-path: resolve snapper config from path.-path: for snap log, also scopes stat/file output to that subtree.-config: explicit snapper config.-from/-to: revision selectors.-from-time/-to-time: time selectors for status/diff (cannot be combined with -from/-to).-since/-until: time-expression bounds for snap log.-files: include per-snapshot changed file list in snap log.-files-limit: cap changed files shown per snapshot (0 means all).-apply: execute restore (default is preview).-output: auto|pretty|kv|json where supported.tools
# Forge Vector Skill Use this skill for vector embedding service and ingestion. ## Primary Commands - Start service: `forge vector serve` - Ingest files: `forge vector ingest -server http://localhost:8080 -root . -output json` - Show lease status: `forge vector lease-status -output json` ## Key Flags - `-server`: vector coordinator URL for ingest client. - `-root`: scan root. - `-kind`: `image|text`. - `-hydrated-db`: local hydrated embeddings DB path. - `-workers`: ingest concurrency.
data-ai
# Forge Tags Skill Use this skill to manage `user.xdg.tags` metadata on paths. ## Primary Commands - Read tags: `forge tags get [path] -output json` - Replace tags: `forge tags set [path] -tags a,b -output json` - Add tags: `forge tags add [path] -tags a,b -output json` - Remove tags: `forge tags remove [path] -tags a,b -output json` - Clear tags: `forge tags clear [path] -output json` ## Key Flags - `-tags`: comma/semicolon separated tag list. - `-output`: `auto|pretty|kv|json`.
data-ai
# Forge Snapshot Skill Use this skill for Forge's content-addressed snapshot database. ## Primary Commands - Create local snapshot: `forge snapshot create [path] -output json` - Create remote snapshot: `forge snapshot remote <remote:path> -output json` - History: `forge snapshot history [path] -limit 20 -output json` - Diff: `forge snapshot diff [path] -from <ts> -to <ts> -output json` - Inspect: `forge snapshot inspect -tree <hash> -output json` - Query by tags: `forge snapshot query -tree <
development
# Forge Replicate Skill Use this skill to run the background database replication daemon. ## Primary Commands - Run daemon: `forge replicate daemon` ## Notes - Replicates node-owned databases according to remote config and trust mapping. - Uses node SSH identity and trust recipients for encrypted uploads where configured.