mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-25 03:55:27 +02:00
docs(skill-creator): update precedence to reflect simplified sources
Update Skill Precedence section to show only two sources: 1. Profile-specific skills (highest priority) 2. Global skills (~/.super-multica/skills/) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -189,8 +189,8 @@ rm -rf ~/.super-multica/skills/<skill-name>
|
||||
|
||||
## Skill Precedence
|
||||
|
||||
Skills from different sources (highest priority wins):
|
||||
Skills load from two sources (highest priority wins):
|
||||
1. Profile-specific skills (`~/.super-multica/agent-profiles/<id>/skills/`)
|
||||
2. User-installed skills (`~/.super-multica/skills/`)
|
||||
3. Plugin skills (from npm packages)
|
||||
4. Bundled skills (built into the application)
|
||||
2. Global skills (`~/.super-multica/skills/`)
|
||||
|
||||
Profile skills override global skills with the same ID.
|
||||
|
||||
Reference in New Issue
Block a user