vscode-sidebar-terminal: Skill for Claude Code

.agents/skills/synapse-a2a/SKILL.md

synapse-a2a is a skill for Claude Code, Codex from s-hiraoku/vscode-sidebar-terminal. It costs 102 tokens per session (3,611 once invoked), scanned A, original, MIT.

A guide to communicating between coding agents, including sending messages, assigning tasks, sharing memory, and coordinating work.

In plain words
What is it for?
Use it to list agents, send or reply to messages, create and manage shared tasks, spawn agents, or broadcast updates.
Why use it?
It gives agents a defined way to divide work and keep other agents informed about progress or interruptions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions Codex.

This is s-hiraoku/vscode-sidebar-terminal's own configuration. It tells Claude Code and Codex how to work on vscode-sidebar-terminal itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vscode-sidebar-terminal configures →

Reuse

Borrowing it

Nothing to install: this file belongs to s-hiraoku/vscode-sidebar-terminal. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/s-hiraoku/vscode-sidebar-terminal/main/.agents/skills/synapse-a2a/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/s-hiraoku/vscode-sidebar-terminal

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for synapse-a2a

README.md
[![agentmods](https://agentmods.dev/badge/skills/s-hiraoku/vscode-sidebar-terminal/synapse-a2a/github.svg)](https://agentmods.dev/skills/s-hiraoku/vscode-sidebar-terminal/synapse-a2a)
Your own site
<a href="https://agentmods.dev/skills/s-hiraoku/vscode-sidebar-terminal/synapse-a2a"><img src="https://agentmods.dev/badge/skills/s-hiraoku/vscode-sidebar-terminal/synapse-a2a/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for synapse-a2a

Your own site · 80×15
<a href="https://agentmods.dev/skills/s-hiraoku/vscode-sidebar-terminal/synapse-a2a"><img src="https://agentmods.dev/badge/skills/s-hiraoku/vscode-sidebar-terminal/synapse-a2a.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,611 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 154
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00102 $0.03611
Opus 5 $0.00051 $0.01806
Sonnet 5 $0.00020 $0.00722
Haiku 4.5 $0.00010 $0.00361

Measured 11d ago against content hash 41cde7d2d1ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

synapse-a2a scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/synapse-a2a/SKILL.md · 259 lines

How it starts

The opening of the file, as written. The whole thing — 259 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Synapse A2A Communication

Inter-agent communication framework via Google A2A Protocol.

Quick Reference

Task Command
List agents synapse list (auto-refresh, interactive: arrows/1-9 select, Enter jump, k kill, / filter; --json for machine-readable output). MCP alternative: list_agents tool (via tools/call)
Agent detail synapse status <target> [--json]
Send message synapse send <target> "<msg>" (default: --notify; --from auto-detected)
Send with task synapse send <target> "<msg>" --task / -T (auto-creates board task, auto-claim on receive, auto-complete on finalize)
Broadcast synapse broadcast "<msg>"
Wait for reply synapse send <target> "<msg>" --wait
Fire-and-forget synapse send <target> "<msg>" --silent
Reply synapse reply "<response>"
Reply to specific synapse reply "<response>" --to <sender_id>
Interrupt (priority 4) synapse interrupt <target> "<msg>"
Spawn agent synapse spawn <type> --name <n> --role "<r>" -- <tool-specific-automation-args>
Spawn with worktree synapse spawn <type> --worktree --name <n> --role "<r>" -- <tool-specific-automation-args>
Team start synapse team start <homogeneous-profiles...> [--worktree] -- <tool-specific-automation-args>
Create task synapse tasks create "<subject>" -d "<desc>" --priority <n> [--group G] [--component C] [--milestone M]
List tasks synapse tasks list [--verbose] [--format json] [--group-by COL] [--group G] [--component C] [--milestone M]
Assign task synapse tasks assign <id> <agent>
Complete task synapse tasks complete <id>
Purge tasks synapse tasks purge [--status STATUS] [--older-than DURATION] [--dry-run]
Approve plan synapse approve <id>
Reject plan synapse reject <id> --reason "<feedback>"
Save knowledge synapse memory save <key> "<content>" --tags <t> --notify
Search knowledge synapse memory search "<query>"
Lock file synapse file-safety lock <file> <agent_id> --intent "..."
Check locks synapse file-safety locks
Task history synapse history list --agent <name>
Kill agent synapse kill <name> -f
Attach files synapse send <target> "<msg>" --attach <file> --wait
Saved agents synapse agents list / synapse spawn <agent_id>
Post to Canvas synapse canvas post <format> "<body>" --title "<title>"
Link preview synapse canvas link "<url>" --title "<title>"
Post template synapse canvas briefing '<json>' --title "<title>"
Post plan card synapse canvas plan '<json>' --title "<title>" (Mermaid DAG + step list with status tracking)
Open Canvas synapse canvas open (auto-starts server, opens browser)
Accept plan synapse tasks accept-plan <plan_id> (register plan steps as task board tasks)
Sync plan progress synapse tasks sync-plan <plan_id> (sync task board status back to plan card)

Read the full file on GitHub · 259 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 259 lines · 102 tokens per session scan A 41cde7d2d1ab

Subscribe to this mod's changes

synapse-a2a is a skill published in the GitHub repository s-hiraoku/vscode-sidebar-terminal (21 stars, last pushed yesterday), licensed MIT. It adds 102 tokens to every session and 3,611 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens