mirror of
https://github.com/openai/skills.git
synced 2026-09-12 12:06:31 +03:00
Fix imagegen skill placement under .system (#348)
## Summary - Move the `imagegen` skill from `skills/.curated` into `skills/.system` - Preserve the skill contents and assets under the new installed location - Update the CLI reference to point at the new system path ## Testing - Not run (not requested)
This commit is contained in:
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
+1
-1
@@ -16,7 +16,7 @@ Set a stable path to the skill CLI (default `CODEX_HOME` is `~/.codex`):
|
||||
|
||||
```
|
||||
export CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
|
||||
export IMAGE_GEN="$CODEX_HOME/skills/imagegen/scripts/image_gen.py"
|
||||
export IMAGE_GEN="$CODEX_HOME/skills/.system/imagegen/scripts/image_gen.py"
|
||||
```
|
||||
|
||||
Install dependencies into that environment with its package manager. In uv-managed environments, `uv pip install ...` remains the preferred path.
|
||||
Reference in New Issue
Block a user