# Relay Set

> Configure project-local Relay defaults for storage and detail. Use when the user wants Relay to default to .relay or temp, compact or full documents.

- **Type:** Skill
- **Install:** `agentstack add skill-rianbee-relay-skill-relay-set`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [RiAnBee](https://agentstack.voostack.com/s/rianbee)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [RiAnBee](https://github.com/RiAnBee)
- **Source:** https://github.com/RiAnBee/relay-skill/tree/main/skills/relay-set

## Install

```sh
agentstack add skill-rianbee-relay-skill-relay-set
```

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

## About

Configure Relay defaults for the current project. Settings are stored in `.relay/config.json` in the coding agent's startup directory.

This skill only changes Relay defaults. It does not change the core pass/pickup handoff behavior in `../relay/SKILL.md`.

Built-in defaults when `.relay/config.json` does not exist:

```json
{
  "storage": "project",
  "detail": "compact"
}
```

Accepted storage words:

- `project`, `.relay`, `keep`, `persist`: set `storage` to `project`.
- `tmp`, `temp`, `/tmp`, `temporary`: set `storage` to `temp`.

Accepted detail words:

- `compact`, `brief`, `short`, `concise`: set `detail` to `compact`.
- `full`, `detailed`, `detail`: set `detail` to `full`.

Common defaults to recommend:

- `/relay-set compact project`: the default high-signal everyday setting.
- `/relay-set full project`: the best default when the team prefers maximum relay fidelity.
- `/relay-set compact temp`: closest to Matt-style disposable handoffs.
- `/relay-set full temp`: detailed but intentionally one-shot.

Examples:

```text
/relay-set full temp
/relay-set compact project
/relay-set tmp
/relay-set full
```

If the user provides both storage and detail words in any order, set both. If the user provides only one, update only that setting and preserve the other current setting.

If the user provides no arguments, or asks to show settings, read `.relay/config.json` if present and report the effective settings. If the file is missing, report the built-in defaults.

If the user asks to reset settings, write the built-in defaults to `.relay/config.json`.

When explaining settings to the user:

- `project + compact` means structured everyday Relay with project-local storage.
- `project + full` means maximum-fidelity Relay kept under `.relay/`.
- `temp + compact` means disposable lightweight handoffs.
- `temp + full` means disposable but very detailed handoffs.

When writing settings:

1. Create `.relay/` if needed.
2. Preserve valid existing settings that were not overridden.
3. Write `.relay/config.json` as compact JSON with exactly these keys:

```json
{"storage":"project","detail":"compact"}
```

Use only these values:

- `storage`: `project` or `temp`
- `detail`: `compact` or `full`

After writing settings, tell the user the effective defaults and the config path.

## Source & license

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

- **Author:** [RiAnBee](https://github.com/RiAnBee)
- **Source:** [RiAnBee/relay-skill](https://github.com/RiAnBee/relay-skill)
- **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-rianbee-relay-skill-relay-set
- Seller: https://agentstack.voostack.com/s/rianbee
- 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%.
