Use when working with Module editor tools — right-click context menu for creating Module, ModuleMono, StaticModule, and ActivityModule templates in F8Framework.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when working with Module editor tools — right-click context menu for creating Module, ModuleMono, StaticModule, and ActivityModule templates in F8Framework.
Module Editor Workflow
Use this skill when
The task involves creating new module template files via Editor context menu.
The user asks about the right-click create module feature.
Path resolution
Editor code: Assets/F8Framework/Editor/Module
Sources of truth
Editor module: Assets/F8Framework/Editor/Module
Test docs: Assets/F8Framework/Tests/Module/README.md
Key editor features
Feature
Description
Create Module
Right-click → F8 Module Center → Create Module template (ModuleSingleton)
Create ModuleMono
Right-click → F8 Module Center → Create ModuleMono template (ModuleSingletonMono)
Create StaticModule
Right-click → F8 Module Center → Create StaticModule template
Create ActivityModule
Right-click → F8 Module Center → Create ActivityModule template for activity state logic
Workflow
Right-click on a project folder.
Select F8 Module Center → desired module type.
Name the generated script file.
Implement the generated lifecycle or state methods.