ワンクリックで
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 職業分類に基づく
Build animejs.com-grade scroll-driven kinetic pages with the vendored anime.js v4 bundle (website/vendor/anime.esm.min.js). Use when working on the prime-silo marketing site (website/) or any scrollytelling/animation surface. Contains the VERIFIED v4 API, the design language to emulate, the Prime-Silo set-piece specs, and the verification protocol.
Operate, analyze, or extend the LONGVIEW session-synthesis pipeline (cards, graph, reports, book, audiobook). Use when working on scripts/longview, reviewing card output, planning card schema changes, or debugging a LONGVIEW run.
Operate the Prime-Silo delivery board (delivery/) autonomously — select, claim, execute, verify, and log work contracts without frontier supervision. Use whenever picking up a task from delivery/board/BOARD.md, authoring a gate script, verifying another agent's task, or deciding which model tier should take which contract.
The Prime-Silo product experience contract — identity (Prime-Silo + Agent Benny, never Space Agent), earth-tone design tokens, progressive-discovery doctrine, and the "motion is meaning" choreography rules that bring animejs.com-grade kinetics INTO the app without violating the C0 calm contract. Use for any user-facing UI work in app/, server/pages/, or packaging/ (login, first-run, shell, mascot, Studio, Bridge).
DRAFT — pick up and deliver one delivery/tasks/ work contract under the six-sigma protocol (deterministic selection, TDD, allowlist discipline, author≠verifier). Use when asked to "take the next task", "work the board", or deliver a specific task id. Full mechanization lands with W1 (work next) and W2 (sandbox provisioning).
Create, patch, inspect, and remove widgets in the current space
| 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")