render-evidence

Standardize previewing, inspecting, and querying immutable render bundles.

2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/MRiabov/Problemologist-AI --skill render-evidence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-evidence
Source: https://github.com/MRiabov/Problemologist-AI/tree/main/.agents/skills/render-evidence
Command: npx skills add https://github.com/MRiabov/Problemologist-AI --skill render-evidence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Shared render-evidence workflow enabling Problemologist agents to preview scenes with render_cad, inspect renders via media inspection, and select appropriate render bundles or revisions for evaluation.

Core Features & Use Cases

  • Standardized access to list_render_bundles, pick_preview_pixel(s), query_render_bundle, and render_cad/render_technical_drawing across benchmark and engineering tasks.
  • Supports evidence-first decision making: materialize previews, inspect frames or objects.parquet sidecars, and map pixels to world points for validation.
  • Use Case: During CAD review, preview a scene to verify geometry and camera framing before finalizing a design package.

Quick Start

Preview a live CAD scene and inspect the latest render bundle for the current engineer task.

Frequently Asked Questions about render-evidence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize CAD render inspection workflows for AI agents?

You can standardize CAD render inspection workflows by decoupling render evidence management from AI reasoning, enabling agents to preview scenes, inspect media, and query immutable render bundles. This ensures reproducible evaluation across benchmark planning and engineering execution.

What is a render bundle and when do I need to query it?

A render bundle is an immutable package of rendered scene evidence used for evaluation. You need to query render bundles when validating geometry, inspecting frames, mapping pixels to world points, or selecting appropriate revisions during CAD review tasks.

How do I perform pixel-to-world queries to validate CAD geometry?

You perform pixel-to-world queries by using pick preview pixel helpers to inspect rendered media, mapping selected pixels to world coordinates for validation. This workflow requires explicit bundle, view, and manifest parameters to ensure reproducible geometry checks.

Can I preview a CAD scene before finalizing a design package?

Yes, you can preview a live CAD scene using render helpers to verify geometry and camera framing before finalizing a design package. The workflow materializes previews and inspects objects sidecars to support evidence-first decision making.

Does reproducible render evidence management work without external dependencies?

Yes, reproducible render evidence management works without external dependencies by standardizing how agents access render and inspection helpers. It uses explicit bundle, view, and manifest parameters to ensure consistent workflow execution across tasks.

What are the limitations of decoupling render evidence from AI reasoning?

The approach requires explicit bundle, view, and manifest parameters for every operation, meaning agents cannot infer missing context. Users must materialize previews and inspect sidecars manually, limiting fully autonomous evidence evaluation without structured inputs.