pyreact-ui-builder

Write business UIs for Netease Minecraft Bedrock ModSDK using the Pyreact framework.

21|8|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/EnderWolf006/pyreact --skill pyreact-ui-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pyreact-ui-builder
Source: https://github.com/EnderWolf006/pyreact/tree/main/.agents/skills/pyreact-ui-builder
Command: npx skills add https://github.com/EnderWolf006/pyreact --skill pyreact-ui-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill guides agents in using Pyreact to write business UIs in the Netease Minecraft Bedrock ModSDK environment, without modifying the Pyreact framework itself.

Core Features & Use Cases

  • Business UI Development: Guide agents in using the pyreact public API to write business UIs.
  • Component and Layout Guidance: Help determine where component capabilities should be written in props or style.
  • Minecraft Bedrock ModSDK Integration: Constraints on the mounting process, JsonUI containers, Python2 syntax, and cross-system call methods.
  • Primitives, Composites, Hooks, Animation, Key, Ref, Layout, and Resolution Adaptation Specifications: Provide guidelines for primitives, composites, hooks, animation, key, ref, layout, and resolution adaptation.

Quick Start

Use the pyreact-ui-builder skill to create a business UI for a Minecraft Bedrock ModSDK add-on.

Frequently Asked Questions about pyreact-ui-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build business UIs in Netease Minecraft Bedrock ModSDK using Pyreact?

You build business UIs in Netease Minecraft Bedrock ModSDK using Pyreact by leveraging the framework's public API to create components, design layouts, and apply integration constraints without modifying the framework itself.

What is the best way to structure Pyreact components and styles for Minecraft Bedrock ModSDK?

The best way to structure Pyreact components for Minecraft Bedrock ModSDK is by following guidelines that help determine where component capabilities should be written, specifically choosing between passing them through props or defining them within the style object.

Can I use hooks and animations in Pyreact for Minecraft Bedrock ModSDK UI development?

Yes, you can use hooks and animations in Pyreact for Minecraft Bedrock ModSDK UI development. The framework provides specific specifications for utilizing hooks, animations, keys, and refs to create interactive business UIs.

Does Pyreact UI development for Minecraft Bedrock ModSDK require Python 2 syntax?

Yes, Pyreact UI development for the Netease Minecraft Bedrock ModSDK requires Python 2 syntax. The framework integration constraints explicitly include Python 2 syntax alongside cross-system call methods and mounting processes for JsonUI containers.

How do I handle resolution adaptation and layout design in Minecraft Bedrock ModSDK with Pyreact?

You handle resolution adaptation and layout design in Minecraft Bedrock ModSDK with Pyreact by applying the framework's provided layout principles and resolution adaptation specifications to ensure business UIs render correctly across different display settings.

What are the limitations when mounting Pyreact business UIs onto JsonUI containers in Minecraft Bedrock?

When mounting Pyreact business UIs onto JsonUI containers in Minecraft Bedrock, limitations include specific constraints on the mounting process and cross-system call methods, requiring strict adherence to ModSDK integration rules without altering the Pyreact framework.