Hendrik Combrinck
Community@HendrikGC02
Hendrik Combrinck maintains skills for orchestrating Astroray, a physics rendering project, covering package delivery, verification, linting, and unattended multi-agent roadmap execution.
Agent Skills by Hendrik Combrinck
Showing 18 vetted skills indexed across 1 GitHub repositories.
astroray-architect-round
Orchestrates autonomous Astroray renderer development rounds with package selection, delegation, and verification.
astroray-workflows
Routes Astroray development tasks to canonical workflow definitions in .claude/skills.
astroray-index
Query Astroray's SQLite project index for package ownership, dependencies, and documentation.
lint
Runs static-analysis tools over changed files and reports only newly introduced findings.
close-round
Closes a development round by updating docs and triggering strategy reviews.
strategy-review
Spawns an architect agent to review project state and refine roadmap direction.
verify
Spawns the hardware-verifier agent for a package's most recent pull request.
pkg-ship
Implements roadmap packages end-to-end from spec through worktree, tests, PR, and CI fixes.
rebuild-pyd
Rebuilds the astroray Python extension after deleting stale .pyd shadow copies.
delegate
Delegate bounded tasks to open-weight models via opencode with evidence capture.
architect
Spawns an architect agent that researches goals, proposes solution paths, and files specs.
cite-algorithm
Locates canonical papers and license-compatible reference implementations before implementing non-trivial rendering algorithms.
file-followup
Spawns the architect agent to file a new package spec for an out-of-scope finding.
team-overnight
Orchestrates a persistent multi-agent team for unattended overnight Astroray development runs.
roadmap-orchestrator
Dispatches ready roadmap packages, gates PRs through CI and hardware tests, and writes daily standups.
run-report
Generate a self-contained HTML closeout report summarizing shipped PRs, renders, gate numbers, and costs.
dispatch-next
Routes the highest-priority open package from the stage report to the correct implementation agent.
visual-check
Inspect render outputs against references and produce qualitative image-quality notes.
Frequently Asked Questions About Hendrik Combrinck
FAQPage SchemaWhat tasks can I automate using Hendrik Combrinck's Astroray skills?▼
You can run architect-led delivery rounds, ship roadmap packages end-to-end with tests and PRs, execute differential lint gates, visually verify renders, rebuild the Python extension, generate HTML closeout reports, and run cron-driven roadmap orchestration with dual-gated auto-merge.
Who are these Astroray skills designed for?▼
They target engineers and maintainers working on the Astroray rendering project who need disciplined package delivery, physics algorithm citation, render verification, and delegation of bounded grunt work to cheaper open-weight models while preserving judgment calls for primary review.
How do I invoke and run these skills in practice?▼
Most skills expose slash invocations such as /pkg-ship <pkg-name>, /verify <pkg>, /architect "<goal>", /dispatch-next, and /team-overnight. The roadmap orchestrator runs cron-driven via Windows Task Scheduler using opencode run, and delegation returns evidence like diffs and transcripts.
What prerequisites or dependencies do these skills require?▼
Skills assume the Astroray repository with its built-in SQLite project index, opencode for model delegation, and build variants spanning Blender, standalone, and CUDA. The lint skill never installs anything; a missing linter is reported as unavailable rather than silently passing.
How do these skills control model usage cost?▼
The delegate skill routes bounded mechanical work like docs flips, lint fixes, and report assembly to cheap open-weight models via opencode, returning evidence instead of success claims. Claude is reserved for judgment sections, physics parity, ABI reachability, and merge decisions.