moorestech

65 mods across 1 repository, 82 stars between them.

uloop-compile

25

moorestech/moorestech

Skill Claude CodeCodex

Compile Unity project and report errors/warnings. Use when you need to: (1) Verify code compiles after C# file edits, (2) Check for compile errors before testing, (3) Force full recompilation with Domain Reload. Returns error and warning counts.

82 yesterday A 60 tokens Apache-2.0

moorestech/moorestech

Skill Claude CodeCodex

Control Unity Editor play mode (play/stop/pause). Use when you need to: (1) Start play mode to test game behavior, (2) Stop play mode to return to edit mode, (3) Pause play mode for frame-by-frame inspection.

82 yesterday A 59 tokens Apache-2.0

moorestech/moorestech

Skill Claude CodeCodex

Execute C# code dynamically in Unity Editor. Use when you need to: (1) Wire prefab/material references and AddComponent operations, (2) Edit SerializedObject properties and reference wiring, (3) Perform scene/hierarchy edits and batch operations. NOT for file I/O or script authoring.

82 yesterday A 68 tokens Apache-2.0

uloop-focus-window

28

moorestech/moorestech

Skill Claude CodeCodex

Bring Unity Editor window to front via uloop CLI. Use when you need to: (1) Focus Unity Editor before capturing screenshots, (2) Ensure Unity window is visible for visual checks, (3) Bring Unity to foreground for user interaction.

82 yesterday A 55 tokens Apache-2.0

uloop-get-logs

29

moorestech/moorestech

Skill Claude CodeCodex

Retrieve logs from Unity Console with filtering and search. Use when you need to: (1) Check for errors or warnings after compilation or play mode, (2) Debug issues by searching log messages, (3) Investigate failures with stack traces. Supports filtering by log type, text search, and regex.

82 yesterday A 68 tokens Apache-2.0

uloop-run-tests

30

moorestech/moorestech

Skill Claude CodeCodex

Execute Unity Test Runner and get detailed results. Use when you need to: (1) Run EditMode or PlayMode unit tests, (2) Verify code changes pass all tests, (3) Diagnose test failures with error messages and stack traces. Auto-saves NUnit XML results on failure.

82 yesterday A 64 tokens Apache-2.0

uloop-screenshot

31

moorestech/moorestech

Skill Claude CodeCodex

Capture screenshots of Unity Editor windows as PNG files. Use when you need to: (1) Screenshot Game View, Scene View, Console, Inspector, or other windows, (2) Capture current visual state for debugging or documentation, (3) Save editor window appearance as image files.

82 yesterday A 62 tokens Apache-2.0

moorestech/moorestech

Skill Claude CodeCodex

Unity Editor を PlayMode 起動し、録画付きで end-to-end gameplay を検証する枠組み。第一選択はプレイテストDSL(Client.Playtest asmdef + 本スキル同梱の scripts/run-scenario.sh)による1コマンド一発実行で、preflight→PlayMode起動→シナリオ投入→result.json回収まで自動化される(実測ready26秒)。UI経路設置(ビルドメニュー→クリック/ドラッグ)とホットバー割当(建築ショートカット。歯車チェーンポール等)もDSLで操作可能。ユースケース別の詳細は references/…

82 yesterday A 487 tokens Apache-2.0

moorestech/moorestech

Skill Claude CodeCodex

Unity Editor PlayMode 中のランタイム挙動不具合・例外・応答不能の原因特定スキル。uloop execute-dynamic-code でランタイム状態を広く浅くダンプし、JetBrains Rider debugger で狭く深く変数/BPヒットを観測する。TRIGGER when: (1) ユーザーのメッセージに PlayMode 実行時のランタイム例外スタックトレースが貼られている(NullReferenceException / TimeoutException / IndexOutOfRangeException 等)(2)…

82 yesterday A 473 tokens Apache-2.0

user-simulator

34

moorestech/moorestech

Skill Claude CodeCodex

このファイルは配線だけを持つ。スキルの素性と動き方は agents/judge.md、各モードの手順は modes/ が正。.

82 yesterday A 285 tokens Apache-2.0

judge

35

moorestech/moorestech

Agent Codex

あなたはこのプロジェクトのユーザー(sakastudio)のシミュレーターである。仕事は助言ではなく予測: 「このdoc/質問をユーザーが読んだら、何を指摘し、どう裁定するか」を先回りして言い当てる。 的中はユーザーの読む量と答える量を減らし、外れ(FP)は信頼を壊す。確信のない指摘は出すな。Warningに落とせ。.

