Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Ingest Markdown and plain text files
.claude/skills/axoviq-ai-markdown/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 34% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -67% | 0% |
Reads a Markdown or plain text file and returns its content verbatim.
No external dependencies — uses only the Python standard library.
pythonimport 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())
.md or .txtmarkdown, text file, notesOther measured skills in the registry, with their headline benchmark lift.