Skip to main content
GitHub-Repository

photon_path_tracer

photon_path_tracer enthält 9 gesammelte Skills von nicolasgfx, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
9
Stars
14
aktualisiert
2026-04-17
Forks
3
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

code-quality
Softwarequalitätssicherungsanalysten und -tester

C++ code quality standards: style, naming, comments, structure, brevity. Use when: writing new C/C++/CUDA code, reviewing style, refactoring for readability, cleaning up comments, or enforcing project conventions. Applies to all .cpp, .h, .cu, .cuh files.

2026-04-17
orchestrator
Softwareentwickler

Multi-stage pipeline orchestration using 3 executables (ppt_analyze → photon_tracer → ppt_diagnose). Use when: wiring the analyze→render→diagnose pipeline, setting up preview or production rendering, coordinating skill invocation order, configuring render parameters, or debugging stage-to-stage data flow.

2026-04-17
post-processing
Softwareentwickler

GPU post-processing pipeline inside photon_tracer: firefly filter (median+MAD), bloom (mip-chain Gaussian), tonemap (ACES+sRGB gamma), OptiX denoiser. Use when: fixing firefly artifacts, tuning bloom thresholds, adjusting tonemapping, debugging output corruption, integrating OptiX denoiser, or optimizing post-FX performance.

2026-04-17
quality
Softwareentwickler

Image quality analysis, artifact detection, convergence diagnostics, noise decomposition, and parameter corrections. Use when: diagnosing image quality problems, running ppt_diagnose, analyzing convergence, identifying bottlenecks, tuning render parameters via feedback, or comparing A/B renders.

2026-04-17
renderer
Softwareentwickler

GPU render pipeline internals. Use when: modifying renderer source code, fixing material/intersection/energy bugs, or debugging noise/fireflies in implementation. NOT for simply running the executable (use orchestrator skill).

2026-04-17
scene-analysis
Softwareentwickler

Scene loading, PBRT/OBJ parsing, material mapping, scene classification, and auto-tuning parameter recommendation. Use when: loading scenes, fixing parsing bugs, adjusting scene classification, tuning emitter detection, modifying SceneProfile, or running ppt_analyze for pre-render analysis.

2026-04-17
scene-editor
Softwareentwickler

Interactive scene editing and manipulation. Use when: modifying scenes in the editor, adding/removing objects, adjusting materials interactively, or debugging scene construction.

2026-04-17
test-harness
Softwarequalitätssicherungsanalysten und -tester

Convergence regression testing, reference comparison, statistical validation, and cross-stage test orchestration. Use when: writing tests for any pipeline stage, setting up convergence baselines, running furnace/reciprocity/chi-squared tests, validating render quality against reference images, creating mock test scenes, or tracking test coverage across the pipeline.

2026-04-17
token-monitor
Softwareentwickler

Token usage and skill cost monitoring. Use when: asking which skill was used, how many tokens a request cost, what the active skills were, token breakdown per turn, session token totals, skill cost estimate, cost of recent request, which SKILL.md files were loaded.

2026-04-17
photon_path_tracer Agent Skills auf GitHub | SkillsMP