Hi Google team,
I noticed a small possible typo or inconsistency in the Agent Skills installation instructions.
In the section about installing Agent Skills using npx skills, the project-scope path is shown as:
<project-root>/.agent/skills/
However, based on the surrounding instructions and the common Agent Skills convention, it looks like the intended path should be:
<project-root>/.agents/skills/
with agents in plural.
The rest of the section also refers to ~/.agents/skills, and the Antigravity CLI global scope is listed as:
~/.gemini/antigravity-cli/skills/
So I think the project-scope path may need to be updated from .agent/skills/ to .agents/skills/.
Thanks for the great course and materials. This section was very helpful.
Hi Google team,
I noticed a small possible typo or inconsistency in the Agent Skills installation instructions.
In the section about installing Agent Skills using
npx skills, the project-scope path is shown as:<project-root>/.agent/skills/However, based on the surrounding instructions and the common Agent Skills convention, it looks like the intended path should be:
<project-root>/.agents/skills/with
agentsin plural.The rest of the section also refers to
~/.agents/skills, and the Antigravity CLI global scope is listed as:~/.gemini/antigravity-cli/skills/So I think the project-scope path may need to be updated from
.agent/skills/to.agents/skills/.Thanks for the great course and materials. This section was very helpful.