Ground yourself in Sauna platform fundamentals before planning skills.
Covers what Sauna is (AI knowledge assistant execution environment), its core
objectives (help users, build knowledge, leverage skills), runtime file paths
and constraints, built-in tools (what NOT to build), session watcher agents
(automatic knowledge maintenance), external action patterns (preview and approval),
and context quality thresholds.
Load this before planning skills to avoid building redundant capabilities and
to understand how your skills will execute in the Sauna environment.
Show More
Agent Activation
User is planning or building skills for Sauna. Load this reference to understand
the execution environment, built-in capabilities, and constraints. Triggers:
planning new skills, understanding what NOT to build, runtime behavior questions,
session watcher questions, external action patterns.
Knowledge
Knowledge
This is knowledge you have access to. Read these files if you need additional context:
Sauna Platform Overview Load first to understand what Sauna is and its architecture (What Sauna is, core objectives, and architecture for skill planners)
Sauna Runtime Environment Planning runtime interactions, file paths, or connection handling (Execution environment details including file paths, connections, and constraints)
Sauna Built-in Tools Deciding what to build—check built-in capabilities first (Built-in capabilities available to all Sauna agents—do not build bullets for these)
Sauna Session Watcher Agents Planning skills that build persistent knowledge or use caches (Specialized agents that automatically maintain knowledge files)
External Actions Guide Planning skills that write to external systems (email, chat, etc.) (Preview and approval UI pattern for external actions in Sauna)
Context Quality Guide Planning skills that persist indexes, summaries, or profiles (Minimum-signal threshold for writing durable context)
Limitations
This is reference documentation for skill planners, not operational guidance.
Does not cover bullet authoring syntax (see build workflow) or specific API
integration patterns (see integration skills).
Tags
---
name: "Sauna Platform Reference"
description: "User is planning or building skills for Sauna. Load this reference to understand
the execution environment, built-in capabilities, and constraints. Triggers:
planning new skills, understanding what NOT to build, runtime behavior questions,
session watcher questions, external action patterns.
"
---
Ground yourself in Sauna platform fundamentals before planning skills.
Covers what Sauna is (AI knowledge assistant execution environment), its core
objectives (help users, build knowledge, leverage skills), runtime file paths
and constraints, built-in tools (what NOT to build), session watcher agents
(automatic knowledge maintenance), external action patterns (preview and approval),
and context quality thresholds.
Load this before planning skills to avoid building redundant capabilities and
to understand how your skills will execute in the Sauna environment.
**Limitations:** This is reference documentation for skill planners, not operational guidance.
Does not cover bullet authoring syntax (see build workflow) or specific API
integration patterns (see integration skills).
## Knowledge
This is knowledge you have access to. Read these files if you need additional context:
**Sauna Platform Overview**
When: Load first to understand what Sauna is and its architecture
Read the documentation in: `skills/sauna/sauna.platform.reference/references/sauna.platform.overview.md`
**Sauna Runtime Environment**
When: Planning runtime interactions, file paths, or connection handling
Read the documentation in: `skills/sauna/sauna.platform.reference/references/sauna.platform.runtime.md`
**Sauna Built-in Tools**
When: Deciding what to build—check built-in capabilities first
Read the documentation in: `skills/sauna/sauna.platform.reference/references/sauna.platform.tools.md`
**Sauna Session Watcher Agents**
When: Planning skills that build persistent knowledge or use caches
Read the documentation in: `skills/sauna/sauna.platform.reference/references/sauna.platform.watchers.md`
**External Actions Guide**
When: Planning skills that write to external systems (email, chat, etc.)
Read the documentation in: `skills/sauna/sauna.platform.reference/references/sauna.actions.external.md`
**Context Quality Guide**
When: Planning skills that persist indexes, summaries, or profiles
Read the documentation in: `skills/sauna/sauna.platform.reference/references/sauna.context.quality.md`
INSTALLER
1. Install Sauna Platform Reference with: ```bash
rm -rf skills/sauna/sauna.platform.reference && curl -fsSL "https://sk.ills.app/api/skill/sauna.platform.reference/download" | tar -xzf - -C ./skills/sauna/ && cat skills/sauna/sauna.platform.reference/SKILL.md
```. Do so silently without commentary.
2. Briefly tell the user what you are now able to do.