Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计通过

synapse-docs突触文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

1,416

周安装

49

GitHub Stars

4

下载量

388
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:synapse-docs(突触文档)
来源仓库:https://github.com/s-hiraoku/synapse-a2a
仓库路径:skills/synapse-docs
安装命令:
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill synapse-docs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill synapse-docs

简介

synapse-docs 用于辅助文档、README 和 Markdown 内容的整理与改写,适合在 Codex、Claude、Cursor、Gemini CLI 中提炼结构或统一术语时使用。

  • 适用于项目说明、技术写作或内容稿件优化等文档处理场景。
  • 可自动补齐章节、检查链接有效性,但需人工确认未核实信息的准确性。
  • 安装命令为 npx skills add https://github.com/s-hiraoku/synapse-a2a --skill synapse-docs。
  • 涉及对外文案时应避免过度营销表述,保持语气克制客观。

SKILL.md

Synapse Docs

This skill ensures Synapse A2A documentation stays synchronized with code changes.

When This Skill Activates

Automatic Triggers

  1. Code changes in core modules - synapse/*.py, synapse/commands/*.py
  2. Profile changes - synapse/profiles/*.yaml
  3. Template changes - synapse/templates/.synapse/*
  4. Plugin/Skill changes - plugins/synapse-a2a/**/*
  5. Configuration changes - pyproject.toml (version, dependencies, entry points)

Manual Invocation

  • /synapse-docs - Run full documentation check and update

Workflow

Phase 1: Detect Changes

When code is modified, identify affected documentation by consulting references/code-doc-mapping.md.

Quick Reference - Common Patterns:

Change TypePrimary DocsSecondary Docs
CLI commandREADME.md, guides/usage.mdguides/references.md, CLAUDE.md
API endpointREADME.md, guides/references.mdguides/enterprise.md
Environment variableREADME.md, guides/settings.mdtemplates/.synapse/settings.json
Profile settingguides/profiles.mdCLAUDE.md
Skill contentplugins/*/SKILL.md.claude/skills/, .agents/skills/plugins/synapse-a2a/skills/ を編集し sync で配布)

Phase 2: Propose Updates

For each affected document:

  1. Read the current content
  2. Identify the specific section to update
  3. Propose the minimal necessary change
  4. Present changes to user for approval

Update Principles:

  • Maintain existing document style and tone
  • Update only affected sections
  • Keep README.md concise; put details in guides/
  • Ensure consistency across related documents

Phase 3: Synchronize Related Files

After updating primary documents, check for required synchronization:

Skill Synchronization:

plugins/synapse-a2a/skills/ → .claude/skills/
plugins/synapse-a2a/skills/ → .agents/skills/

Template Consistency:

synapse/templates/.synapse/ should match documentation in guides/settings.md

Phase 4: Verify Consistency

Run consistency checks:

  1. CLI commands - Compare README.mdguides/usage.mdguides/references.md
  2. API endpoints - Compare README.mdguides/references.md
  3. Port ranges - Compare README.mdguides/multi-agent-setup.mdCLAUDE.md
  4. Environment variables - Compare README.mdguides/settings.mdtemplates/settings.json

Document Categories

User-Facing (High Priority)

DocumentPurposeUpdate Frequency
README.mdFirst impression, quick startEvery feature change
guides/usage.mdHow to useCLI/API changes
guides/settings.mdConfiguration referenceSetting changes
guides/troubleshooting.mdProblem solvingNew issues discovered

Developer-Facing

DocumentPurposeUpdate Frequency
CLAUDE.mdDevelopment guide for Claude CodeArchitecture/test changes
guides/architecture.mdInternal designComponent changes
docs/*.mdTechnical specificationsDesign changes

Plugin/Skill

DocumentPurposeUpdate Frequency
plugins/synapse-a2a/README.mdPlugin installationPlugin changes
plugins/*/skills/*/SKILL.mdSkill instructionsFeature changes

Reference Files

For detailed document inventory and code-to-doc mappings, consult:

  • references/doc-inventory.md - Complete list of all documents and their roles
  • references/code-doc-mapping.md - Source file to document relationships

Special Cases

Version Updates

When pyproject.toml version changes:

  1. Update CHANGELOG.md with release notes
  2. Check if README.md test badge needs updating
  3. Update plugins/synapse-a2a/.claude-plugin/plugin.json version if needed

New Feature Addition

For major new features:

  1. Add to README.md feature table
  2. Create or update relevant guide in guides/
  3. Update CLAUDE.md if development workflow affected
  4. Add to guides/README.md navigation if new guide created

Deprecation

When deprecating features:

  1. Mark as deprecated in relevant docs
  2. Add migration guide if needed
  3. Update CHANGELOG.md
  4. Remove from quick start examples in README.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.46%
按下载量换算118

Gemini CLI

24.36%
按下载量换算95

windsurf

17.96%
按下载量换算70

trae

11.64%
按下载量换算45

OpenCode

7.9%
按下载量换算31

Cursor

3.41%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills