feat(skills): add local python-to-c-efficiency skill with modular C scaffold
add local Codex skill for Python->C performance-focused translation define modular C architecture and benchmark/correctness gates add references for patterns, profiling, and module design add scaffold_c_module.py to generate include/src/tests/bench skeleton update agent default prompt for benchmark-backed optimizations
This commit is contained in:
4
.codex/skills/python-to-c-efficiency/agents/openai.yaml
Normal file
4
.codex/skills/python-to-c-efficiency/agents/openai.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
interface:
|
||||
display_name: "Python to C Efficiency"
|
||||
short_description: "Translate Python into efficient C code"
|
||||
default_prompt: "Use $python-to-c-efficiency to convert this Python hotspot into modular C (include/src/tests/bench) and provide benchmark-backed optimizations."
|
||||
Reference in New Issue
Block a user