Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
68
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Convert conversations and notes into structured, linkable Notion pages for easy reuse.
reference/ (team wiki, how-to, FAQ, decision log, learning, documentation).Notion:search → 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.Tool <name> not found, treat that tool as unavailable for the rest of the current task. Do not retry it with different arguments or call it again later; use Notion:search and Notion:fetch where sufficient.Notion:search call and include filters: {} when no narrower filter is needed. If several query variants are useful, issue separate searches instead of writing or or + inside one query string.Notion:fetch. Search can also surface external connected-source URLs; use those as context or citations, but do not feed them into fetch.parent and a pages array. For database-backed pages, fetch the database first and use the returned collection://... data source ID.Notion:notion-update-page with command: "update_content", properties: {}, and exact old_str / full replacement new_str pairs. For property-only edits, use command: "update_properties" with content_updates: []. The current deployed schema expects both top-level fields even when one is unused. Do not invent insertion-only commands.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).11c74d6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.