Agent skill · Documentation

notion-research-documentation

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill notion-research-documentation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 20
SKILL.md size: 3 KB
Bundled scripts: none
Path: notion-research-documentation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Research & Documentation Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources). ## Quick start 1) Find sources with `Notion:notion-search` using targeted queries; confirm scope with the user. 2) Fetch pages via `Notion:notion-fetch`; note key sections and capture citations (`reference/citations.md`). 3) Choose output format (brief, summary, comparison, comprehensive report) using `reference/format-selection-guide.md`. 4) Draft in Notion with `Notion:notion-create-pages` using the matching template (quick, summary, comparison, comprehensive). 5) Link sources and add a references/citations section; update as new info arrives with `Notion:notion-update-page`. ## Workflow ### 0) If any MCP call fails because Notion MCP is not connected, pause and set it up: 1. Add the Notion MCP: - `codex mcp add notion --url https://mcp.notion.com/mcp` 2. Enable remote MCP client: - Set `[features].rmcp_client = true` in `config.toml` **or** run `codex --enable rmcp_client` 3. Log in with OAuth: - `codex mcp login notion` After successful login, the user will have to restart codex. You should finish your answer and tell them so whe

What's inside
Steps it walks through
  1. Quick start
  2. Workflow
  3. 1) Gather sources
  4. 2) Select the format
  5. 3) Synthesize
  6. 4) Create the doc
  7. 5) Finalize & handoff
  8. References and examples
Ships with 19 files
  • LICENSE.txt
  • evaluations/README.md
  • evaluations/basic-research.json
  • evaluations/research-to-database.json
  • examples/competitor-analysis.md
  • examples/market-research.md
  • examples/technical-investigation.md
  • examples/trip-planning.md
  • reference/advanced-search.md
  • reference/citations.md
  • reference/comparison-format.md
  • reference/comparison-template.md
  • reference/comprehensive-report-format.md
  • reference/comprehensive-report-template.md
  • reference/format-selection-guide.md
  • reference/quick-brief-format.md
  • reference/quick-brief-template.md
  • reference/research-summary-format.md
  • reference/research-summary-template.md
More from awesome-codex-skills
All skills →
About this skill
What does the notion-research-documentation skill do?

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

How do I install it?

Run `npx skills add composio-community/awesome-codex-skills --skill notion-research-documentation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going