Add Notion page operations skill#24
Open
5s10r2 wants to merge 2 commits into
Open
Conversation
Smart router for Notion across two MCP servers with automatic fallback chains, safety verification, and self-learning from failures. Covers read, create, update, section rewrites, table edits, search, and database operations with 12 documented pitfalls and workarounds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The command file referenced two companion files that didn't exist in the repo — making the skill incomplete for anyone cloning it. Adds: - skills/notion/SKILL.md — skill definition with safety protocol - skills/notion/notion-operations-guide.md — P1-P12 pitfalls, tool selection matrix, block estimation, heading-match trick - skills/notion/notion-learnings.md — 19 living knowledge entries from real Notion MCP usage (failures, workarounds, optimizations) Also updates the command to reference companion files via relative path instead of absolute. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/pm-toolkit:notion— a smart router for Notion page operations across two MCP serversFiles changed
pm-toolkit/commands/notion.md— new skill command (268 lines)pm-toolkit/README.md— updated skills/commands counts and listingsTest plan
/pm-toolkit:notion read <page-id>routes to read mode/pm-toolkit:notion createwith content >90 blocks triggers chunking logic/pm-toolkit:notion tableroutes to table decision tree🤖 Generated with Claude Code