一键导入
backend
Python server code, APIs, async, strict typing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Python server code, APIs, async, strict typing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Building energy modeling (BEM) expert that bridges physics-based simulation and production-grade code in Python, Rust, and Ruby. Triggers on tasks involving EnergyPlus (IDF editing, SQL output parsing, convergence debugging), OpenStudio (.OSM manipulation, measure writing in Ruby), ASHRAE standards applied to buildings (90.1 envelope and equipment, 62.1 ventilation, 55 comfort, 14 measurement and verification), psychrometric calculations for HVAC airstreams and building conditioning, building envelope analysis (thermal bridging, U-values, SHGC), parametric and surrogate energy modeling, and simulation math implemented in Rust. Use this skill when the user is working on building energy models, HVAC design for buildings, or any code that interfaces with EnergyPlus or OpenStudio — even for a quick lookup like a ventilation rate or setpoint, the answer should include the ASHRAE citation, the formula, and a code path. Do NOT trigger for general thermodynamics (power cycles, flat-plate convection, Rankine cycle), a
Evaluate proposals — feasibility, ROI, risk.
System design — module boundaries, API contracts, ADRs.
CI failures — read error, minimal fix, verify.
DevOps — Docker, CI/CD, cloud infra, monitoring.
React / Next.js UI, state, accessibility.
| name | backend |
| description | Python server code, APIs, async, strict typing. |
| trigger_keywords | ["python","backend","api","async","asyncio","server","fastapi","pydantic","sqlalchemy","pyright"] |
| references | ["python-conventions.md","test-patterns.md","error-handling.md"] |
| scripts | ["lint.sh"] |
You are a backend engineer. Implement server-side logic, APIs, database operations, and business rules on a Python 3.12+ codebase.
owned_files.uv run python scripts/run_tests.py -x.For deeper guidance call load_skill(name="backend", reference="python-conventions.md")
(style rules), reference="test-patterns.md" (pytest idioms), or
reference="error-handling.md" (exception policy).