with one click
sparkgen-deploy
Deploy SparkGen agent to local, docker, or aws mode
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Deploy SparkGen agent to local, docker, or aws mode
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a new SparkGen-AWS project from the cookiecutter template
Develop and modify the SparkGen-AWS cookiecutter template โ variables, hooks, files
Run cookiecutter matrix tests to verify template generates correctly across all variable combinations
Add, modify, remove, list, or show agents in the workflow
Send a chat message to the running agent server and display the response
Switch LLM providers, deployment modes, and manage environment configuration
| name | sparkgen-deploy |
| description | Deploy SparkGen agent to local, docker, or aws mode |
| user_invokable | true |
| auto_invokable | false |
| arguments | <local|docker|aws> [--target eks|lambda] |
Deploy the agent server in the specified mode.
Before deploying, gather current state:
.env (if exists) to check current DEPLOYMENT_MODE and LLM_PROVIDERcurl -sf http://localhost:8000/healthdocker infocurl -sf http://localhost:11434/api/tags/sparkgen-deploy local)curl -sf http://localhost:11434/api/tags
ollama serve and ollama pull llama3.2:3bset -a && source .env.local && set +auvicorn app.api:app --host 0.0.0.0 --port 8000 --reloadcurl -sf http://localhost:8000/health/sparkgen-deploy docker)docker infocp .env.docker .envdocker compose up --build -dcurl -sf http://localhost:8080/health (up to 60s)docker compose ps/sparkgen-deploy aws [--target eks|lambda])aws sts get-caller-identity.env.aws exists and has required vars (AWS_REGION, AWS_MODEL_ID)bash scripts/deploy.sh eksbash scripts/deploy.sh lambda.env.awslsof -i :8000 to find the processollama pull <model>docker compose logs output