darellchua2/opencode-config-template
Skill Claude CodeCodex
Autonomous code optimization loop — modify, verify by benchmark, keep/revert against any metric (coverage, bundle size, runtime, error count). TDD-flavored.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Autonomous code optimization loop — modify, verify by benchmark, keep/revert against any metric (coverage, bundle size, runtime, error count). TDD-flavored.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Canonical autoresearch iteration protocol — Understand, Hypothesize, Experiment, Evaluate, Log loop; mechanical pass/score evaluator; git-as-memory keep/revert; stuck detection.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Autonomous ML training research loop (NVIDIA GPU required) — modify train.py, run fixed-budget experiment, parse valbpb, keep/revert. karpathy-style.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Autonomous literature-review loop (Tier 2, web-only, no Bash) — fetches papers, extracts structured summaries, builds living research.md with category tracking.
darellchua2/opencode-config-template
Skill Claude CodeCodex
AWS IaC safety patterns — resource count gating, SSM CI passthrough, ECR lifecycle ownership, SSMSECRETSREFERENCE, Lambda Web Adapter dual-target.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Find what a change could break beyond the diff and prove the one safety fact by running real code — 5-step evidence ladder. Triggers: blast radius, what could this break, pre-ship safety check.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Create and review BRDs (BABOK/IIBA) — the sponsor-level 'why' between customer Vision and internal SRS. Triggers: create brd, business requirements, stakeholder requirements, business need.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Dry-run, upload, and cautiously initiate local Bambu Lab print jobs from validated plain .gcode, using Bambu LAN FTPS/MQTT handoffs.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Generate and validate 2D DXF drawings from Python ezdxf sources — profiles, outlines, gaskets, panels, flat patterns, laser/plasma/waterjet cut layouts.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Slice 3D meshes (.stl, .obj, .3mf, .ply, .glb) into printer-profiled G-code via real slicer CLIs; inspect, dry-run, and validate .gcode.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Create, modify, inspect, validate STEP-first parametric CAD parts and assemblies from specs, reference images, or 2D drawings; STEP/STL/3MF/GLB outputs.
darellchua2/opencode-config-template
Skill Claude CodeCodex
Create and render browser-native implicit CAD (.implicit.js/.mjs) — GLSL signed-distance fields, smooth booleans, TPMS fields. Experimental.