Skip to content

Claude fails to discover new skills, agents, commands with these folders in $PAI_DIR #47

@smolcompute

Description

@smolcompute

Claude Code only auto-discovers “skills/agents/commands” in two places:

  1. ~/.claude/...
  2. a .claude/... folder inside projects

PAI keeps its stuff under ~/REPOS/PAI/commands, ~/REPOS/PAI/skills, etc. Those aren’t either, so Claude won’t notice new files there on its own.

The symlinked settings.json created with the command below just tells Claude where to run certain scripts; it doesn’t change the auto-discovery rule.

ln -sf $PAI_DIR/settings.json ~/.claude/settings.json

Maybe I'm missing something!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions