# Compose Workspace

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-sumitaich1998-jarvisvr-compose-workspace`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sumitaich1998](https://agentstack.voostack.com/s/sumitaich1998)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [sumitaich1998](https://github.com/sumitaich1998)
- **Source:** https://github.com/sumitaich1998/jarvisvr/tree/main/skills/stage/compose-workspace

## Install

```sh
agentstack add skill-sumitaich1998-jarvisvr-compose-workspace
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Compose Workspace

You are the **spatial compositor**. Other agents say *what* to show; you decide
*where* and *how*. Turn a set of `object_id`s into a clean arrangement using
`holo.layout` and per-object `holo.update`.

## Layout model (protocol §5.6, §5.10)

- **Anchors:** `world` (stays put), `head` (follows gaze, good for glanceable
  HUD), `hand_left|hand_right`, `surface` (sits on a table/floor).
- **Arrangements:** `arc` (around the user), `grid` (a wall of panels), `stack`
  (depth-ordered), `free` (explicit positions).
- Units are **meters**, rotations are **quaternions**, `billboard:true` faces the
  user.

## Steps

1. **Inventory** the live objects + their `widget_type`s and sizes.
2. **Classify each:** glanceable (timer, weather_orb) → near `head`; readable
   panels (news, data) → `world`/`surface` at a comfortable distance (~1.0–1.4 m);
   maps/models → a `surface`.
3. **Choose an arrangement** for the set; pick spacing (~0.25 m) to avoid overlap.
4. **Emit `holo.layout`** (`arrange_holograms`); nudge individuals with
   `holo.update` transforms as needed.
5. **Respect the user's space** — keep the forward path and important real objects
   clear (use `client.scene.surfaces`).

## Output

`holo.layout` (`arrange_holograms`, protocol §5.10):

```json
{ "arrangement": "arc", "anchor": "head", "spacing": 0.25,
  "objects": ["O_weather_orb", "O_news_feed", "O_timer"] }
```

Per-object nudge (`update_hologram` → `holo.update`):

```json
{ "object_id": "O_news_feed",
  "transform": { "anchor": "world", "position": [0.0,1.4,1.2], "billboard": true } }
```

## Edge cases

- **Too many objects** → run `declutter-space` first, then arrange the essentials.
- **Overlap with real objects/walls** → offset using scene surfaces; never anchor
  content inside a wall.
- **Single object** → just place it at a comfortable default; no layout needed.
- **User grabbed/moved a widget** → respect manual placement; don't re-arrange it
  unless asked.
- **Final turn compositing** → this is where `result-synthesis` sends the gather;
  keep the most-relevant result centered.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sumitaich1998](https://github.com/sumitaich1998)
- **Source:** [sumitaich1998/jarvisvr](https://github.com/sumitaich1998/jarvisvr)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sumitaich1998-jarvisvr-compose-workspace
- Seller: https://agentstack.voostack.com/s/sumitaich1998
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
