Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
EternMaxwell
Profil créateur GitHub

EternMaxwell

Vue par dépôt de 7 skills collectés dans 1 dépôts GitHub.

skills collectés
7
dépôts
1
mis à jour
2026-04-19
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

explorateur de dépôts

Dépôts et skills représentatifs

bevy-module-match
Développeurs de logiciels

Audit and implement Bevy API parity for an epix_engine module. Use when syncing a C++ module with its Bevy counterpart; when checking which Bevy APIs are missing, different, or intentionally skipped; when implementing a Rust-to-C++ API translation. Produces a documentation/tmp/BEVY_MATCH_STATUS.md tracker and implements missing APIs in the correct module files.

2026-04-19
debugging-code
Développeurs de logiciels

Interactively debug source code — set breakpoints, step through execution line by line, inspect live variable state, evaluate expressions against the running program, and navigate the call stack to trace root causes. Use when a program crashes, raises unexpected exceptions, produces wrong output, when you need to understand how execution reached a certain state, or when print-statement debugging isn't revealing enough.

2026-04-13
webgpu-wrapper-usage
Développeurs de logiciels

Use when writing or modifying code with our custom WebGPU C++ wrapper (libs/webgpu-wrapper/). Covers SmallVec struct array fields, callback lifetime and ref-count rules, and enum value style. Apply whenever creating or modifying wgpu:: handles, descriptors, callbacks, feature/format lists, or any wgpu:: API calls.

2026-04-13
slang-shader-authoring
Développeurs de logiciels

Write, register, and debug Slang shaders in epix_engine. Use when authoring .slang shader files, wiring them into the ShaderCache/ShaderLoader pipeline, adding preprocessor defs variants, resolving import errors, or diagnosing Slang compile failures. Covers entry points, module declarations, VFS import rules, and C++ integration API.

2026-04-09
epix-module-doc
Développeurs de logiciels

Write or update documentation for an epix_engine module. Use when adding docs for a new or existing module; when auditing a module for missing docs; when documenting unimplemented or partially implemented features. Produces a documentation/<module>/ folder with separate files: quick.md, one .md per feature, and todo.md.

2026-04-07
epix-module-research
Développeurs de logiciels

Explore and understand engine-internal epix_engine modules before writing code that depends on them. Use when looking up the API of an engine module (epix_core, epix_render, epix_assets, epix_shader, etc.); when unsure how to use an engine system; when finding the right exported types or functions. Follows public-interface-first order: docs → module interfaces → examples → implementation.

2026-04-07
third-party-lib-research
Développeurs de logiciels

Learn and use a third-party C++ library by reading its public interface and documentation. Use when integrating, using, or debugging a third-party dependency; when looking up API usage of a library; when a new library needs to be explored before writing code that depends on it. Do NOT read library implementation (.cpp) files unless a compilation error explicitly requires it.

2026-04-07
1 dépôts affichés sur 1
Tous les dépôts sont affichés