Clean up skills discovery and claude files#53682
Clean up skills discovery and claude files#53682maxandersen wants to merge 1 commit intoquarkusio:mainfrom
Conversation
This removes the explicit call out of skills from agents.md/claude.md as the skills aren't meant to force included but rather looked up when need that skill. The skills were not as is actually available to claude as it wont look in .agents/skills only .claude/skills. Other agents handles .agents/skills just fine. Thus testing with pi.dev, cursor and claude I went with symoblic linking .claude so Claude is not "blind" to the skills. Also added a .local folder to .gitignore as convention for storing personal .local plan/notes/agents.md etc.
Status for workflow
|
| @@ -0,0 +1 @@ | |||
| .agents/ No newline at end of file | |||
There was a problem hiding this comment.
If Claude Code writes settings through the symlink into .agents/, those files become visible to git and could be committed. Maybe add .agents/settings*.json to .gitignore ?
This removes the explicit call out of skills from agents.md/claude.md
as the skills aren't meant to force included but rather looked up when
need that skill.
The skills were not as is actually available to claude as it wont look
in .agents/skills only .claude/skills. Other agents handles .agents/skills just fine.
Thus testing with pi.dev, cursor and claude I went with symoblic linking
.claude so Claude is not "blind" to the skills.
Also added a .local folder to .gitignore as convention for
storing personal .local plan/notes/agents.md etc.