82 yesterday A 0 tokens Apache-2.0

refuter

36

moorestech/moorestech

Agent Codex

あなたは判事のCritical予測群に対する反証役である。仕事は各予測を潰そうと試みること: シミュレーターの信頼はfalse positiveで最も速く壊れるため、あなたが最後の防壁になる。.

82 yesterday A 0 tokens Apache-2.0

scout

37

moorestech/moorestech

Agent Codex

Agent "scout" from moorestech/moorestech, covering 斥候(scout)— 圧縮調査係(sonnet) and 契約.

82 yesterday A 0 tokens Apache-2.0

validate-schema

38

moorestech/moorestech

Skill Claude CodeCodex

スキーマ編集後のバリデーション実装チェックスキル。foreignKeyを持つプロパティを追加した際にC#バリデーションの追加漏れを防ぐ。 Use when: 1. VanillaSchemaのYAMLファイルにforeignKeyを持つプロパティを追加した後 2. BlockParamや他のマスターデータにGuid参照を追加した後 3. スキーマ編集の完了確認時 4. 「バリデーションチェック」「validate-schema」と言われた時.

82 yesterday A 122 tokens Apache-2.0

webui-design

39

moorestech/moorestech

Skill Claude CodeCodex

このドキュメントは moorestech Web UI の見た目・構造のホワイトリストである。.

82 yesterday A 114 tokens Apache-2.0

writing-plans

40

moorestech/moorestech

Skill Claude CodeCodex

マルチステップタスクの設計(grillのADR)と要件が揃っていて、コードに着手する前に使う.

82 yesterday A 38 tokens Apache-2.0

moorestech/moorestech

Agent Claude Code

比較実験アームAの実装オーケストレータ。planの各タスクをCodex CLI(gpt-5.6-luna, effort max)に委譲し、自分は差分レビュー・計測に徹する。Unity検証は1段目へ依頼する。実装比較実験(docs/research/2026-08-16-impl-model-comparison.md)専用。.

82 yesterday A 103 tokens Apache-2.0

moorestech/moorestech

Agent Claude Code

あなたは実装比較実験(docs/research/2026-08-16-impl-model-comparison.md)の アームB実装オーケストレータ(2段目)です。subagent-driven-developmentスキルの 流儀でplanを実行し、実装は3段目のimplementer subagentに委譲します。 あなた自身はタスクブリーフの組み立て・タスクレビュー派遣・計測に徹します。.

82 yesterday A 103 tokens Apache-2.0

remove-git-worktree

43

moorestech/moorestech

Command Claude Code

Command "remove-git-worktree" from moorestech/moorestech, covering ワークフロー, フェーズ1: 削除対象の特定と確認, フェーズ2: ユーザーへの確認, フェーズ3: 削除の実行 and フェーズ4: 確認と再実行.

82 yesterday A 0 tokens Apache-2.0

update-tools

44

moorestech/moorestech

Command Claude Code

Command "update-tools" from moorestech/moorestech, covering 対象, ワークフロー, 1. 最新リリース確認, 2. 一括ダウンロード(並列実行) and 3. 既存ファイル削除.

82 yesterday C 2 tokens Apache-2.0

PreToolUse

45

moorestech/moorestech

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing poll-guard.mjs, beads-guard.mjs and commit-guard.mjs via node (3 commands). From moorestech/moorestech.

82 yesterday A tokens not measured Apache-2.0

PostToolUse

46

moorestech/moorestech

Hook Claude Code

Runs after a tool call finishes for Edit, Write, MultiEdit, NotebookEdit, AskUserQuestion and Bash tool calls, executing check-diff.mjs, decisions-format-check.mjs, decisions-ruling-reminder.mjs, commit-map.mjs and beads-sync-watch.mjs via node (5 commands). From moorestech/moorestech.

82 yesterday A tokens not measured Apache-2.0

SessionStart

47

moorestech/moorestech

Hook Claude Code

Runs when a session starts, executing decisions-index.mjs and beads-prime.mjs via node (2 commands). From moorestech/moorestech.

82 yesterday A tokens not measured Apache-2.0

Stop

48

moorestech/moorestech

Hook Claude Code

Runs when the agent finishes a response, executing beads-learn-capture.mjs and logs-sync.mjs via node (2 commands). From moorestech/moorestech.

82 yesterday A tokens not measured Apache-2.0