turazashvili/notion-skills-registry
A dynamic skill registry for your AI agent workflow. Stop copying prompts across repos, avoid cluttering global skills, and manage versioned skills in one centralized Notion workspace for Claude Code, OpenCode, and more integrations coming soon.
Platform-specific configuration:
{
"mcpServers": {
"notion-skills-registry": {
"command": "npx",
"args": [
"-y",
"notion-skills-registry"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Use Notion as a versioned skill registry for OpenCode, Claude Code, and other AI agent workflows.
Instead of copying prompts across repos or stuffing everything into a global skills folder, this project lets you keep skills in one centralized Notion workspace and install them into projects as local wrappers.
Think of it like a lightweight package registry for AI skills, powered by Notion MCP.
Managing AI skills across projects gets messy fast:
Notion Skills Registry solves that by giving you:
content-research-writer@v1 and content-research-writer@v2At a high level:
SETUP.md./notion-init once./notion-install <slug> or /notion-install <slug@version>./notion-check-updates and /notion-update to stay in sync.The important idea is simple:
This project provides four management skills:
notion-initnotion-installnotion-updatenotion-check-updatesThese management skills let a
Loading reviews...