[BUG] skills list does not discover installed skills because discovery paths differ from install paths #15
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rtlabs-llm-agents/agent-skills-cli#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
skills listsearches only~/.antigravity/skills,.antigravity/skills, and./skills, butskills installappears to place skills in different locations (canonical storage under~/.skills/./.skills, then symlinks/copies to agent dirs). As a result, installed skills are not discoverable byskills list.To Reproduce
Steps to reproduce:
skills install <some-skill>skills listExpected behavior
skills listshould discover skills installed byskills install, or both commands should use the same canonical directory layout.Environment:
Additional context
This looks like a path-model mismatch between loader and installer logic. It is especially confusing for Antigravity support because the README mentions
.agent/skills//~/.gemini/antigravity/skills/,while the loader scans
.antigravity/skills.