using ~/.agents/skills breaks the XDG location #8787

Open
opened 2026-02-16 18:10:51 -05:00 by yindo · 1 comment
Owner

Originally created by @scarf005 on GitHub (Feb 7, 2026).

Originally assigned to: @thdxr on GitHub.

using ~/.agents/skills breaks the XDG location, see: https://github.com/agentskills/agentskills/issues/15#issuecomment-3864798487

Originally posted by @scarf005 in https://github.com/anomalyco/opencode/issues/11842#issuecomment-3864847858

Originally created by @scarf005 on GitHub (Feb 7, 2026). Originally assigned to: @thdxr on GitHub. using `~/.agents/skills` breaks the XDG location, see: https://github.com/agentskills/agentskills/issues/15#issuecomment-3864798487 _Originally posted by @scarf005 in https://github.com/anomalyco/opencode/issues/11842#issuecomment-3864847858_
Author
Owner

@github-actions[bot] commented on GitHub (Feb 7, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #10986: [FEATURE]: Support standard skills location at .agents/skills/ - This is the feature request to support the standard skills location that your issue is concerned about
  • #12432: OPENCODE_DISABLE_CLAUDE_CODE=1 also disable .agents/skills added in v1.1.50 - Related to .agents/skills functionality and bugs
  • #8968: [FEATURE]: Support OPENCODE_CACHE_DIR and OPENCODE_LOG_DIR for full isolation - Related to XDG directory isolation concerns

The core issue appears to be that using ~/.agents/skills breaks XDG spec compliance. If #10986 hasn't been implemented yet, that's where the feature discussion should happen. If it has been implemented, the issue might be in how the path is currently being set up relative to XDG directories.

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 7, 2026): This issue might be a duplicate of existing issues. Please check: - #10986: [FEATURE]: Support standard skills location at `.agents/skills/` - This is the feature request to support the standard skills location that your issue is concerned about - #12432: OPENCODE_DISABLE_CLAUDE_CODE=1 also disable .agents/skills added in v1.1.50 - Related to .agents/skills functionality and bugs - #8968: [FEATURE]: Support OPENCODE_CACHE_DIR and OPENCODE_LOG_DIR for full isolation - Related to XDG directory isolation concerns The core issue appears to be that using ~/.agents/skills breaks XDG spec compliance. If #10986 hasn't been implemented yet, that's where the feature discussion should happen. If it has been implemented, the issue might be in how the path is currently being set up relative to XDG directories. Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8787