trioskosmos avatar

trioskosmos

Community

@trioskosmos

2Followers
|
7Public Repos
|
26Published Skills

Agent Skills by trioskosmos

Showing 26 vetted skills indexed across 1 GitHub repositories.

trioskosmostrioskosmos
1

Rust Test Explorer

Discover, filter, and execute Rust tests with output capture.

Community
Intermediate
trioskosmostrioskosmos
1

qa_rule_verification

Extract official Q&A rulings and verify game engine rule compliance.

Community
Advanced
trioskosmostrioskosmos
1

opcode_management

Synchronize game opcode definitions across Rust, Python, and JavaScript codebases.

Community
Advanced
trioskosmostrioskosmos
1

card_id_auditor

Audit card IDs against a unified bit-packed encoding system.

Community
Intermediate
trioskosmostrioskosmos
1

future_implementations

Document deferred features and optimizations for the LovecaSim engine.

Community
Advanced
trioskosmostrioskosmos
1

Semantic Testing Methodology (LovecaSim)

Triangulate intent, instruction, and state delta to verify game logic.

Community
Advanced
trioskosmostrioskosmos
1

db_manipulation_testing

Create data-driven QA tests by mutating in-memory game databases.

Community
Advanced
trioskosmostrioskosmos
1

GPU Parity Standards

Synchronize Rust and WGSL memory layouts and opcodes with automated GPU parity testing.

Community
Advanced
trioskosmostrioskosmos
1

unified_card_search

Search trading card game data by card number, URL, or engine ID.

Community
Intermediate
trioskosmostrioskosmos
1

Card ID Mapping Skill

Translate legacy card IDs to current logic IDs for the LovecaSim Rust engine.

Community
Intermediate
trioskosmostrioskosmos
1

Rust CPU Optimization Skill

Optimize Rust game engine code for CPU performance using Cargo release profiles and cache-efficient data structures.

Community
Advanced
trioskosmostrioskosmos
1

Rust Development Skill

Compile Rust engines and Python extensions with targeted test execution.

Community
Intermediate
trioskosmostrioskosmos
1

Opcode Rigor Audit

Assess opcode test rigor in LovecaSim by filtering telemetry and mapping tests.

Community
Advanced
trioskosmostrioskosmos
1

Robust Editor Skill

Extract exact file content accounting for LF and CRLF line endings.

Community
Basic
trioskosmostrioskosmos
1

frontend_sync

Synchronize frontend master assets to the launcher's static delivery folder.

Community
Basic
trioskosmostrioskosmos
1

rust_extension_management

Manage clean builds and NumPy ABI compatibility for the engine_rust Python extension.

Community
Intermediate
trioskosmostrioskosmos
1

pseudocode_guidelines

Defines pseudocode syntax and workflows for card ability bytecode generation.

Community
Intermediate
trioskosmostrioskosmos
1

Rich Rule Log Guide

Group related game events under unique execution IDs in a Rust engine and JavaScript frontend.

Community
Intermediate
trioskosmostrioskosmos
1

board_layout_rules

Define card orientations, zone requirements, and rotation logic for game boards.

Community
Basic
trioskosmostrioskosmos
1

Ability Verification Skill

Verify trading card game abilities against Japanese source text and game rules.

Community
Advanced
trioskosmostrioskosmos
1

Semantic Testing Pipeline

Validate game card abilities by comparing pseudocode definitions against engine execution results.

Community
Advanced
trioskosmostrioskosmos
1

Parser Roundtrip Verification Skill

Verify card ability parsing by compiling and decompiling bytecode.

Community
Advanced
trioskosmostrioskosmos
1

alphazero_training

Implement AlphaZero-style MCTS training workflows with linear heuristics and tensor state flattening.

Community
Advanced
trioskosmostrioskosmos
1

rust_compiler

Compile and check Rust projects with cargo, analyzing compilation errors.

Community
Intermediate