Help us improve
Share bugs, ideas, or general feedback.
From notion
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
npx claudepluginhub robinebers/converted-plugins --plugin notionHow this skill is triggered — by the user, by Claude, or both
Slash command
/notion:notion-knowledge-captureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert conversations and notes into structured, linkable Notion pages for easy reuse.
LICENSE.txtassets/notion-small.svgassets/notion.pngevaluations/README.mdevaluations/conversation-to-wiki.jsonevaluations/decision-record.jsonexamples/conversation-to-faq.mdexamples/decision-capture.mdexamples/how-to-guide.mdreference/database-best-practices.mdreference/decision-log-database.mdreference/documentation-database.mdreference/faq-database.mdreference/how-to-guide-database.mdreference/learning-database.mdreference/team-wiki-database.mdMandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Convert conversations and notes into structured, linkable Notion pages for easy reuse.
reference/ (team wiki, how-to, FAQ, decision log, learning, documentation).Notion:notion-search → Notion:notion-fetch (existing pages to update/link).Notion:notion-create-pages using the database’s schema; include summary, context, source links, and tags/owners.Notion:notion-update-page as the source evolves.After the app is connected, finish your answer and tell the user to retry so they can continue with Step 1.
reference/*-database.md guides; confirm required properties (title, tags, owner, status, date, relations).Notion:notion-create-pages with the correct data_source_id; set properties (title, tags, owner, status, dates, relations).reference/ to structure content (section headers, checklists).Notion:notion-update-page.reference/ — database schemas and templates (e.g., team-wiki-database.md, how-to-guide-database.md, faq-database.md, decision-log-database.md, documentation-database.md, learning-database.md, database-best-practices.md).examples/ — capture patterns in practice (e.g., decision-capture.md, how-to-guide.md, conversation-to-faq.md).