원클릭으로
sparkgen-template-test
Run cookiecutter matrix tests to verify template generates correctly across all variable combinations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run cookiecutter matrix tests to verify template generates correctly across all variable combinations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a new SparkGen-AWS project from the cookiecutter template
Develop and modify the SparkGen-AWS cookiecutter template — variables, hooks, files
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
Diagnose issues with Ollama, Docker, AWS, endpoints, guardrails, RAG, or general health
| name | sparkgen-template-test |
| description | Run cookiecutter matrix tests to verify template generates correctly across all variable combinations |
| user_invokable | true |
| auto_invokable | true |
| auto_invoke_hint | Invoke when discussing template testing, generation issues, or after modifying template files |
| arguments | [--combo N] or no args for all combos |
Run the cookiecutter matrix test to verify the template generates correctly.
Before testing:
test_cookiecutter_matrix.sh existscookiecutter --versionpython --version/sparkgen-template-test)bash test_cookiecutter_matrix.sh
This script:
python -m compileall on each generated project/sparkgen-template-test --combo N)Run only combination N from the matrix. Useful for debugging a specific failure.
For each combo, check:
Common failure causes:
{{ }} expression inside {{cookiecutter.project_slug}}/ is not wrapped in {% raw %}...{% endraw %}{% if %}) produced invalid Python/YAML