Skip to main content
Run any Skill in Manus
with one click
GitHub repository

komodobots

komodobots contains 4 collected skills from Xerialen, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
2
updated
2026-07-01
Forks
0
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

demo-eyecheck
software-developers

Use when you need to VISUALLY confirm a specific event in a QuakeWorld demo โ€” a flagged rocket/explosive jump, a teleport, a contact, a suspect route segment, "did this really happen at match-time T?" โ€” by rendering that player's first-person POV (1 screenshot per second, full HUD) on the real GPU and reading the frames yourself. The closest-to-truth check for any detector decision (e.g. route_observatory's suspect_trick verifier). aws-dev orchestrates the GPU box (winnacle) which owns demoshots; you pull the frames and read them. Pairs with route-signature / eval-integrity (same validate-by-eye-then-read-the-render philosophy).

2026-07-01
demo-povshot
software-developers

Grab ONE real ezQuake first-person POV screenshot (full HUD) of a QuakeWorld demo at an exact player + demo-second, rendered headless on servexeri (the always-on Linux hub) and pulled to aws-dev for Claude to read. The single-moment / Linux-headless sibling of the demo-eyecheck skill (which renders a whole 1-fps POV sweep on the Windows GPU box). Use when you need to SEE exactly what a player saw at a moment in a demo โ€” validate a route START/END spot, a spawn position, a trick frame, "is this the right place?", "show me <player>'s POV at T". Wraps the owner's proven clipsmith render.cfg recipe (f_spawn -> demo_jump -> track -> screenshot). Triggers: "screenshot this demo at second N", "grab <player>'s POV", "in-game shot of <demo> at T".

2026-06-30
route-signature
software-developers

Use when mapping a dm3 route from real play or extracting/validating a player's MOVEMENT SIGNATURE along a route leg from a parsed MVD demo (+ POV frames) โ€” i.e. producing the route-conditioned BC target or the believability rubric, or fusing a POV recording against demo state. Turns the resourceโ†’route canon into per-route human signatures (speed profile, jump cadence, look-vs-move) and a self-validatable POV+route fused view. Pairs with eval-integrity (the fused state must match the pixels) and the route_observatory route canon.

2026-06-20
eval-integrity
software-quality-assurance-analysts-and-testers

MANDATORY whenever evaluating, validating, summarizing, or reporting ANY data โ€” eval results, metrics, gates, benchmarks, experiment or test output, training runs, measurements โ€” and before stating ANY conclusion about what the data shows. Counters overstating results. Forces validating a metric's MEANING (not just its value), tagging every number's provenance, inspecting the ground-truth artifact, applying equal skepticism to passes and fails, and keeping claims within the evidence. Apply it on every single data evaluation, positive or negative.

2026-06-20