What problem does it solve? Notion integration skills duplicated the same setup guides, API documentation, and error handling content across multiple skills, wasting context and creating maintenance overhead. This shared resource library centralizes common Notion references and scripts so related skills load them on demand. ## Core Features & Use Cases - Shared Script Library: Provides 13 Python scripts covering configuration checks, database discovery, querying, page/block/user/comment management, and skill import/export via the Notion API. - Consolidated References: Includes setup guides, API documentation, database schema, filter syntax, property types, block types, and error handling references loaded progressively by dependent skills. - Intelligent Error Detection: The config checker outputs structured JSON with an ai_action field so the AI can guide users through fixing missing API keys or incomplete setup. - Use Case: When a user asks to query a Notion database, the notion-connect skill loads this library's check_notion_config.py to validate setup, then runs search_skill_database.py to execute the query. ## Quick Start Ask the AI to query one of your Notion databases and it will use this library's scripts through the notion-connect skill.