mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
docs(coding-agent): add instructions for using skills from other harnesses
This commit is contained in:
parent
dbbb658628
commit
ff50d45c04
1 changed files with 21 additions and 0 deletions
|
|
@ -33,6 +33,27 @@ Discovery rules:
|
||||||
|
|
||||||
Disable discovery with `--no-skills` (explicit `--skill` paths still load).
|
Disable discovery with `--no-skills` (explicit `--skill` paths still load).
|
||||||
|
|
||||||
|
### Using Skills from Other Harnesses
|
||||||
|
|
||||||
|
To use skills from Claude Code or OpenAI Codex, add their directories to settings:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"skills": [
|
||||||
|
"~/.claude/skills",
|
||||||
|
"~/.codex/skills"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
For project-level Claude Code skills, add to `.pi/settings.json`:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"skills": [".claude/skills"]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## How Skills Work
|
## How Skills Work
|
||||||
|
|
||||||
1. At startup, pi scans skill locations and extracts names and descriptions
|
1. At startup, pi scans skill locations and extracts names and descriptions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue