com um clique
spaces
Open, create, remove, or edit spaces
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Open, create, remove, or edit spaces
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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")