Mention skill in README

Amolith created

Change summary

README.md | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)

Detailed changes

README.md 🔗

@@ -43,13 +43,27 @@ calls the `usage` tool is
 - [internal/server/silverbullet.md](https://git.secluded.site/sb-mcp/blob/main/internal/server/silverbullet.md)
 - [internal/server/tools.go](https://git.secluded.site/sb-mcp/blob/main/internal/server/tools.go)
 
+This repo also maintains an [Agent Skill] for SilverBullet. If your agent has
+CLI access, prefer this over the MCP server because it allows composition
+through shell, like piping a page to a file.
+
+[Agent Skill]: https://agentskills.io/
+
+<details><summary>Click to expand skill installation</summary>
+Copy/paste this to your agent.
+
+<blockquote>
+If you already have Agent Skills installed, mkdir "using-silverbullet" next to the other directories, then save "https://git.secluded.site/sb-mcp/blob/main/SKILL.md?raw=1" to "using-silverbullet/SKILL.md". If you do not have any other skills already, STOP and tell me.
+</blockquote>
+</details>
+
 ## Tools
 
-| Tool           | Description                                                          |
-| -------------- | -------------------------------------------------------------------- |
-| `execute_lua`  | Run a Space Lua script on the SilverBullet instance.                 |
-| `screenshot`   | Capture the current SilverBullet viewport as a PNG image.            |
-| `console_logs` | Retrieve recent console log entries from SilverBullet for debugging. |
+| Tool           | Description                                                               |
+| -------------- | ------------------------------------------------------------------------- |
+| `execute_lua`  | Run a Space Lua script on the SilverBullet instance.                      |
+| `screenshot`   | Capture the current SilverBullet viewport as a PNG image.                 |
+| `console_logs` | Retrieve recent console log entries from SilverBullet for debugging.      |
 | `usage`        | Load the full SilverBullet usage guide (Space Lua syntax, APIs, gotchas). |
 
 ### `execute_lua` parameters