⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

v2.0.0

synapse

@yangjingo⭐ 4 stars

Master skill for Why.J Engineering. Orchestrates forge → DSL → slides/blog HTML pipeline. Delegates to synapse-forge (ingestion), synapse-pretext (blog rendering), synapse-excalidraw (diagrams), and synapse-animation.

Use with your AI agent

Open your project in any AI assistant that can read your files. Works with ChatGPT, Claude, Claude Code, Codex, Cursor, Hermes Agent, OpenClaw, Grok Bot, and more.

Your agent needs access to this page’s linked instructions and your project files. Copying does not install or execute anything.

—/10

// RATINGS

⭐GitHub Stars
⭐ 4 on GitHubGitHub ↗

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

Synapse

A logic forge for AI-native technical publishing.

中文 · Visual tour · Quickstart

Release License: MIT

Research notes, logs, and papers entering the Synapse logic forge and emerging as slides, an article, a diagram, and motion

Synapse is a set of composable Codex Skills that turns URLs, files, and raw notes into traceable arguments and finished technical artifacts. Like the forge above, it compresses noisy inputs into one argument spine; that spine drives slides, engineering articles, diagrams, and motion—without leaving image prompts in the final output.

Install

For a human-guided install:

npx --yes skills add https://github.com/yangjingo/Synapse \
  --agent codex --global --full-depth --copy

For an unattended agent install:

npx --yes skills add https://github.com/yangjingo/Synapse \
  --agent codex --global --full-depth --copy --skill "*" --yes

Restart Codex after installation. See the Quickstart for verification and upgrade instructions.

Use

Use $synapse to turn these papers and notes into a Why.J-style slide deck
and engineering article. Keep every claim traceable and embed finished visuals.

The orchestrator delegates to five focused Skills:

SkillJob
$synapse-forgeSources → verified argument DSL
$synapse-designNarrative and slide composition
$synapse-pretextGeometry-aware article rendering
$synapse-excalidrawEditable technical diagrams
$synapse-animationSVG, GIF, and Remotion motion

See the output

Develop

node scripts/refresh-skill-examples.js
node scripts/validate-slide-visuals.js

Contributor conventions are in AGENTS.md.

// HOW IT'S BUILT

KEY FILES

SKILL.mdREADME.md

// REPO STATS

4 stars