| name | genix |
| description | AIGC image/video/audio/music generation skills |
| compatibility | Designed for Claude Code (or similar products) |
| license | Apache 2.0. LICENSE.txt has complete terms |
| metadata | {"version":"0.4","author":"zhing2006"} |
AIGC Skills
Python Path
The {python} placeholder in commands refers to the Genix virtual environment Python:
| Platform | Path |
|---|
| Windows | .venv-genix/Scripts/python.exe |
| Linux/macOS | .venv-genix/bin/python |
Workflow
- Select generation method: Choose the appropriate method based on user request. If not specified, use the first method listed for that content type
- Read reference file: Read the corresponding reference file for the selected method
- Rewrite prompt: Transform the user's input into an optimized prompt following the "Prompt Best Practices" section in the reference file
- Generate: Run the script with the optimized prompt and parameters as instructed in the reference file
- Report result: Tell the user where the generated file was saved. Do not read the generated file content
Image Generation Skills
Audio Generation Skills
Video Generation Skills
Music Generation Skills
3D Model Generation Skills