---
name: miosa-osa/help
source: https://app.decimal.ai/s/miosa-osa-help@1/SKILL.md
source_sha256: c7454275f305
---

# /help

Contextual help for OptimalOS commands and capabilities.

## What It Does
Shows available skills, agents, and engine commands. Context-aware: suggests
relevant commands based on current cognitive mode and recent activity.

## Usage
```
/help                           # Show all available skills
/help search                    # Detail on /search skill
/help agents                    # List available agents
/help modes                     # Explain cognitive modes
/help genres                    # List available genres
```

## Available Skills
| Skill | Description |
|-------|-------------|
| `/ingest` | Ingest signals into knowledge base |
| `/search` | Hybrid search across all contexts |
| `/assemble` | Build tiered context bundle |
| `/health` | Run system diagnostics |
| `/reweave` | Find stale contexts, suggest updates |
| `/remember` | Capture friction patterns |
| `/verify` | Test L0 fidelity |
| `/graph` | Analyze knowledge graph |
| `/reflect` | Find missing entity relationships |
| `/rethink` | Evidence synthesis |
| `/simulate` | Monte Carlo scenario planning |
| `/setup` | System setup and configuration |
| `/boot` | Daily boot sequence |

## Available Agents
| Agent | Role |
|-------|------|
| knowledge-guide | Genre + routing guidance |
| signal-processor | Full intake pipeline |
| context-assembler | Tiered context loading |
| health-monitor | System diagnostics + maintenance |