standardize skills to mosaic-first paths and docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user