一键导入
pybind11-runtime-parity
Legacy reference only. Current main does not use pybind11 ports; use this only to understand old debt before removing it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Legacy reference only. Current main does not use pybind11 ports; use this only to understand old debt before removing it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pybind11-runtime-parity |
| description | Legacy reference only. Current main does not use pybind11 ports; use this only to understand old debt before removing it. |
| origin | repo-local, grounded in official pybind11 docs |
Do not use this skill to add new code in current main. The active
architecture is standalone native C++ plus optional C ABI interop. If old
pybind debt is encountered, remove or replace it rather than extending it.
This file remains only as a historical warning about the classes of runtime behavior that made old binding ports unsafe.
py::error_already_set for exceptions that originate in Python code or
Python C API calls; do not assume pybind11 C++ exception wrappers catch them.py::cast<bool>.pybind11::stop_iteration or
equivalent Python iterator semantics rather than ad-hoc sentinels.Read references/official-guidance.md only when removing or auditing old
binding debt. New interop belongs in cpp/api/ as raw C ABI buffers and JSON,
not pybind runtime objects.
Use a deterministic browser workflow only when direct fetch or extraction is insufficient for a public-web task.
Run the smallest correct verification lane and report it precisely.
Keep public-web research compliant, bounded, and efficient through rule checks, caching, and backoff instead of evasive scraping.
Optimize a parity-proven ome-zarr native C++ surface for measurable speedups by improving data layout, copies, cache behavior, and boundary design without changing behavior.
Benchmark converted code against the frozen upstream implementation before making performance claims.
Port one upstream ome-zarr-py surface to standalone native C++ without touching the frozen snapshot.