Agent Skills by trioskosmos
Showing 26 vetted skills indexed across 1 GitHub repositories.
Rust Test Explorer
Discover, filter, and execute Rust tests with output capture.
qa_rule_verification
Extract official Q&A rulings and verify game engine rule compliance.
opcode_management
Synchronize game opcode definitions across Rust, Python, and JavaScript codebases.
card_id_auditor
Audit card IDs against a unified bit-packed encoding system.
future_implementations
Document deferred features and optimizations for the LovecaSim engine.
Semantic Testing Methodology (LovecaSim)
Triangulate intent, instruction, and state delta to verify game logic.
db_manipulation_testing
Create data-driven QA tests by mutating in-memory game databases.
GPU Parity Standards
Synchronize Rust and WGSL memory layouts and opcodes with automated GPU parity testing.
unified_card_search
Search trading card game data by card number, URL, or engine ID.
Card ID Mapping Skill
Translate legacy card IDs to current logic IDs for the LovecaSim Rust engine.
Rust CPU Optimization Skill
Optimize Rust game engine code for CPU performance using Cargo release profiles and cache-efficient data structures.
Rust Development Skill
Compile Rust engines and Python extensions with targeted test execution.
Opcode Rigor Audit
Assess opcode test rigor in LovecaSim by filtering telemetry and mapping tests.
Robust Editor Skill
Extract exact file content accounting for LF and CRLF line endings.
frontend_sync
Synchronize frontend master assets to the launcher's static delivery folder.
rust_extension_management
Manage clean builds and NumPy ABI compatibility for the engine_rust Python extension.
pseudocode_guidelines
Defines pseudocode syntax and workflows for card ability bytecode generation.
Rich Rule Log Guide
Group related game events under unique execution IDs in a Rust engine and JavaScript frontend.
board_layout_rules
Define card orientations, zone requirements, and rotation logic for game boards.
Ability Verification Skill
Verify trading card game abilities against Japanese source text and game rules.
Semantic Testing Pipeline
Validate game card abilities by comparing pseudocode definitions against engine execution results.
Parser Roundtrip Verification Skill
Verify card ability parsing by compiling and decompiling bytecode.
alphazero_training
Implement AlphaZero-style MCTS training workflows with linear heuristics and tensor state flattening.
rust_compiler
Compile and check Rust projects with cargo, analyzing compilation errors.