From c504357e4bb25b2b4675327dee635790b6ea11a4 Mon Sep 17 00:00:00 2001 From: Igor Costa Date: Fri, 3 Jul 2026 14:28:55 +1200 Subject: [PATCH] docs: add Autohand Code install notes --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index dd457d8..2e98758 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,24 @@ You can also **Enable auto-update** to get the latest versions automatically. cp -r skills/ ~/.claude/skills/ ``` +**For Autohand Code (Manual)** — Skills only + +```bash +git clone https://github.com/softaworks/agent-toolkit.git +mkdir -p ~/.autohand/skills +cp -r agent-toolkit/skills/ ~/.autohand/skills/ +``` + +For the current project: + +```bash +git clone https://github.com/softaworks/agent-toolkit.git +mkdir -p .autohand/skills +cp -r agent-toolkit/skills/ .autohand/skills/ +``` + +If a skill is later published to an Autohand Skills index, install it with `autohand --skill-install `, or add `--project` to install it into the current project. + **For claude.ai** — Skills only Add skills to project knowledge or paste SKILL.md contents into the conversation.