skill-sync

Synchronize local SKILL.md files to a Notion System Skills database.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill skill-sync-bibo1243
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-sync
Source: https://github.com/bibo1243/claw_memory/tree/main/gaa_all/.agent/skills/skill-sync
Command: npx skills add https://github.com/bibo1243/claw_memory --skill skill-sync-bibo1243

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

本技能負責將工作區中所有 SKILL.md 的內容同步至 Notion 的 System Skills 資料庫,確保本地技能描述與雲端資料庫的一致性。

Core Features & Use Cases

  • 自動掃描 skills/*/SKILL.md 並提取前置資料(name、description)
  • 在 Notion 中建立或更新相應頁面,並以 Markdown 內容作為程式碼區塊儲存
  • 支援版本變更同步,適用於集中管理系統技能資料庫的情境

Quick Start

執行工作區中的同步腳本,將本機的 SKILL.md 內容更新至 Notion 的 System Skills 資料庫。

Frequently Asked Questions about skill-sync

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

FAQPage Schema
How do I sync local SKILL.md files to a Notion database?

To sync local SKILL.md files to a Notion database, this Skill scans your workspace for skills/*/SKILL.md files and upserts their content as pages in Notion's System Skills database. It requires a configured Notion integration with database access.

How does markdown skill documentation sync work with Notion?

Markdown skill documentation sync works with Notion by extracting metadata from local SKILL.md files and storing the full Markdown content inside a code block on the corresponding Notion page. This ensures your local definitions match the cloud database.

Do I need a Notion integration to sync markdown documentation?

Yes, you need a Notion integration with explicit access to the System Skills database to sync markdown documentation. This connection is required for the Skill to authenticate and upsert page content directly into your Notion workspace.

Can I update multiple SKILL.md definitions in Notion at once?

Yes, you can update multiple SKILL.md definitions in Notion at once. The Skill automatically scans the entire skills directory for all SKILL.md files and applies batch updates to the Notion System Skills database.

What is the best way to manage skill definitions across local and Notion environments?

The best way to manage skill definitions across local and Notion environments is using an automated sync tool that scans local markdown files and upserts them to a centralized database. This maintains version consistency without manual duplication.

Are there limitations to syncing markdown content to Notion code blocks?

A limitation of syncing markdown content to Notion is that the full text is stored inside a code block rather than native Notion blocks. This preserves the original formatting but restricts direct editing using Notion's standard rich text editor.