Kubuszok.com
Official@kubuszok · Poland
Libraries developed by Mateusz Kubuszok (@MateuszKubuszok)
Agent Skills by Kubuszok.com
Showing 34 vetted skills indexed across 2 GitHub repositories.
ratchet-check
Compare remediation anti-cheat metrics against a baseline and update it.
arch-packaging
Automate SGE game distribution packaging for JVM, browser, native, and Android platforms.
condense-branch
Group feature branch commits into readable history with backup and approval.
arch-native-bridge
Manage Rust C ABI interfacing with Scala for platform-specific FFI operations.
arch-platforms
Access SGE platform architecture references for JVM, Scala.js, Scala Native, and Android.
arch-graphics
Explain SGE graphics architecture and rendering strategies with ANGLE and Panama FFM.
arch-android
Load Android platform constraints reference with API levels, PanamaPort, and NDK details.
guide-lls-types
Guide Scala developers on low-level LLS types in the SGE game engine.
guide-improvements
Guide LibGDX users through Scala Game Engine improvements in type safety and API design.
guide-type-mappings
Convert LibGDX type references to their SGE equivalents.
verified-merge
Merges GitHub pull requests while preserving users' verified commit signatures.
arch-cross-platform
Configure cross-platform builds for JVM, Scala.js, Scala Native, and Android.
arch-ffi
List common pitfalls in cross-platform native code using Foreign Function Interfaces.
verify-issue
Automate adversarial verification of remediation issues with PASS/FAIL verdicts.
arch-build
Explain sbt projectMatrix build structure and cross-platform settings for SGE.
fix-issue
Automate code issue remediation with red tests and cross-platform verification.
goal
Orchestrates remediation campaigns by managing issue lifecycle and verifying evidence.
hearth-def-caching
Cache method bodies with ValDefsCache for type-class instance derivation.
hearth-documentation
Locate and verify Hearth library documentation across versions.
hearth-case-class-rules
Derive Scala type class instances from case classes using Hearth CaseClass.parse.
hearth-api-reference
Provide centralized Hearth API signatures for macro-based derivation.
kindlings-new-module
Bootstrap a Kindlings derivation module with a 3-layer structure and test scaffolding.
kindlings-runtime-perf
Optimize runtime performance of macro-generated type class instances with semiEval config evaluation and typed locals.
hearth-macro-basics
Derive type classes across Scala 2.13 and Scala 3 with rule-based macro generation.
Frequently Asked Questions About Kubuszok.com
FAQPage SchemaWhat specific development tasks are enabled by these libraries?▼
These libraries enable compile-time type-class derivation for Scala case classes and enums, cross-platform game engine architecture management, and structured remediation of code issues. They facilitate complex macro generation, native FFI integration, and multi-target build configurations for JVM, Scala.js, Scala Native, and Android environments.
Which target personas benefit from these technical resources?▼
These resources are designed for Scala library maintainers, game engine developers, and systems engineers working on cross-platform projects. They are particularly suited for developers requiring advanced macro-based type safety, native code interoperability, and rigorous build-system governance across diverse runtime environments.
What are the primary prerequisites for implementing these solutions?▼
Implementation requires proficiency in Scala 2.13 or Scala 3, familiarity with sbt projectMatrix for multi-platform builds, and an understanding of macro-based code generation. For native components, knowledge of Rust C ABI and Foreign Function Interfaces is necessary to manage platform-specific rendering and architecture constraints.