The whole hunk
from line 431, old and new numbered
/
lines
from line 431
431431
432432To load skills from a repository, create a session that mounts it. This is the same request shown in [Accessing GitHub](https://platform.claude.com/docs/en/managed-agents/github#token-permissions); `mount_path` is optional and defaults to `/workspace/<repo-name>`:
433433
434<CodeGroup defaultLanguage="CLI">
434<CodeGroup>
435435 ```bash cURL
436436 session_id=$(curl -fsS https://api.anthropic.com/v1/sessions \
437437 -H "x-api-key: $ANTHROPIC_API_KEY" \