From 7efab92fa37f98187fa2f3a064136d83a41fa1ae Mon Sep 17 00:00:00 2001 From: Kirill Korikov <11762090+yourconscience@users.noreply.github.com> Date: Mon, 7 Sep 2026 14:44:29 +0400 Subject: [PATCH] README: restore missing code fence in interop section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eab81b0..5e3fbc9 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ dotagents mcp list|add|import|remove ## Installing skills without dotagents A dotagents-format repo also works as a plain skills source. Anyone can copy individual skills into their harness of choice with the skills.sh installer, no dotagents install needed: + +```bash npx skills add yourconscience/myagents -s dotagents --copy # verified: copies cleanly, no symlinks ```