feat(skills): load bundled skills

This commit is contained in:
Peter Steinberger
2025-12-20 12:23:53 +00:00
parent 5ef2666127
commit ff6a918e7e
6 changed files with 95 additions and 14 deletions

View File

@@ -31,11 +31,12 @@ Pis embedded core tools (read/bash/edit/write and related internals) are defi
## Skills
Clawdis loads skills from two locations (workspace wins on name conflict):
- Managed: `~/.clawdis/skills`
Clawdis loads skills from three locations (workspace wins on name conflict):
- Bundled (shipped with the install)
- Managed/local: `~/.clawdis/skills`
- Workspace: `<workspace>/skills`
Managed skills can be gated by config/env (see `skills.*` in `docs/configuration.md`).
Skills can be gated by config/env (see `skills.*` in `docs/configuration.md`).
## Sessions