Docs & Writing
Docs & writing agent skills turn AI agents into dependable technical writers: READMEs, API references, PDFs and Word documents, changelogs, and style-guide enforcement. Install one and your agent produces the same structure and tone every time it writes.
-
arasz Bundle DocumentationUse when a task concerns the project's documentation tree itself — creating it where none exists, updating or amending documents in it, or migrating/reorganising an existing docs layout — and you must pick which specialized documentation skill covers it. This gateway routes; read manifest.json to choose a member and open that member's SKILL.md. Not for writing prose inside a document that already has a home.
-
arasz Bundle Multi Lane Report AssemblyUse when assembling outputs from 2+ parallel research/review lanes into one evidence-graded record: lift finding blocks verbatim from the authoritative full summaries (never the truncated delegation transcripts), enforce the lane contract (### F# — claim [GRADE], Evidence line), truncate at embedded '## Still open' headers, renumber, and gate the result.
-
arasz Bundle Update DocumentationUse whenever documentation must change to match something that already changed — after a code change, ADR, schema change or PR lands, and when the user says "update the docs", "document this", "add a how-to for X", "the README is wrong", "this doc is stale", or a reviewer reports docs drift. Also use before creating any new document, to decide where it belongs. Triggers include a doc that contradicts the code, a fact nobody can source, and a new page with no obvious home. Not for creating the docs tree (use scaffold-documentation) and not for reorganising it wholesale (use migrate-documentation).
-
arasz Skill Migrate DocumentationUse when an existing documentation tree must be reorganised wholesale — "migrate the docs", "reorganise docs/", hundreds of files with no structure, overlapping documents that contradict each other, a docs directory nobody can navigate, or documentation whose accuracy is unknown and must be established before anyone relies on it. Also use to resume a migration already in progress. Not for creating a tree that does not exist (use scaffold-documentation) and not for a single documentation change (use update-documentation).
Audited -
arasz Bundle Scaffold DocumentationUse when a repository has no documentation tree yet, or the canonical docs layout is missing, incomplete or was hand-created — "set up docs", "scaffold documentation", "create the docs structure", a fresh repo with only a README, a docs directory missing its directory READMEs, or a structure check that reports absent directories. Not for adding or editing a document (use update-documentation), and not for reorganising docs that already exist (use migrate-documentation).
-
hack23 Skill Documentation PortfolioRequired architecture documents including current/future state diagrams, data models, flowcharts, state diagrams, mindmaps, and SWOT analysis
-
hack23 Skill Gh Aw Workflow AuthoringMaster GitHub Agentic Workflows authoring - markdown syntax, natural language instructions, YAML frontmatter, compilation, and workflow patterns
Audited -
ortus-boxlang Skill Boxlang Code DocumenterUse this skill when adding documentation comments to BoxLang code: writing function/class Javadoc-style comments, documenting arguments, return types, exceptions, examples, or generating structured API reference documentation for BoxLang classes and BIFs. Comments written with these conventions are compatible with DocBox API documentation generation.
-
tfcbot Skill Weekly ReportSynthesize a weekly winners + losers report via Zernio + Gemini.
-
tfcbot Skill Transcribe VideoTranscribe a video with word-level timing via VidJutsu.
-
math-inc Skill Nano PDFEdit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.
Audited -
math-inc Skill PlanPlan mode for Gauss — inspect context, write a markdown plan into the active workspace's `.gauss/plans/` directory, and do not execute the work.
Audited -
math-inc Bundle Ocr And DocumentsExtract text from PDFs and scanned documents. Use web_extract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.
-
zebbern Bundle PPTXUse this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
-
zebbern Skill Debug FixFind and fix a bug or issue — from any source (GitHub issue, error message, user report, or observed behavior)
-
zebbern Bundle Synack ReportSYNACK-REPORT
-
zebbern Bundle Markdown ReportGenerate generic markdown vulnerability reports for internal documentation, private disclosure, or non-platform submissions. Use when not submitting to HackerOne/Bugcrowd or when portable format is needed.
-
zebbern Bundle Intigriti ReportINTIGRITI-REPORT
-
l-lesteryu Bundle Qmd Zh本地混合搜索 Markdown 笔记和文档。适用于搜索笔记、查找相关内容或从已索引的文档集合中检索文档。
-
l-lesteryu Bundle Nano PDF Zh使用自然语言指令编辑 PDF 文件,通过 nano-pdf CLI 实现。
-
l-lesteryu Bundle Summarize Zh使用 summarize CLI 对 URL 或文件进行摘要(网页、PDF、图片、音频、YouTube)的中文版本
-
l-lesteryu Bundle Word DOCX创建、检查和编辑 Microsoft Word 文档和 DOCX 文件,支持可靠的样式、编号、修订跟踪、表格、节和兼容性检查。适用于以下场景:(1) 任务涉及 Word 或 `.docx` 文件;(2) 文件包含修订跟踪、批注、域、表格、模板或页面布局约束;(3) 文档需要在往返编辑后保持格式不漂移。
-
jayden-dang Bundle Define ProjectEstablishes or updates the repo-level documentation layer — docs/product/vision.md, docs/architecture/ invariants, and docs/product/guidelines.md. Run it with /establish- project.
-
jayden-dang Bundle Define System DocAuthors or updates one Hybrid 1A system-documentation artifact at the catalog's canonical path. Run with /define-system-doc <entry-key>.
-
jayden-dang Bundle Life Log LearningUse after a practice session — appends a practice log and updates the track streak, last_practice, and next_action from the user's report.
-
jayden-dang Bundle Life Sync WorkspacesUse when reconciling disk folders under configured roots with the project registry — produces an advisory orphan/missing report without auto-creating projects.
-
1mangesh1 Bundle ChangelogChangelog generation, release notes, semantic versioning, and release management. Use when user asks to "write a changelog", "generate release notes", "bump version", "follow conventional commits", "create a release", "update CHANGELOG.md", "write migration guide", "document breaking changes", "set up automated releases", "configure semantic-release", "add deprecation notice", "keep a changelog", "version a project", "squash commits before release", "manage pre-releases", "automate versioning", or any versioning, changelog automation, release notes, and release documentation tasks.
-
1mangesh1 Skill API DesignREST API design patterns, structure, and best practices. Use when user asks to "design a REST API", "create API endpoints", "write OpenAPI spec", "design API routes", "add pagination to API", "version an API", "create API schema", "design webhook endpoints", "structure API responses", "implement HATEOAS", "design API errors", "API versioning", "API deprecation", "rate limiting design", or mentions REST API design, endpoint naming, HTTP methods, status codes, API best practices, request/response design, or API documentation.
Audited -
wddxh Bundle Creator Create AssetsCreator为新资产创建完整Markdown文件,包含视觉描述和图像生成提示词。
-
markbaindesign Skill IssueReport a QA issue for the current project. Assigns a reference number, creates a structured file in qa/qa-inbox/, and logs it. Invoke when you want to register a bug, visual problem, or QA item without running the full /qa workflow.
-
markbaindesign Skill Brand DocConvert a Markdown file to a Bain Design branded PDF using the brand-doc tool.
-
markbaindesign Skill ChangelogUpdate the project CHANGELOG.md at release time. Reads git log since last tag and QA review-passed items, proposes a semver version bump, and writes a Keep a Changelog formatted entry. Invoke before /release-report and /review-checklist.
-
markbaindesign Skill Release ReportGenerate a client-facing release report from CHANGELOG.md. Plain English, no technical jargon. Outputs a dated markdown file and optionally creates a Gmail draft. Run after /changelog at release time.
-
markbaindesign Skill Review ChecklistGenerate a pre-release QA checklist from CHANGELOG.md. Creates an Asana task (or markdown fallback) with one checkbox per changed item. Pass --walk to run an interactive sign-off session. Failed items go to qa/qa-inbox/.
-
markbaindesign Skill Tech Access RequestGenerate a personalised Tech Access Request doc for a client — greets them by name and lets pre-obtained items be checked off. Produces a branded PDF via brand-doc. Trigger phrases " tech access request", "access request doc", "/tech-access-request".
-
thiennc-tesoglobal Bundle Swift API Design GuidelinesApply Swift API Design Guidelines to names, argument labels, mutating/nonmutating pairs, protocols, and documentation comments. Use when designing or reviewing Swift APIs for clarity at the call site; file and project organization belongs to the relevant architecture/UI skill.
Frequently asked questions
What are Docs & Writing agent skills?
Docs & writing agent skills turn AI agents into dependable technical writers: READMEs, API references, PDFs and Word documents, changelogs, and style-guide enforcement. Install one and your agent produces the same structure and tone every time it writes.
Which Docs & Writing skills are most installed?
Popular Docs & Writing skills on SkillMD right now include debug-fix, intigriti-report, documentation. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Docs & Writing skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.