원클릭으로
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": []
}