AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Relay Set

skill-rianbee-relay-skill-relay-set · by RiAnBee

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.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-rianbee-relay-skill-relay-set

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rianbee-relay-skill-relay-set)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Relay Set? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

{
  "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:

/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:
{"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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.