Back to the catalog

skill-creator

Animated open world automated factory game

Open source Repository Open in the app JSON README (API)

About

Animated open world automated factory game

Details

Kind
Agent skills
Topic
Media, design & games
Publisher
moorestech
Origin
majiayu
Category
ferramentas
Stars
83
Forks
10
Open pull requests
5
Last push
2026-09-07T18:49:51Z
Repository state
ativo
Language
C#
License
Apache-2.0
Added
2026-08-30 15:39:46
Updated
2026-08-30 15:39:46
Origin id
moorestech/moorestech/.codex/skills/skill-creator@master

README

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/moorestech/moorestech)



# moorestech

工業ゲームmoorestechのUnityのサーバー、クライアントです

# 起動方法
mooresech_clientをUnityで開きMainGameシーンを再生してください

## 初回セットアップ(CEF / Git LFS)

Git LFS をインストールした後、Unityで開く**前に**OS別のセットアップスクリプトを実行してください。

```bash
# macOS / Linux
./scripts/setup-cef.sh
```

```powershell
# Windows PowerShell
.\scripts\setup-cef.ps1
```

スクリプトは Git LFS を設定し、CEF の UPM キャッシュを再生成可能な状態にします。
Unity 起動時にも LFS ポインタの残存を検査し、問題があれば同じ復旧コマンドを Console に表示します。
方式の詳細と clean worktree 手順は `docs/webui/design/cef-binary-integration.md` を参照してください。

# コーディングエージェントの使用について

## セキュリティに関する注意事項

本プロジェクトではuLoopMCPを使用してUnityエディタとAIエージェントを接続しています。MCPサーバーが有効な状態では、AIエージェントがUnityエディタを介して**任意のコード実行**を行う可能性があります。信頼できないエージェントやプロンプトを使用しないでください。もし不要な場合は個別で停止してください。

## codex cli を使用する場合の注意事項

`tools/unity-test.sh` スクリプトを Codex CLI 経由で実行する際は、Unity のライセンス認証にネットワークアクセスが必要となります。

デフォルトのサンドボックス設定ではネットワークアクセスが制限されているため、`--dangerously-bypass-approvals-and-sandbox` (`--yolo`) オプションを指定してClaude Code CLIを起動してください。

```bash
codex --yolo
```

MCPを使う場合はこの限りではありません。
~/.codex/config.toml
```toml
[mcp_servers.moorestech_server]
command = "node"
args    = ["/Users/[user]/mcp-stdio-to-streamable/dist/index.js"]
env = { MCP_SERVER_IP = "localhost", MCP_SERVER_PORT = "56901" }

[mcp_servers.moorestech_client]
command = "node"
args    = ["/Users/[user]/mcp-stdio-to-streamable/dist/index.js"]
env = { MCP_SERVER_IP = "localhost", MCP_SERVER_PORT = "56902" }
```

# LICENSE
コードは[Apache2.0](https://github.com/moorestech/moorestech/blob/master/LICENSE) ライセンスで配布されています。
コード以外の各種コンテンツは[moorestech Game Content License ](https://github.com/moorestech/moorestech/blob/master/CONTENT_LICENSE.md) ライセンスでは配布されています。

### OSSに関する表記


TODO この辺ちゃんとする

VContainer
https://github.com/hadashiA/VContainer

NaughtyCharacter
https://github.com/dbrizov/NaughtyCharacter

Microsoft.Extensions.DependencyInjection  
https://github.com/aspnet/DependencyInjection

CsvHelper
https://github.com/JoshClose/CsvHelper

AllSkyFree_Godot
https://github.com/rpgwhitelock/AllSkyFree_Godot


### フォントラインセンスに関する表記

Noto Sans Japanese
https://fonts.google.com/noto/specimen/Noto+Sans+JP

Noto Sans
https://fonts.google.com/noto/specimen/Noto+Sans

More