Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
Solidor777
ملف منشئ GitHub

Solidor777

عرض على مستوى المستودعات لـ 65 skills مجمعة عبر 2 مستودعات GitHub.

skills مجمعة
65
مستودعات
2
محدث
2026-07-17
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

titan-rendering-3d
مطوّرو البرمجيات

Use when working on 3D-specific rendering — deferred chain, G-buffer, clustered shading, Stratum GI, ReGIR, SVGF/A-SVGF, TAA, shadow techniques, depth/HZB, anything 3D-specific. ALWAYS load titan-rendering-core first; this skill assumes core conventions. Loads Titan-specific overrides for realtime-rendering. NOT for 2D rendering or editor panels.

2026-07-17
titan-rendering-debugging
مطوّرو البرمجيات

Use when diagnosing a Titan renderer artifact — flicker, ghosting, fireflies, banding, light leaks, seams, boil, NaN/Inf, aliasing, smear/trails, dark voids, shadow artifacts, GI instability, denoiser/TAA issues. The frame-isolation-first debugging method: capture 60Hz, diff frames / A-B vs classical, consult literature, isolate via systematic-debugging, propose (and prove) a fix, record empirically. NOT for landing the production fix (hand to titan-rendering-3d-agent), 2D rendering, or editor panels.

2026-07-16
titan-rendering-core
مطوّرو البرمجيات

Use when working in titan-rendering-frame-graph, titan-rendering-core, or titan-rendering-post-process-core — frame graph DAG, RenderTarget, DevicePool, PostProcessHook, CameraFrameData, HDR intermediate, tonemap, color management. Foundational layer shared between current 3D and future 2D rendering. Loads Titan-specific overrides for realtime-rendering. NOT for 3D-specific concerns (deferred chain, GI, shadows) — load titan-rendering-3d after this.

2026-07-12
bench-resize-gate
مطوّرو البرمجيات

When a Titan bench tool using Renderer3d lacks on_resize → renderer.resize(), depth_prepass_view and HZB occlusion resources are never created — DepthPrepass, HzbBuild, and SceneCull passes silently skip, and taps produce no output

2026-06-16
camera-ubo-layout-sync
مطوّرو البرمجيات

When adding a camera UBO shared between Rust and WGSL, verify field-by-field that the CPU layout matches the WGSL struct — especially packed vec4 fields where reordering silently breaks the shader

2026-06-16
depth-prepass-greater-compare
مطوّرو البرمجيات

When building a depth prepass for reverse-Z HZB occlusion culling, use Greater compare (not Always) — the closest fragment must win so the HZB stores the nearest occluding surface, not the farthest

2026-06-16
extract-draw-groups-deterministic-ordering
مطوّرو البرمجيات

extract_draw_groups uses HashMap for draw batching, making group ordering non-deterministic across frames — the GPU AABB buffer and indirect draw commands use different indices each frame, causing `back_north` to be classified as `visible` on one frame and `hzb_occluded` on another for the same camera position

2026-06-16
gpu-cull-draw-indirect-debug
مطوّرو البرمجيات

When depth prepass draw_indirect produces zero depth despite correct pipeline setup, force instance_count=1 on CPU to isolate buffer vs draw path issues, and add COPY_SRC to untappable textures for frame-level inspection

2026-06-16
عرض أهم 8 من أصل 61 skills مجمعة في هذا المستودع.
titan-codebase
مطوّرو البرمجيات

Orientation map of the TITAN Foundry VTT system codebase — load this BEFORE building, adding, or modifying anything under systems/titan to learn what already exists, where it lives, the core abstractions and how they relate, and how new work should fit in. Covers the src/ layout, key classes (Check, TitanActor, DataModels, chat-message reports, rules-elements, sheets), data/control flow, and conventions (the `~/` import alias, SCSS mixins, assert()). This skill is descriptive — a map, not a rulebook — and self-updating: reconcile its knowledge against what you learned at the end of each task.

2026-06-19
graphify-windows
مطوّرو البرمجيات

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.

2026-06-18
titan-codebase
مطوّرو البرمجيات

Orientation map of the TITAN Foundry VTT system codebase. Load before building, adding, or modifying anything under systems/titan to learn what already exists, where it lives, core abstractions, data flow, and conventions. This skill is descriptive and self-updating; reconcile its knowledge against what you learn at the end of each task.

2026-06-18
graphify-windows
مطوّرو البرمجيات

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.

2026-06-10
عرض 2 من أصل 2 مستودعات
تم تحميل كل المستودعات