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:
parent
d90edea8d0
commit
6bb8f2d9e0
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue