Autohand Code CLI reads
AGENTS.md for project instructions and discovers project skills from
.autohand/skills/. This adapter layers the portable .agent/ brain on
top so Autohand can share the same memory, skills, and protocols as the
other harnesses.
./install.sh autohand-codeOr on Windows PowerShell:
.\install.ps1 autohand-code C:\path\to\your-projectAGENTS.md— Autohand reads this as project instructions. If another adapter already installedAGENTS.md, this adapter leaves it in place..autohand/skills/→.agent/skills/— Autohand scans this path for project-level skills. The installer creates a symlink when possible and falls back to copying / merging when symlinks are unavailable.
Run Autohand in the project and ask:
autohand "Summarize the current instructions."It should mention .agent/AGENTS.md and the portable memory files.
Then ask:
autohand "What's in my lessons file?"It should read .agent/memory/semantic/LESSONS.md.
- This adapter does not install Autohand hooks. It relies on the same
manual
recall.pyandmemory_reflect.pycalls used by the Cursor and Windsurf paths. - If
.autohand/skills/is a copied directory rather than a symlink, re-run the installer after editing.agent/skills/to sync updates.