switch skill docs to xdg mosaic config path

This commit is contained in:
Jason Woltje
2026-02-17 14:12:07 -06:00
parent 6843300dcc
commit be320644e2
6 changed files with 40 additions and 40 deletions

View File

@@ -216,7 +216,7 @@ npx skills add https://git.mosaicstack.dev/mosaic/agent-skills.git --yes --agent
```bash
git clone https://git.mosaicstack.dev/mosaic/agent-skills.git ~/src/agent-skills
for skill in ~/src/agent-skills/skills/*/; do
ln -sf "$skill" ~/.mosaic/skills/$(basename "$skill")
ln -sf "$skill" ~/.config/mosaic/skills/$(basename "$skill")
done
```
@@ -224,7 +224,7 @@ done
When adding skills from the community:
1. Replace raw `gh`/`tea` calls with our `~/.mosaic/rails/git/` scripts
1. Replace raw `gh`/`tea` calls with our `~/.config/mosaic/rails/git/` scripts
2. Test on both GitHub and Gitea repos
3. Add Mosaic Stack context notes where upstream assumptions differ
4. Document any platform-specific limitations