File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ A CLI tool for downloading and managing [Point-Free Way](https://www.pointfree.c
3030| ------| --------------|
3131| ` agents` (generic) | ` ~/.agents/skills` |
3232| [` amp` ](https://ampcode.com/manual#agent-skills) | ` ~/.agents/skills` |
33- | [` antigravity` ](https://antigravity.google/docs/skills) | ` ~/.gemini/antigravity/global_skills ` |
33+ | [` antigravity` ](https://antigravity.google/docs/skills) | ` ~/.gemini/antigravity/skills ` |
3434| [` claude` ](https://code.claude.com/docs/en/skills) | ` ~/.claude/skills` |
3535| [` codex` ](https://developers.openai.com/codex/skills/) | ` ~/.codex/skills` |
3636| [` copilot` ](https://docs.github.com/en/copilot/concepts/agents/about-agent-skills) | ` ~/.copilot/skills` |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ struct Install: AsyncParsableCommand {
3131 case . amp:
3232 return home. appending ( path: " .agents/skills " )
3333 case . antigravity:
34- return home. appending ( path: " .gemini/antigravity/global_skills " )
34+ return home. appending ( path: " .gemini/antigravity/skills " )
3535 case . droid:
3636 return home. appending ( path: " .factory/skills " )
3737 case . opencode:
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ extension BaseSuite {
567567 try await assertCommand ( [ " install " , " --tool " , " antigravity " ] ) {
568568 """
569569 Installed skills:
570- • antigravity: /Users/blob/.gemini/antigravity/global_skills
570+ • antigravity: /Users/blob/.gemini/antigravity/skills
571571 """
572572 }
573573 assertInlineSnapshot ( of: fileSystem, as: . description) {
@@ -576,7 +576,7 @@ extension BaseSuite {
576576 blob/
577577 .gemini/
578578 antigravity/
579- global_skills /
579+ skills /
580580 pfw-ComposableArchitecture@ -> /Users/blob/.pfw/skills/ComposableArchitecture
581581 pfw-SQLiteData@ -> /Users/blob/.pfw/skills/SQLiteData
582582 .pfw/
You can’t perform that action at this time.
0 commit comments