·banana-sync-to-notion
@

banana-sync-to-notion

treydong/banana-skills

Sync local Markdown files to Notion with full formatting support. Use when user wants to backup, sync, or migrate files to Notion, mentions uploading to Notion, or says sync to Notion. Features include: (1) Recursive directory structure preservation, (2) Complete Markdown formatting (bold, italic, code, links, lists, tables, callouts), (3) Automatic emoji icons based on filenames, (4) Duplicate detection for incremental syncs, (5) Smart chunking for large files, (6) Relative link conversion to Notion page links. Requires Notion API token and target page ID configured in .env file.

13Installs·0Trend·@treydong

Installation

$npx skills add https://github.com/treydong/banana-skills --skill banana-sync-to-notion

SKILL.md

Automatically sync local Markdown files to Notion while preserving directory structure and full Markdown formatting.

All standard Markdown syntax is converted to native Notion blocks:

| bold or bold | Bold text | | italic or italic | Italic text | | bold italic | Bold italic | | ` code ` | Inline code | | text | Clickable link (http/https only) | | `language ... ` | Code block | | - item or item | Bullet list | | 1. item | Numbered list | | > quote | Quote block | | > 💡 note | Callout (emoji-prefixed quotes) | | --- or | Divider |

Sync local Markdown files to Notion with full formatting support. Use when user wants to backup, sync, or migrate files to Notion, mentions uploading to Notion, or says sync to Notion. Features include: (1) Recursive directory structure preservation, (2) Complete Markdown formatting (bold, italic, code, links, lists, tables, callouts), (3) Automatic emoji icons based on filenames, (4) Duplicate detection for incremental syncs, (5) Smart chunking for large files, (6) Relative link conversion to Notion page links. Requires Notion API token and target page ID configured in .env file. Source: treydong/banana-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/treydong/banana-skills --skill banana-sync-to-notion
Category
@Collaboration
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is banana-sync-to-notion?

Sync local Markdown files to Notion with full formatting support. Use when user wants to backup, sync, or migrate files to Notion, mentions uploading to Notion, or says sync to Notion. Features include: (1) Recursive directory structure preservation, (2) Complete Markdown formatting (bold, italic, code, links, lists, tables, callouts), (3) Automatic emoji icons based on filenames, (4) Duplicate detection for incremental syncs, (5) Smart chunking for large files, (6) Relative link conversion to Notion page links. Requires Notion API token and target page ID configured in .env file. Source: treydong/banana-skills.

How do I install banana-sync-to-notion?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/treydong/banana-skills --skill banana-sync-to-notion Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/treydong/banana-skills

Details

Category
@Collaboration
Source
skills.sh
First Seen
2026-02-01