Skip to content

🤖 bug: support symlinked project skills in local workspaces #2912

@ThomasK33

Description

@ThomasK33

Summary

Mux currently treats symlinked project skills under .mux/skills/* as invalid in host-local project workspaces. That means skills installed as symlinks do not show up in agent_skill_list and cannot be managed through agent_skill_write / Chat with Mux.

Background

In the workflow used for PR #2910, the project skill entries were installed as symlinks. Codex flagged that local project skill discovery and management currently reject those symlinked entries, so the right follow-up is to teach Mux to support this installation pattern rather than forcing individual PRs to replace symlinks with copied directories.

Problem

  • agent_skill_list skips symbolic-link entries for project scope.
  • agent_skill_write / the skill file utilities reject symlinked project skill directories.
  • As a result, symlinked project skills do not appear or remain manageable through Chat with Mux in the default host-local context (non-SSH / non-docker).

References


Generated with mux • Model: openai:gpt-5.4 • Thinking: high

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions