Doxaflow
by Matthew Ward
Professional technical documentation that converts code, APIs, and technical notes into professional, style-compliant documentation in a variety of formats.
Secure checkout via Stripe
Doxaflow
by Matthew Ward
Professional technical documentation that converts code, APIs, and technical notes into professional, style-compliant documentation in a variety of formats.
Secure checkout via Stripe
Included in download
- Setup and installation guidance
- Complete skill instructions
- Instant install
- One-time purchase
About This Skill
Stop prompting Claude to "write docs for this" and getting generic, superficial output that misses half the behavior. Doxaflow runs a structured intake process before writing anything — it knows your audience, your style guide, your output format, and your version. It reads code as the source of truth, flags conflicts when your notes say one thing and the implementation does another, and marks every information gap inline rather than papering over it. It even scans for credentials and API keys, giving you the choice to redact, keep, or remove them before they end up in your docs. The result isn't a plausible-looking document — it's an accurate one that's actually useful for the person reading it.
What it does
Stop prompting Claude to "write docs for this" and getting generic, superficial output that misses half the behavior. Doxaflow runs a structured intake process before writing anything — it knows your audience, your style guide, your output format, and your version. It reads code as the source of truth, flags conflicts when your notes say one thing and the implementation does another, and marks every information gap inline rather than papering over it. It even scans for credentials and API keys, giving you the choice to redact, keep, or remove them before they end up in your docs. The result isn't a plausible-looking document — it's an accurate one that's actually useful for the person reading it.
How it works
Doxaflow works through a structured five-step process. It starts by asking a short series of multiple-choice questions — audience, version, style guide, output format — before writing a single word. It then reads your source material and produces an interpretation summary for your review, flagging gaps, conflicts, and anything sensitive before proceeding. Once confirmed, it writes the documentation using the appropriate structure for your artifact type and applies your chosen style guide consistently throughout. Finally, it renders the output directly to your chosen format — Word, PDF, HTML, Confluence, README, or Markdown — and offers to generate an FAQ, save a reusable template, or reformat for another platform before wrapping up.
Why use this skill
- Guided intake process — every session opens with a structured Q&A that captures audience, version, style guide, language, and output format before a single word is written
- Six output formats in one skill — delivers Markdown, Word (.docx), PDF, HTML, README, and Confluence wiki markup natively, with no external tools required
- Gap detection, not gap filling — wherever source material is incomplete, Doxaflow inserts an inline callout marking exactly what's missing instead of inventing content to fill the hole
- Four built-in style guides — enforces Chicago, AP, Microsoft, or Google style consistently across voice, punctuation, heading case, and number formatting; or supply your own via file upload or URL
- Intelligent update mode — infers all settings from an existing document, shows a structured diff of what will change before writing begins, and preserves everything that isn't being touched
- Built-in security scanning — detects prompt injection attempts in uploaded files and flags credentials, API keys, and PII for user review before they appear in the output
📖 Learn more: Best Frontend & Design Skills for Claude Code →
Known Limitations
Prerequisites (read before choosing your output format)
Word (.docx) output requires:
- Node.js installed on your machine
- docx-js installed globally:
npm install -g docx
If either is missing, Doxaflow will notify you and deliver the Markdown file instead. You can install the dependencies and retry.
PDF output requires:
- LibreOffice (preferred — used to convert Word to PDF), or
- Python with ReportLab installed (used for standalone PDF without Word)
If neither is available, Doxaflow will notify you and deliver the Markdown file instead.
Markdown, HTML, README, and Confluence output have no dependencies — they work out of the box with no installation required.
Output Format Limitations
RTL languages (Arabic, Hebrew, etc.) — Markdown output has no native right-to-left layout support. RTL documents require Word or PDF output, which means the Node.js/LibreOffice prerequisites above apply.
Images — Doxaflow inserts placeholders ([Screenshot: description]) wherever visuals would help, but cannot generate or source images automatically. You must supply them.
Custom style guide via URL — if the URL is unreachable or the file cannot be read, Doxaflow falls back to Chicago and notifies you. It cannot retry automatically.
Workflow Limitations
Template save — only available on the Full Setup path. Quick Doc sessions do not offer a template.
Batch mode — runs silently in the background with no progress bar. You are notified when each document completes.
Update mode settings inference — Doxaflow infers style guide, TOC depth, and other settings from signals in the existing document. If the document is inconsistently formatted, inference may be imprecise. The inferred settings are always shown for confirmation before writing begins.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/doxaflow | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Tags
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
handoff-writer
Generate high-density technical handoffs to resume work across agents or team members without losing context.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.