Notion/knowledge-capture — Agent Skills | officialskills.sh
Back to skills

knowledge-capture

communitydocs

Converts chat conversations and discussions into structured Notion pages.

Setup & Installation

npx skills add https://github.com/makenotion/notion-cookbook --skill notion-knowledge-capture
or paste the link and ask your coding assistant to install it
https://github.com/makenotion/notion-cookbook/tree/main/skills/claude/knowledge-capture
View on GitHub

What This Skill Does

Converts chat conversations and discussions into structured Notion pages. Extracts key information, classifies it by content type (how-to, decision record, FAQ, post-mortem, etc.), creates the page in the right location, and links it into existing navigation so it can be found later.

Manual documentation skips the linking step, leaving pages orphaned — this skill creates the page and updates hub pages and indexes in the same pass so the content is actually discoverable.

When to use it

  • Saving a technical decision from a chat thread as a formal decision record in Notion
  • Turning a debugging session into a step-by-step how-to guide linked from the team wiki
  • Converting a Q&A exchange into FAQ entries with proper tags and category properties
  • Writing up a production incident as a post-mortem page under the relevant project
  • Capturing architecture notes from a code review into a searchable documentation database