Markdown Skill
SkillFiles & storageIngest Markdown and plain text files
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 Markdown Skill skill
What this skill tells your AI
The instructions your AI receives, as published by axoviq-ai/synthadoc in synthadoc/skills/markdown/SKILL.md and read by ahel’s review.
Reads a Markdown or plain text file and returns its content verbatim.
Setup
No external dependencies — uses only the Python standard library.
Standalone usage
import asyncio
from synthadoc.skills.markdown.scripts.main import MarkdownSkill
skill = MarkdownSkill()
async def main():
result = await skill.extract("/path/to/notes.md")
print(result.text) # file contents verbatim
asyncio.run(main())
When this skill is used
- Source path ends with
.mdor.txt - User intent contains:
markdown,text file,notes
Signals
- GitHub stars
- 1k
- Forks
- 123
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
markdown- Source
- github.com/axoviq-ai/synthadoc