원클릭으로
spaces
Open, create, remove, or edit spaces
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Open, create, remove, or edit spaces
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read the supplemental project documentation module
Frontend development router. Load deeper skills before editing
Use the frontend API surface correctly for app files, discovery, identity, and permission-aware browser data access.
Inspect, navigate, and interact with open browser surfaces through space.browser
Open or close stand-alone browser windows
Editable frontend runtime rules for framework pages, stores, shared runtime namespaces, and reusable visual patterns.
| name | Spaces |
| description | Open, create, remove, or edit spaces |
| metadata | {"loaded":true,"placement":"system"} |
Use this skill for space selection and space.yaml work
transient
Available Spaces in _____transient lists spaces (id|title)↓Current Space Widgets summarizes the live widget layout for that spaceCurrent Widget is the last edited widget envelopemain helpers
space selection
listSpaces() returns plain objects. Available Spaces is the lightweight prompt readback with id|title rowsid returned by listSpaces() or shown in Available Spacescurrent-space handoff
space-widgets skillspace.yaml; use current-space widget helpers only for widget workexamples Loading the spaces list _____javascript return await space.spaces.listSpaces()
Opening the selected space _____javascript return await space.spaces.openSpace("space-7")
Creating a new space _____javascript return await space.spaces.createSpace({ title: "Research" })
Reading the current space file _____javascript return await space.spaces.readSpace("space-7")
Removing the selected space _____javascript return await space.spaces.removeSpace("space-7")