the project is here: https://graphify.net/
It should be installed in two parts:
- the python dependency (this would be installed using uv)
- the claude code skill
The python dependency should be installed a runtime, whereas the claude code integration may need to happen at boot time once the claude environment is available, like the other skills we include.
Worth noting, we also need to install a modern Python runtime and the uv CLI tool as part of this change.
Finally, I've also added some new defaults to handle Python/uv a little better with stargate:
limbic-systems/stargate#45
At least these changes need to be synced into our local stargate.toml, as well as potentially some specific things we learn about how Graphify runs.
the project is here: https://graphify.net/
It should be installed in two parts:
The python dependency should be installed a runtime, whereas the claude code integration may need to happen at boot time once the claude environment is available, like the other skills we include.
Worth noting, we also need to install a modern Python runtime and the uv CLI tool as part of this change.
Finally, I've also added some new defaults to handle Python/uv a little better with stargate:
limbic-systems/stargate#45
At least these changes need to be synced into our local stargate.toml, as well as potentially some specific things we learn about how Graphify runs.