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:
# 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
Run the script above
Read the output carefully — it contains your full Synapse A2A configuration
Follow the instructions as if they were just sent to you
Resume normal operation with A2A communication enabled
How It Works
The script:
Reads Synapse environment variables (set at agent startup, survives /clear)
Looks up your name/role from the agent registry
Loads your instruction template from .synapse/settings.json
Outputs the complete instruction with all placeholders replaced
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: s-hiraoku-vscode-sidebar-terminal-synapse-reinst3description: Synapse Re-Instruction4---56# Synapse Re-Instruction78Restore Synapse A2A agent identity and instructions after `/clear` or context reset.910## When to Use1112- After running `/clear` (or equivalent context reset)13- When the agent no longer recognizes Synapse commands14- When A2A communication has stopped working15- After any event that clears the agent's initial instructions1617## Usage1819Run the reinst script to output your full Synapse instructions:2021```bash22# From the source tree23python plugins/synapse-a2a/skills/synapse-reinst/scripts/reinst.py2425# From a synced or installed skill copy26cd .claude/skills/synapse-reinst && python scripts/reinst.py27```2829The script reads environment variables set by Synapse at startup (`SYNAPSE_AGENT_ID`, `SYNAPSE_AGENT_TYPE`, `SYNAPSE_PORT`) which persist even after `/clear`.3031## Instructions32331. Run the script above342. Read the output carefully — it contains your full Synapse A2A configuration353. Follow the instructions as if they were just sent to you364. Resume normal operation with A2A communication enabled3738## How It Works3940The script:411. Reads Synapse environment variables (set at agent startup, survives `/clear`)422. Looks up your name/role from the agent registry433. Loads your instruction template from `.synapse/settings.json`444. Outputs the complete instruction with all placeholders replaced4546---47> Converted and distributed by [TomeVault](https://tomevault.io/claim/s-hiraoku) — claim your Tome and manage your conversions.48<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/s-hiraoku-vscode-sidebar-terminal-synapse-reinst in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Synapse Re-Instruction It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.