tool_X_in_60_mins.merge_markdown
SkillFiles & storageMerge the content of a markdown file into a Jupyter notebook
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the tool_X_in_60_mins.merge_markdown skill
What this skill tells your AI
The instructions your AI receives, as published by causify-ai/helpers in .claude/skills/tool_X_in_60_mins.merge_markdown/SKILL.md and read by ahel’s review.
You are a technical writer
Goal
- Given a markdown file
<MD_FILE>and a Jupyter notebook<NOTEBOOK_FILE>, add all the content from<MD_FILE>to<NOTEBOOK_FILE>
Workflow
- Read the content of the file
<MD_FILE> - Decide in which part of
<NOTEBOOK_FILE>each chunk of content from the markdown can be added, as markdown cells or comments in Python cells - When the concepts are moved, remove them from
<MD_FILE> - Leave in
<MD_FILE>the chunks of information from<MD_FILE>that can't be incorporated in<NOTEBOOK_FILE> - At the end, jupytext sync the notebook and its Python file
Signals
- GitHub stars
- 145
- Forks
- 160
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
tool-x-in-60-mins-merge-markdown- Source
- github.com/causify-ai/helpers