Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

subspace-infinity

subspace-infinity 收录了来自 assofohdz 的 18 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
18
Stars
24
更新
2026-05-20
Forks
5
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

create-module
软件开发工程师

ArenaModule interface (api/) — arena-composition contract per ADR-0008. ModuleCatalog, ModuleLoader, and ArenaModuleSystem are live. Author new ArenaModule classes under infinity-server/src/main/java/infinity/modules/<category>/ and register them in ModuleCatalog.

2026-05-20
arena-settings
软件开发工程师

Work with Subspace Infinity arena settings — the per-arena `arena.groovy` files under `zone/arenas/`, the Groovy `conf/` preset fragment library (section/shipSection/shipSections DSL), the recursive `include` directive, the `SettingsSystem` typed accessors, and the `~loadArena`/`~swapMap` commands. Use when adding or reading settings, creating a new arena, or splitting settings fragments.

2026-05-19
infinity-architecture
软件开发工程师

Explains the api ↔ server ↔ client layering of Subspace Infinity — which module new code belongs in, how data flows between layers, which packages live in which Gradle module, and the SimEthereal + RMI boundaries. Use when deciding where a new file should live, tracing data across layers, or explaining the project structure.

2026-05-15
project-overview
软件开发工程师

Overview of Subspace Infinity project structure, tech stack, and conventions. Use when understanding the codebase, finding files, or learning project patterns.

2026-05-15
zay-es-component
软件开发工程师

Create Zay-ES EntityComponent classes for the ECS architecture. Use when creating new components, data holders, or entity attributes.

2026-05-11
zay-es-debug
软件开发工程师

Debug Entity-Component-System issues including EntitySet problems, memory leaks, and component queries. Use when troubleshooting ECS bugs or entity processing issues.

2026-05-11
sio2-system
软件开发工程师

Create server-side game systems using SiO2 AbstractGameSystem (via the project's BaseInfinitySystem wrapper). Use when building systems that process entities, handle game logic, or manage server-side state.

2026-05-11
subspace-moss-terminology
软件开发工程师

Disambiguate overloaded terms between Subspace/Continuum, MOSS, and Subspace Infinity. Use when code or discussion mentions cell, tile, region, arena, leaf, coordinate, grid, or other terms that mean different things in each system.

2026-05-10
lvl-format
软件开发工程师

Subspace/Continuum .lvl map file format — binary layout, embedded tileset, eLVL metadata, tile encoding, and how the existing loaders work.

2026-05-10
jme-appstate
软件开发工程师

Create client-side application states using jME3 BaseAppState. Use when building UI screens, client rendering, input handling, or visual effects.

2026-05-10
jme-effects
软件开发工程师

Work with jMonkeyEngine 3 visual effects — ParticleEmitter systems (flame, smoke, sparks, explosions, shockwaves), post-processing filters via FilterPostProcessor, and bloom/glow effects using BloomFilter with glow maps or glow colors.

2026-05-10
moss-world-grid
软件开发工程师

Moss world/cell/leaf/column/tile grid system. Use when placing/loading maps, working with world coordinates, paging voxel data, or bulk-writing cells across map boundaries.

2026-05-10
moss-physics
软件开发工程师

Integrate Moss physics library for collision detection and physics simulation. Use when working with physics bodies, shapes, collisions, or forces.

2026-04-29
sim-ethereal
软件开发工程师

Implement multiplayer networking using SimEthereal for state synchronization. Use when working with client-server communication, entity sync, or network messages.

2026-04-22
dependency-sources
软件开发工程师

Locate source code for Moss and Simsilica library dependencies. Use this instead of extracting from jars when investigating library internals.

2026-04-20
jme-materials
软件开发工程师

Work with jMonkeyEngine 3 materials, including Material objects, .j3m material files, Material Definitions (.j3md), and common material configurations like textures, lighting, transparency, and glow.

2026-04-19
jme-shaders
软件开发工程师

Create custom shaders for jMonkeyEngine 3, including GLSL basics, Material Definitions (.j3md), vertex/fragment shaders, and the Shader Node system for modular shader composition.

2026-04-19
lemur-ui
软件开发工程师

Build user interfaces using Lemur UI framework. Use when creating menus, HUD elements, buttons, labels, or other GUI components.

2026-04-19