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.
-
junerdd Bundle Code ReviewPerform a deep, scoped review of diffs, pull requests, working trees, files, or pasted code. Use for `/code-review`, merge-safety assessment, or one bounded post-implementation review. Produce a product-grounded report with coverage and issue lineage; keep review read-only and continue already-authorized fixes only after freezing the report.
-
junerdd Bundle Github Context7 ResearchReconcile current or version-specific third-party library documentation from Context7 with read-only GitHub evidence from source, types, tests, examples, releases, issues, pull requests, and commits. Use when implementing against an external library, SDK, or framework; diagnosing behavior the docs do not fully explain; checking whether an API changed; or asking how an open-source dependency actually works. Do not use for ordinary questions about the current repository that need no external library evidence.
-
masashifukuzawa Skill Context Handoff作業状態を別セッションや別エージェントへ渡す再開可能な引き継ぎ文書を作る。中断・担当交代・セッション切替の時に使う。「別セッションへ引き継いで」「再開用文書を作って」「引き継ぎを作って」を正のトリガーとし、現在地を判断者へ報告するだけなら progress-report を使う。
-
masashifukuzawa Bundle Progress Report長時間作業や自律実行の進捗を、背景を知らない判断者向けに再構成して報告する。状況・現在地・次の判断を求められた時に使う。「今どうなってる」「どこまで進んだ」「進捗を報告して」を正のトリガーとし、次の作業者がそのまま再開するための文書には context-handoff を使う。
-
askairo Bundle Weekly ReportWrite the user's weekly work report from screenshots or pasted task lists, using the existing Obsidian business weekly-report format, historical functional-area wording, and the configured weekly template. Use when the user says to write a weekly report, provides a screenshot of task titles, asks to refer to previous format or functional domains, or asks to update the business weekly report file.
-
benoror Skill Last 1on1Show when you last had a 1:1 with each direct report / peer, sorted by recency. Flags people who haven't had one in N weeks. Powered by the OneOnOnes view on Meetings.base.
Audited -
benoror Skill Followup TodosExtract action items as plain markdown bullets (with confirmation). Args: <path>. No args = run [/note-status pending --step=todos](../note-status/SKILL.md#pending-mode).
Audited -
benoror Bundle Obsidian MarkdownCreate and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
-
cnife Bundle Worklog从多个数据源收集用户活动轨迹 → 分析并区分工作与个人内容 → 排版为 PDF → 投递到邮箱。触发词:「发日报」「生成日报」「发我的今天」「今日汇总」「日记 PDF」「每天总结」「保存日志」「生成日报发邮件」。当你发现用户需要做每日回顾、日志汇总、生成日报 PDF 并发送时触发。
-
conceptadev Bundle Superdeck PresentationsCreate, review, or edit SuperDeck presentations and presentation apps. Use when working with `slides.md`, SuperDeck Markdown syntax, fullscreen slides, `@section`/`@block`/`@widget` layout, built-in widgets such as `@image`, `@dartpad`, `@webview`, and `@qrcode`, custom Flutter widgets, `DeckOptions`, `BlockVariant`, slide parts, templates, styles, images/assets, CLI builds, plugins, or validation of SuperDeck deck behavior.
-
daehounan Skill Knowledge Content RoutingTwo niche knowledge specialists not covered by existing document-format / documentation skills — Zettelkasten knowledge graph stewardship and enterprise training curriculum design. Use when the user wants to build a Luhmann-style atomic-note knowledge base with connectivity validation, or design a multi-track enterprise learning program with internal trainer development and effectiveness evaluation. For document generation by file format, use existing anthropic-skills. Triggers on Zettelkasten, Luhmann, atomic notes, connectivity validation, knowledge graph stewardship, enterprise training curriculum, internal trainer development, blended learning program design, learning effectiveness evaluation.
Audited -
agent-kit-startup Skill Mission Kit CommsDraft Mission Kit adoption posts (recap, release, contributor-ask) with dual-name, claim checks, per-channel checklists, and HITL-before-post. Use when spreading the word, social copy, changelog recaps, or community replies.
Audited -
krishagel Bundle DOCXComprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
-
krishagel Bundle PPTXPresentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
-
krishagel Bundle Sop CreatorGenerate Peninsula School District Standard Operating Procedures using the official PSD SOP template and conventions. Conducts a structured interview to gather all required information before drafting. Use when creating new SOPs, updating existing procedures, or drafting operational documentation for any district department. Triggers on requests to create SOPs, standard operating procedures, operational procedures, process documentation, or procedural guides for PSD.
-
krishagel Bundle PDF To MarkdownConvert PDF to clean Markdown with image content described as text. Use when user wants to convert a PDF to markdown, extract content from PDF, or prepare PDF content for AI tools.
-
matrixfounder Bundle DOCXUse when the user asks to create, edit, convert, validate, preview, or password-protect Microsoft Word .docx documents. Triggers include "markdown to docx", "docx to markdown", "fill Word template", "accept tracked changes", "validate docx", "preview docx as image", "encrypt/decrypt docx", and related .docx round-trip or template-fill tasks.
-
matrixfounder Bundle PPTXUse when the user asks to create, edit, convert, preview, clean, or password-protect Microsoft PowerPoint .pptx presentations. Triggers include "markdown to pptx", "pptx to markdown", "slides from outline", "mermaid in slides", "pptx to pdf", "slide thumbnails", "drop orphan slides", "OCR slide images", "encrypt/decrypt pptx", and related presentation or OOXML round-trip tasks.
-
matrixfounder Bundle Marp SlideUse when users request slide creation, presentations, or Marp documents. Creates professional Marp slides with 7 themes (default, minimal, colorful, dark, gradient, tech, business). Supports custom themes, image layouts, and "make it look good" requests.
-
digi4care Bundle Opencode MasteryComplete OpenCode knowledge base with live documentation access. Use for questions about OpenCode CLI, skills, plugins, tools, agents, SDK, or configuration. Automatically searches official docs via Context7 API with local fallback.
Audited -
digi4care Bundle Test Driven DevelopmentEnforce Test-Driven Development discipline. Write failing test first, then minimal code, then refactor. Use when writing production code or implementing features. Do not use for debugging, documentation, or configuration tasks.
-
facebook Skill Test LocomotionTest locomotion system (slide, snap turn, teleport, jump) against the locomotion example using the iwsdk CLI.
-
internscience Bundle PDF Dft ExtractorExtract DFT calculation coordinates from PDF files and generate Gaussian gjf files. 从PDF文件中提取DFT计算坐标并生成Gaussian gjf输入文件。 Supports batch processing with separate output folders for each PDF. 支持批量处理,每个PDF单独生成输出文件夹。
-
internscience Bundle Literature Parsing将 PDF 文献转换为 Markdown 文件,并提取所有图表图片。使用 MinerU (opendatalab) 进行工业级高质量解析。
-
internscience Bundle Mol Paper Renderer论文级分子渲染工具。使用 xyzrender 生成出版质量的 SVG、PNG、PDF 和 GIF 动画。支持过渡态、非共价相互作用、分子轨道、晶体结构等高级功能。
-
internscience Bundle Chem Data ExtractorExtract structured chemical compound characterization data from chemistry supplementary material documents (PDF/Markdown). 从化学论文补充材料(PDF/Markdown)中提取结构化化合物表征数据。 Use when Kimi needs to extract compound properties including NMR spectra, HRMS, HPLC data, melting points, optical rotation, and yield information from chemistry research papers or supplementary materials. 支持提取NMR谱图、HRMS、HPLC数据、熔点、旋光度、产率等信息。 Supports both single compound extraction and batch extraction of all compounds. 支持单个化合物提取和批量提取所有化合物。
-
internscience Bundle Mineru PDF ConverterConvert PDF files to Markdown using MinerU API. 使用MinerU API将PDF文件转换为Markdown格式。 Use when Kimi needs to extract structured text, images, tables, and formulas from PDF documents while preserving document layout and formatting. 适用于需要提取结构化文本、图片、表格和公式并保留文档布局的场景。 Supports batch conversion and outputs full.md with images/, JSON metadata, and other extracted assets. 支持批量转换,输出full.md、images/目录、JSON元数据等。 Now supports large PDFs (600+ pages) by automatic splitting and merging. 现已支持大文件(600+页)自动拆分和合并处理。
-
luka-zivkovic Bundle Natural WritingDraft or revise multi-sentence human-facing prose such as blog posts, articles, essays, newsletters, landing copy, and narrative documentation. Match the author's or project's established voice; when none exists, use a plainspoken house style that avoids canned AI scaffolding, showy vocabulary, repetitive rhythm, and decorative analogies while preserving claims, uncertainty, caveats, and quoted spans exactly. Use for editing prose around quotations as well as prose without them. Do NOT use for code, code comments, commit messages, one-line UI strings, or API, legal, and reference text whose exact terminology is load-bearing.
-
alter123-zz Bundle Earnings Tracker公司财报追踪器。自动追踪科技公司财报发布日期并生成摘要。Keywords: 财报, earnings, financial report.
-
kreek Bundle DocumentationUse for docs describing existing code: READMEs, runbooks, API docs, module docs, comments.
-
tokenrhythm Bundle DOCXRead, inspect, edit, or create Microsoft Word `.docx` documents, including structured text extraction, style-preserving edits, tracked-change review, and generation from a brief.
-
tokenrhythm Bundle PPTXRead, inspect, edit, or create PowerPoint `.pptx` presentations, including text extraction, template-preserving changes, slide review, and generation from a brief.
-
tokenrhythm Bundle Web SearchThis skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
-
tokenrhythm Bundle PDF ToolkitStructured `.pdf` operations: extract text/tables, merge pages from multiple PDFs, split a PDF by page ranges, fill PDF form fields, and generate fresh PDFs from JSON. Trigger when the user wants deterministic programmatic PDF work — examples: pull tables from a report, combine three PDFs, extract pages 5-12, fill a tax form, or build a new PDF from data. This is the single public PDF entry and uses pypdf, pdfplumber, and reportlab.
-
tokenrhythm Skill Meta PDF IntelligenceUse this meta-skill instead of answering directly when the user needs PDF analysis, pasted PDF excerpt analysis, digesting, comparison, or question answering that benefits from multi-skill orchestration across PDF extraction, summarization, cross-document synthesis, traceable evidence indexing, and memory capture.
-
tokenrhythm Skill Meta Research To Slide DeckUse this meta-skill instead of answering directly when the user needs a researched presentation, leadership briefing, competitive analysis deck, or source-backed slide outline that benefits from multi-skill orchestration across search, source curation, synthesis, slides, and document export.
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 mol-paper-renderer, natural-writing, code-review. 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.