⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
synapse
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.
// RATINGS
Not yet listed on ClawHub or SkillsMP
// README
Synapse
A logic forge for AI-native technical publishing.
中文 · Visual tour · Quickstart

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:
| Skill | Job |
|---|---|
$synapse-forge | Sources → verified argument DSL |
$synapse-design | Narrative and slide composition |
$synapse-pretext | Geometry-aware article rendering |
$synapse-excalidraw | Editable technical diagrams |
$synapse-animation | SVG, 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