Skip to main content
CyberAgentGameEntertainment
GitHub creator profile

CyberAgentGameEntertainment

Repository-level view of 26 collected skills across 4 GitHub repositories.

skills collected
26
repositories
4
updated
Sep 7, 2026
repository explorer

Repositories and representative skills

uloop-compile
software-developers

Compile the Unity project and report errors/warnings. Use after C# edits.

Sep 7, 2026
uloop-hot-reload
software-developers

Hot reload applies method-body edits and can add new methods and fields (added members are visible to edited code in the same reload within the same assembly); it can also change signatures: a return-type change applies only when the same reload (or an…

Sep 7, 2026
uloop-pause-point
software-quality-assurance-analysts-and-testers

Pauses Unity playback at any source file:line without editing code or recompiling, and returns a snapshot of the locals, parameters, and instance fields at that exact frame. Use for bug investigation, PlayMode/E2E verification, checking variable values at a…

Sep 7, 2026
uloop-run-tests
software-quality-assurance-analysts-and-testers

Run Unity Test Runner and report detailed results. Use for EditMode/PlayMode tests, change verification, or failure diagnosis.

Sep 7, 2026
uloop-simulate-keyboard
software-developers

Simulate keyboard input in PlayMode through Unity Input System. Use for key presses, holds (via Press --duration or KeyDown/KeyUp), releases, and game controls such as WASD or Space. Requires the Input System package (com.unity.inputsystem).

Sep 7, 2026
uloop-clear-console
software-developers

Clear Unity Console entries. Use before compile, tests, or debugging when stale logs would hide the current result.

Sep 3, 2026
uloop-control-play-mode
software-developers

Control Unity Editor Play Mode. Use to Play (or Resume, its alias), Stop, Pause, or Step Play Mode, or query Status without side effects, for runtime behavior checks and frame inspection.

Sep 3, 2026
uloop-execute-dynamic-code
software-developers

Execute C# with Unity APIs when existing uloop tools cannot inspect or edit enough. Use for reachable scene/component state, scene/prefab/menu automation, and PlayMode checks

Sep 3, 2026
Showing 8 of 18 collected skills.
ct-ai-dlc
unclassified

SIRIUS の AI 駆動開発フロー (AI-DLC) の起点スキル。ユーザーが /ct-ai-dlc と明示的に呼び出した時のみ起動し、Intent → Inception → Construction の各 Phase を厳密に進行する。中間成果物は docs/ai-dlc/<date>-<topic-slug>/ に蓄積される。

Sep 1, 2026
ct-update-pkg-docs
unclassified

SiriusPackagesのCLAUDE.mdとSKILL.mdを最新のソースコードに基づいて更新する

Sep 1, 2026
workshop-rotation-blur-setup
unclassified

Workshop_RotationBlur シーンで RotationBlur を確認できるように、Global Volume Profile への RotationBlurVolume 追加と Renderer Feature の allowRotationBlurPostProcess 有効化を、探索なしの固定レシピで実行する。【注意】/workshop-ai-dlc rotation-blurを実装 の通常フローでは使わない(Phase 4 は Unity…

Sep 1, 2026
ct-pkg-sirius-core
unclassified

Sirius.Coreパッケージの設計詳細。Use when: (1) Core機能の修正・拡張, (2) ワークショップのシェーダーが参照する共通hlslの理解, (3) 他パッケージが依存する共通基盤の変更

Sep 1, 2026
ct-pkg-sirius-devsupport
unclassified

Sirius.DevSupportパッケージの設計詳細。Use when: (1) 開発支援ツールの修正・拡張, (2) GraphicsRegressionTest/ShaderPerformanceAnalysis/GPUProfiler設計の理解

Sep 1, 2026
ct-pkg-sirius-postprocessing
unclassified

Sirius.PostProcessingパッケージの設計詳細。Use when: (1) ポストエフェクトの修正・拡張, (2) パス設計・Volume/AllowFlagパターンの理解

Sep 1, 2026
Showing 4 of 4 repositories
All repositories loaded