synthadoc skills
Synthadoc: An open-source LLM knowledge compilation engine that turns raw documents into structured, local-first wikis. A transparent, human-readable alternative to traditional RAG, which can be self-managed and self-improved without the use of any tools. 10 skills. skills-hub.ai mirrors 10 skills from synthadoc daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/axoviq-ai/synthadoc
Installing a synthadoc skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a synthadoc skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all synthadoc skills via API
curl https://skills-hub.ai/api/v1/skills?source=synthadoc
# Browse all sources
open https://skills-hub.ai/sourcesTop synthadoc skills
See all →The most-installed skills from synthadoc, ranked by adoption.
01xlsx
Extract data from Excel and CSV files
Buildfrom synthadoc02session
Extract conversation turns from AI session history files (.jsonl)
Buildfrom synthadoc03pdf
Extract text from PDF documents
Buildfrom synthadoc04image
Extract text from images using a vision LLM
Buildfrom synthadoc05docx
Extract text from Microsoft Word documents
Buildfrom synthadoc06web_search
Search the web and ingest results as wiki pages
Buildfrom synthadoc07pptx
Extract text from Microsoft PowerPoint presentations
Buildfrom synthadoc08url
Fetch and extract text from web URLs
Buildfrom synthadoc09markdown
Ingest Markdown and plain text files
Buildfrom synthadoc10youtube
Extract transcripts from YouTube videos via the YouTube caption system
Buildfrom synthadoc
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Sep 9, 2026, 4:33 PM (success).
synthadoc skills, frequently asked
What are synthadoc skills?
synthadoc skills are AI coding skills published by synthadoc (Synthadoc: An open-source LLM knowledge compilation engine that turns raw documents into structured, local-first wikis. A transparent, human-readable alternative to traditional RAG, which can be self-managed and self-improved without the use of any tools. 10 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many synthadoc skills are available?
skills-hub.ai indexes 10 skills from synthadoc, synced daily from the upstream GitHub repository (https://github.com/axoviq-ai/synthadoc).
How do I install a synthadoc skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official synthadoc skills?
Yes. Every skill from this source is mirrored from synthadoc's own GitHub repository (https://github.com/axoviq-ai/synthadoc). Each skill page links back to the upstream source of truth, so you can verify the original.