Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,24 @@ You can also **Enable auto-update** to get the latest versions automatically.
cp -r skills/<skill-name> ~/.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/<skill-name> ~/.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/<skill-name> .autohand/skills/
```

If a skill is later published to an Autohand Skills index, install it with `autohand --skill-install <skill-name>`, 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.
Expand Down