← all publishers

cyberagentgameentertainment

@cyberagentgameentertainment source repo

28 published skills

  1. Codex Review · cyberagentgameentertainment
    現在のブランチの変更差分をOpenAI Codex CLIにレビューさせ、指摘を検証して妥当なものを修正する。実装完了後のセルフレビューや、ユーザーが「Codexにレビューさせて」と依頼したときに使う。
    0
    installs
  2. Bump Version · cyberagentgameentertainment
    ResoDynamix パッケージのバージョンをバンプする。バンプ種別(major/minor/patch)をインタラクティブに選択して実行
    0
    installs
  3. Uloop Hot Reload · cyberagentgameentertainment bundle
    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 earlier one) covers the old signature's compiled callers, while a rename or parameter change applies as an added method and warns about compiled callers it leaves on the old signature. New types, or members referenced from other assemblies or from files that are neither passed to the reload nor already hot-reloaded, require 'uloop compile'.
    0
    installs
  4. Uloop Pause Point · cyberagentgameentertainment bundle
    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 specific frame, or confirming that a code path executed.
    0
    installs
  5. Uloop Set Game View Size · cyberagentgameentertainment
    Set or inspect the Unity Game View custom rendering resolution.
    0
    installs
  6. Ct AI Dlc · cyberagentgameentertainment bundle
    SIRIUS の AI 駆動開発フロー (AI-DLC) の起点スキル。ユーザーが /ct-ai-dlc と明示的に呼び出した時のみ起動し、Intent → Inception → Construction の各 Phase を厳密に進行する。中間成果物は docs/ai-dlc/<date>-<topic-slug>/ に蓄積される。
    0
    installs
  7. Uloop Launch · cyberagentgameentertainment
    Use when Unity Editor is not running or needs a clean restart.
    0
    installs
  8. Uloop Compile · cyberagentgameentertainment
    Compile the Unity project and report errors/warnings. Use after C# edits or when a full Domain Reload compile is needed.
    0
    installs
  9. Uloop Get Logs · cyberagentgameentertainment
    Read current Unity Console entries from a running Editor. Use during bug investigation after compile, tests, PlayMode, or dynamic code to inspect logs, warnings, errors, and stack traces.
    0
    installs
  10. Uloop Run Tests · cyberagentgameentertainment
    Run Unity Test Runner and report detailed results. Use for EditMode/PlayMode tests, change verification, or failure diagnosis.
    0
    installs
  11. Workshop AI Dlc · cyberagentgameentertainment bundle
    ワークショップ AI-DLC スキル
    0
    installs
  12. Uloop Screenshot · cyberagentgameentertainment bundle
    Capture Unity Editor windows or Game View rendering as PNG. Use for visual checks, debugging, documentation, or annotated UI element coordinates.
    0
    installs
  13. Ct Update Pkg Docs · cyberagentgameentertainment
    SiriusPackagesのCLAUDE.mdとSKILL.mdを最新のソースコードに基づいて更新する
    0
    installs
  14. Uloop Focus Window · cyberagentgameentertainment
    Bring the Unity Editor window to front. Use when Unity must be visible for visual checks or user-facing interaction.
    0
    installs
  15. Uloop Record Input · cyberagentgameentertainment bundle
    Record PlayMode keyboard and mouse input to JSON. Use to capture gameplay, bug repro, or E2E input sequences for replay.
    0
    installs
  16. Uloop Replay Input · cyberagentgameentertainment bundle
    Replay recorded PlayMode keyboard and mouse input. Use for exact gameplay reproduction, E2E runs, or consistent demos from JSON recordings.
    0
    installs
  17. Uloop Clear Console · cyberagentgameentertainment
    Clear Unity Console entries. Use before compile, tests, or debugging when stale logs would hide the current result.
    0
    installs
  18. Uloop Get Hierarchy · cyberagentgameentertainment
    Get the Unity scene hierarchy as a structured tree. Use for parent-child structure, descendants, roots, or subtrees under objects the user currently selected.
    0
    installs
  19. Uloop Control Play Mode · cyberagentgameentertainment
    Control Unity Editor Play Mode. Use to start, stop, or pause Play Mode for runtime behavior checks and frame inspection.
    0
    installs
  20. Uloop Find Game Objects · cyberagentgameentertainment
    Find or inspect Unity GameObjects, especially objects the user currently selected in the Hierarchy. Use for details, components, tags, layers, or name/path searches.
    0
    installs
  21. Uloop Simulate Keyboard · cyberagentgameentertainment
    Simulate keyboard input in PlayMode through Unity Input System. Use for key presses, holds, releases, and game controls such as WASD or Space.
    0
    installs
  22. Uloop Simulate Mouse UI · cyberagentgameentertainment
    Simulate PlayMode EventSystem UI mouse actions using screen coordinates. Use for UI clicks, long-presses, or drags from annotated screenshots.
    0
    installs
  23. Uloop Execute Dynamic Code · cyberagentgameentertainment bundle
    Execute C# with Unity APIs when existing uloop tools cannot inspect or edit enough. Use for scene, prefab, SerializedObject, AssetDatabase refresh/.meta generation, menu, or PlayMode automation.
    0
    installs
  24. Uloop Simulate Mouse Input · cyberagentgameentertainment
    Simulate Mouse.current input in PlayMode through Unity Input System. Use for gameplay clicks, mouse delta, or scroll; use simulate-mouse-ui for EventSystem UI elements.
    0
    installs
  25. Workshop Rotation Blur Setup · cyberagentgameentertainment
    Workshop_RotationBlur シーンで RotationBlur を確認できるように、Global Volume Profile への RotationBlurVolume 追加と Renderer Feature の allowRotationBlurPostProcess 有効化を、探索なしの固定レシピで実行する。【注意】/workshop-ai-dlc rotation-blurを実装 の通常フローでは使わない(Phase 4 は Unity 上の手動設定をユーザーに案内する方針)。ユーザーが明示的にこのスキルでの自動配線を依頼した場合のみ使用する。
    0
    installs
  26. Ct Pkg Sirius Core · cyberagentgameentertainment
    Sirius.Coreパッケージの設計詳細。Use when: (1) Core機能の修正・拡張, (2) ワークショップのシェーダーが参照する共通hlslの理解, (3) 他パッケージが依存する共通基盤の変更
    0
    installs
  27. Ct Pkg Sirius Devsupport · cyberagentgameentertainment bundle
    Sirius.DevSupportパッケージの設計詳細。Use when: (1) 開発支援ツールの修正・拡張, (2) GraphicsRegressionTest/ShaderPerformanceAnalysis/GPUProfiler設計の理解
    0
    installs
  28. Ct Pkg Sirius Postprocessing · cyberagentgameentertainment
    Sirius.PostProcessingパッケージの設計詳細。Use when: (1) ポストエフェクトの修正・拡張, (2) パス設計・Volume/AllowFlagパターンの理解
    0
    installs