# S Hiraoku Vscode Sidebar Terminal Synapse Reinst

> Synapse Re-Instruction

- Skill: `tomevault-io/s-hiraoku-vscode-sidebar-terminal-synapse-reinst` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/s-hiraoku-vscode-sidebar-terminal-synapse-reinst`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/s-hiraoku-vscode-sidebar-terminal-synapse-reinst/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/s-hiraoku-vscode-sidebar-terminal-synapse-reinst

---


# Synapse Re-Instruction

Restore Synapse A2A agent identity and instructions after `/clear` or context reset.

## When to Use

- After running `/clear` (or equivalent context reset)
- When the agent no longer recognizes Synapse commands
- When A2A communication has stopped working
- After any event that clears the agent's initial instructions

## Usage

Run the reinst script to output your full Synapse instructions:

```bash
# From the source tree
python plugins/synapse-a2a/skills/synapse-reinst/scripts/reinst.py

# From a synced or installed skill copy
cd .claude/skills/synapse-reinst && python scripts/reinst.py
```

The script reads environment variables set by Synapse at startup (`SYNAPSE_AGENT_ID`, `SYNAPSE_AGENT_TYPE`, `SYNAPSE_PORT`) which persist even after `/clear`.

## Instructions

1. Run the script above
2. Read the output carefully — it contains your full Synapse A2A configuration
3. Follow the instructions as if they were just sent to you
4. Resume normal operation with A2A communication enabled

## How It Works

The script:
1. Reads Synapse environment variables (set at agent startup, survives `/clear`)
2. Looks up your name/role from the agent registry
3. Loads your instruction template from `.synapse/settings.json`
4. Outputs the complete instruction with all placeholders replaced

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/s-hiraoku) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

