standardize skills to mosaic-first paths and docs

This commit is contained in:
Jason Woltje
2026-02-17 13:09:06 -06:00
parent dfed864347
commit 104c11392e
31 changed files with 62 additions and 62 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" ~/.claude/skills/$(basename "$skill")
ln -sf "$skill" ~/.mosaic/skills/$(basename "$skill")
done
```
@@ -224,7 +224,7 @@ done
When adding skills from the community:
1. Replace raw `gh`/`tea` calls with our `~/.claude/scripts/git/` scripts
1. Replace raw `gh`/`tea` calls with our `~/.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