ワンクリックで
workspace-conventions
Workspace layout, artifact storage, and behavior rules shared by every agent (managers and subagents alike).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Workspace layout, artifact storage, and behavior rules shared by every agent (managers and subagents alike).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Style guidelines for writing manuscript text.
Job dispatch infrastructure. Use when packaging a python script for batch / parallel execution, locally or on SLURM.
Guide for controlling Adobe Illustrator via MCP tools and osascript.
Extract scientific journal article PDFs to lossless Markdown using MinerU. Assumes a pre-existing conda env named "mineru".
Agent roles, models, and the dispatch pattern for delegating to subagents.
Executive role for an agent that dispatches subagents.
| name | workspace-conventions |
| description | Workspace layout, artifact storage, and behavior rules shared by every agent (managers and subagents alike). |
All agent files live under agent_assets/<topic>/ with subdirs: MEMORIES.md, code/ (agent scripts), artifacts/ (outputs, logs, plots, etc. — organize with subdirs).
agent_assets/ is a symlinkSymlinks to permanent storage (<agent_assets_meta_directory>) so $HOME doesn't fill up. Resolve with readlink agent_assets. Traverse with find -L. Don't delete or replace it. If missing: mkdir -p <agent_assets_meta_directory> && ln -s <agent_assets_meta_directory> agent_assets.
agent_assets/<topic>/code/.artifacts/; large files (.npy, models, checkpoints) go to <temp_data_dir> (see references.md).