From b6fd80db881c58a1649427446d2b6215e4f48372 Mon Sep 17 00:00:00 2001 From: Snow Lee Date: Wed, 17 Jun 2026 08:19:22 -0700 Subject: [PATCH] docs: mention Claude Code skills in README Adds a short "Claude Code skills" section so users discover the agent-aware guidance shipped under .claude/skills/. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d8e058b..5aa53a9 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,21 @@ sfs uses each provider's standard credential chain — nothing sfs-specific: | `sfs remote [folder]` / `sfs remote set ` | Show / set the cloud remote | | `sfs whoami` | Device identity used in change tracking | +## Claude Code skills + +This repo ships agent skills under [`.claude/skills/`](.claude/skills) so +Claude Code is sfs-aware out of the box when working in a clone: + +- **`sfs-mount`** — mount, unmount, on-demand sync, and multi-device setup. +- **`sfs-remote`** — picking a backend (S3, GCS, S3-compatible, `file://`) + and the per-provider credential chain. +- **`sfs-status`** — `sfs status` / `sfs log` / `sfs whoami`, the per-mount + daemon log location, and a stepwise diagnostic flow. + +Claude Code auto-discovers skills in `.claude/skills/`; no configuration +needed. To make them available globally, symlink each skill directory into +`~/.claude/skills/`. + ## How it works ```