en un clic
file-operations
Read, write, and list workspace files
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Read, write, and list workspace files
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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 | file_operations |
| description | Read, write, and list workspace files |
Use this skill when you need to inspect or modify the codebase, configuration files, or generate output documents. These tools are strictly scoped to the workspace directories (data_in, data_out, etc.).
write_file(filename, content, workspace="default", subdir="data_out") - Write string content to a file in the workspace. Automatically creates missing directories.read_file(filename, workspace="default", subdir="data_in", encoding=None) - Read the contents of a file. Includes automatic fallback encoding detection.list_files(workspace="default", subdir="data_out") - List all files and their sizes within a workspace subdirectory.Action: list_files
Action Input: {"workspace": "c5_test", "subdir": "data_in"}
Observation: Returns a list of files available in the test workspace.
Action: write_file
Action Input: {"filename": "summary_report.md", "content": "# Summary\n...", "subdir": "data_out"}
Observation: Returns a confirmation and a download URL.