Kubuszok.com avatar

Kubuszok.com

Official

@kubuszok · Poland

0Followers
|
21Public Repos
|
34Published Skills

Libraries developed by Mateusz Kubuszok (@MateuszKubuszok)

Skills Distribution
DomainDeveloper To...Scala Macro Deriva.. (40%)Cross-Platform Gam.. (40%)Remediation & Buil.. (20%)

Agent Skills by Kubuszok.com

Showing 34 vetted skills indexed across 2 GitHub repositories.

kubuszokkubuszok
6

ratchet-check

Compare remediation anti-cheat metrics against a baseline and update it.

Official
Advanced
kubuszokkubuszok
6

arch-packaging

Automate SGE game distribution packaging for JVM, browser, native, and Android platforms.

Official
Advanced
kubuszokkubuszok
6

condense-branch

Group feature branch commits into readable history with backup and approval.

Official
Intermediate
kubuszokkubuszok
6

arch-native-bridge

Manage Rust C ABI interfacing with Scala for platform-specific FFI operations.

Official
Intermediate
kubuszokkubuszok
6

arch-platforms

Access SGE platform architecture references for JVM, Scala.js, Scala Native, and Android.

Official
Intermediate
kubuszokkubuszok
6

arch-graphics

Explain SGE graphics architecture and rendering strategies with ANGLE and Panama FFM.

Official
Intermediate
kubuszokkubuszok
6

arch-android

Load Android platform constraints reference with API levels, PanamaPort, and NDK details.

Official
Intermediate
kubuszokkubuszok
6

guide-lls-types

Guide Scala developers on low-level LLS types in the SGE game engine.

Official
Intermediate
kubuszokkubuszok
6

guide-improvements

Guide LibGDX users through Scala Game Engine improvements in type safety and API design.

Official
Intermediate
kubuszokkubuszok
6

guide-type-mappings

Convert LibGDX type references to their SGE equivalents.

Official
Basic
kubuszokkubuszok
6

verified-merge

Merges GitHub pull requests while preserving users' verified commit signatures.

Official
Advanced
kubuszokkubuszok
6

arch-cross-platform

Configure cross-platform builds for JVM, Scala.js, Scala Native, and Android.

Official
Intermediate
kubuszokkubuszok
6

arch-ffi

List common pitfalls in cross-platform native code using Foreign Function Interfaces.

Official
Intermediate
kubuszokkubuszok
6

verify-issue

Automate adversarial verification of remediation issues with PASS/FAIL verdicts.

Official
Advanced
kubuszokkubuszok
6

arch-build

Explain sbt projectMatrix build structure and cross-platform settings for SGE.

Official
Advanced
kubuszokkubuszok
6

fix-issue

Automate code issue remediation with red tests and cross-platform verification.

Official
Advanced
kubuszokkubuszok
6

goal

Orchestrates remediation campaigns by managing issue lifecycle and verifying evidence.

Official
Advanced
kubuszokkubuszok
68

hearth-def-caching

Cache method bodies with ValDefsCache for type-class instance derivation.

Official
Advanced
kubuszokkubuszok
68

hearth-documentation

Locate and verify Hearth library documentation across versions.

Official
Intermediate
kubuszokkubuszok
68

hearth-case-class-rules

Derive Scala type class instances from case classes using Hearth CaseClass.parse.

Official
Advanced
kubuszokkubuszok
68

hearth-api-reference

Provide centralized Hearth API signatures for macro-based derivation.

Official
Intermediate
kubuszokkubuszok
68

kindlings-new-module

Bootstrap a Kindlings derivation module with a 3-layer structure and test scaffolding.

Official
Advanced
kubuszokkubuszok
68

kindlings-runtime-perf

Optimize runtime performance of macro-generated type class instances with semiEval config evaluation and typed locals.

Official
Advanced
kubuszokkubuszok
68

hearth-macro-basics

Derive type classes across Scala 2.13 and Scala 3 with rule-based macro generation.

Official
Advanced

Frequently Asked Questions About Kubuszok.com

FAQPage Schema
What 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.