with one click
backend-worker
Python backend worker for CLI tools and API servers
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
Python backend worker for CLI tools and API servers
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
| 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": []
}