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) <noreply@anthropic.com>
This commit is contained in:
Snow Lee
2026-06-17 08:19:52 -07:00
co-authored by Claude Opus 4.7
parent f1180323b5
commit b6fd80db88
+15
View File
@@ -106,6 +106,21 @@ sfs uses each provider's standard credential chain — nothing sfs-specific:
| `sfs remote [folder]` / `sfs remote set <folder> <url>` | 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
```