بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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")