com um clique
backend-worker
Python backend worker for CLI tools and API servers
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Python backend worker for CLI tools and API servers
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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": []
}