infinity-architecture

Community

Resolve code placement and data flow in Subspace Infinity.

Authorassofohdz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Developing for Subspace Infinity requires adhering to strict module and package separation rules between the shared API, authoritative server, and client rendering layers, which can be confusing for new contributors or when adding new features. This Skill eliminates guesswork about where code belongs and how data moves between layers.

Core Features & Use Cases

  • Exact code placement mapping: Provides a clear reference for which module and package every type of code (components, systems, events, configs, UI elements) belongs in.
  • Data flow and boundary explanation: Details the authoritative server model, SimEthereal state sync, and RMI command boundaries between client and server.
  • Use Case: A developer adding a new ship energy system can use this Skill to confirm the immutable energy component belongs in api/src/main/java/infinity/es/ship/, the writer system belongs in infinity-server/src/main/java/infinity/systems/ship/, and that client code cannot directly modify the component state.

Quick Start

Use the infinity-architecture skill to confirm the correct module and package for a new ship energy system component you are implementing.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: infinity-architecture
Download link: https://github.com/assofohdz/subspace-infinity/archive/main.zip#infinity-architecture

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.