synapse-docs

Synchronize Synapse A2A documentation with code changes across synapse/, plugins/, and templates/.

10|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill synapse-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: synapse-docs
Source: https://github.com/s-hiraoku/synapse-a2a/tree/main/.claude/skills/synapse-docs
Command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill synapse-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates keeping Synapse A2A documentation aligned with code changes, reducing drift between code and guides.

Core Features & Use Cases

  • Automated documentation sync across synapse/, plugins/, templates/ and guides/.
  • Automatic triggers respond to code changes, profile updates, or template edits.
  • Manual invocation via /synapse-docs for on-demand checks and updates.

Quick Start

Invoke /synapse-docs to perform a full documentation synchronization across the repository.

Frequently Asked Questions about synapse-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep documentation in sync with code changes automatically?

Documentation synchronization is automated by triggering updates to README, guides, and references whenever code changes occur in synapse/, plugins/, or templates/ directories.

What is the best way to prevent documentation drift when updating plugins and templates?

Preventing documentation drift requires cross-document synchronization that automatically updates related guides and references alongside SKILL.md whenever plugins or templates are modified.

Can I manually trigger a documentation update across my repository?

Yes, you can manually invoke documentation checks and updates on demand using the /synapse-docs command to perform a full synchronization across the repository.

How does cross-document synchronization work for SKILL.md and related guides?

Cross-document synchronization works by enforcing consistency between SKILL.md and related guides or references, ensuring all documentation files reflect the latest code state.

Does documentation tracking apply to specific directories or the entire codebase?

Documentation tracking applies specifically to code within synapse/, plugins/, and templates/ directories, targeting the areas where updates impact README, guides, and references.

When should I use automated documentation sync versus manual invocation?

Use automated documentation sync when code changes, profile updates, or template edits occur, and use manual invocation via /synapse-docs for on-demand checks and full repository updates.