docs: add Autohand Code install notes#369
Conversation
|
@igorcosta please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
This PR adds installation and discovery guidance for Autohand Code (a third‑party CLI coding agent from the autohandai org) to the repository's existing installation docs. It documents the autohand --skill-install microsoft-skills command, the .autohand/skills/ directory layout, and copy/symlink examples for placing individual skills into an Autohand project.
I cross‑checked each claim against the upstream project and all are accurate:
- The
--skill-install [name]and--projectflags exist inautohandai/code-cli. - The
microsoft-skillscatalog entry exists atautohandai/community-skills/microsoft-skills/SKILL.md. - The discovery paths
~/.autohand/skills/(user‑level) and<project>/.autohand/skills/(project‑level) match the upstream README. - The referenced skill path
.github/skills/azure-cosmos-db-pyresolves via the repo's existing symlink layout.
The new README code block is internally self‑consistent (clones into microsoft-skills and references it throughout). One consideration for maintainers: the microsoft-skills entry is maintained in a third‑party community repo, so these instructions depend on an external catalog that could change without notice; endorsing a third‑party tool in the flagship README is also a branding/policy decision.
Changes:
- Adds an "Autohand Code" install snippet to the README Quick Start plus copy/symlink examples in the manual‑install block.
- Adds an "Autohand Code Discovery" section and Autohand copy/symlink examples to
.github/docs/agent-integration.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Documents autohand --skill-install microsoft-skills/--project and adds .autohand/skills/ copy & symlink examples to the manual-install section. |
| .github/docs/agent-integration.md | Adds an "Autohand Code Discovery" section (directory layout + install commands) and Autohand copy/symlink examples to the manual-install section. |
Hi, thanks for maintaining this skills collection. I noticed the public Autohand Skills index already includes a
microsoft-skillsoverview entry, and the repo also supports direct skill-directory installs, so this adds Autohand Code guidance to the existing install docs.What changed:
autohand --skill-install microsoft-skillsand--projectin the Quick Start.autohand/skills/copy and symlink examples for specific skills.github/docs/agent-integration.mdValidation:
git diff --checkI did not run the docs-site build because this patch only changes Markdown docs, not Astro/source data or generated site artifacts.