ワンクリックで
backend-worker
Python backend worker for CLI tools and API servers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Python backend worker for CLI tools and API servers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | backend-worker |
| description | Python backend worker for CLI tools and API servers |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the WORK PROCEDURE.
Features involving Python CLI tools, Python scripting, or data processing. This skill handles:
mission.md to understand feature requirementsnim_router.py structureCreate tests/test_<feature>.py with failing tests before implementation.
scripts/nim_router/pytest tests/ -vpython3 -m py_compile{
"salientSummary": "Implemented embed capability and semantic chunker",
"whatWasImplemented": "Added embed.py with text embedding NIM support, chunker.py with semantic boundary detection",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{"command": "pytest tests/test_embed.py -v", "exitCode": 0, "observation": "3 tests passed"}
]
},
"tests": {"added": [{"file": "tests/test_embed.py", "cases": [{"name": "test_build_embed_request"}]}]},
"discoveredIssues": []
}