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.
-
emaballarin Skill StopEnd the current autoresearch run — append a `status:stopped` sentinel to `./.ar/ar.jsonl`, which is also what halts the external `ar-loop.sh` driver. Use for `/ar:stop`, "stop the loop", "halt autoresearch", or "that's enough iterations". Writes the sentinel and the final report, then prints (does not run) the command to return to the original branch. Never reverts or discards work — every kept commit stays on the experiment branch.
-
emaballarin Skill ReportWrite the final summary of an autoresearch run to `./.ar/final_report.md` — trajectory, best commit and its diff, what worked, what failed, and what to try next. Use for `/ar:report`, "write up the autoresearch results", or "summarise the experiment loop". Reads `./.ar/ar.jsonl` from disk, so it works in a fresh session. Writes only the report; never iterates, commits, or reverts, and leaves the loop able to continue.
-
emaballarin Bundle Figure StylePublication-grade figure correctness and legibility rules for final-deliverable figures — not every plot. Quick look or iterating on the analysis (EDA scatters, sanity-check histograms)? Plot plainly without this skill. Producing a figure that ships — report, paper, export, or a file you keep — load this skill first and call `apply_figure_style()` — sets a role-mapped font-size ladder, outward ticks, frameless legends, and 300-dpi output. The skill is a checklist, not a house look: data fidelity (claim-titles tested against every row, excluded data never enters summaries), label economy (floor and ceiling), colour threading, chart-choice-by-data-shape, layout, and a render-then-verify QA loop (bbox collision + per-panel perceptual check). Ships helpers: focal_palette, bar_with_points, strip_with_median, end_of_line_labels, panel_letter, set_frame, panel_crops. For multi-panel figures load `figure-composer`; for whole-paper figure arc load `paper-narrative`.
-
emaballarin Skill Doc CoauthoringGuide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
Audited -
xiaoshuai1024 Bundle Code Doc MakerMaintains and expands Markdown documentation for a repository. Use when the user asks to 补齐/完善/整理 Markdown 文档、更新 README/目录、或新增面试笔记结构。Enforces — root README aggregates all content; hand-writing docs are 思路 then 代码链接; basic notes are rewritten into fluent sentences without losing technical accuracy.
-
aipoch Bundle Figure StylePublication-grade correctness and legibility rules for final-deliverable scientific figures, not exploratory plots. Use for a figure that will ship in a report, paper, export, or kept artifact. Covers data fidelity, label economy, color threading, chart choice, layout, and render-then-verify QA without imposing a visual house style. For multi-panel composition use `figure-composer`; for whole-paper ordering use `paper-narrative`.
-
ashfulcra Bundle Fulcra Lab ResultsParse a lab-report PDF (LabCorp, Quest, hospital labs — any provider) into one canonical Fulcra data track per marker (LDL-C, HbA1c, TSH, ferritin, …). You read the PDF; the fulcra-labs engine normalizes units, validates, and ingests. Verify-before-ingest: nothing is written without passing validation or explicit operator confirmation. Use when the operator says 'parse my labs', 'import my LabCorp/Quest results', or hands over a lab-report PDF.
-
meleantonio Bundle Ilya SutskeverApplies the reasoning style of Ilya Sutskever (deep learning pioneer, co-founder of OpenAI and Safe Superintelligence Inc.) to problems involving AI architecture, scaling laws, alignment, and research strategy. Reach for this skill whenever discussing machine learning paradigms, the limits of compute and data, AGI timelines, superintelligence safety, or deciding between hardcoding vs. learning. Trigger this skill for questions about next-word prediction, reinforcement learning efficiency, generalization gaps, and transitioning from brute-force scaling to fundamental research, even if the user doesn't explicitly name him.
-
xiduzo Bundle Wtf HealthThis skill should be used when a developer or lead wants a project status overview — for example "what's the state of the project", "show me what's blocked", "project health check", "what tasks are stuck", "standup summary", "how many issues are unverified", "what's left in this epic", "show me what needs attention", "what's been implemented but not verified", or "what's blocking the release". Scans all open WTF issues and produces a triage-ready health report with actionable next steps.
-
xiduzo Bundle Wtf Report BugThis skill should be used when a developer or QA engineer wants to report a bug, create a bug ticket, document a test failure, log a defect, file an issue found during a QA session, or report something that is broken — for example "report a bug", "create a bug ticket", "I found a defect", "something is broken in task
-
xiongxianzhu Bundle Dingtalk Log钉钉工作日志生成器。当用户需要写钉钉日志、工作日报、每日工作汇报、今日完成任务总结时使用此 skill。用户只需输入简短的任务关键词(换行逐条),skill 会自动将其润色为专业正式的职场语言,输出纯文本编号列表(1. 2. 3.),可直接复制粘贴到钉钉。当用户提到「写日志」「日报」「钉钉日志」「今日工作」「工作汇报」「daily report」等关键词时,务必激活此 skill。
-
xiongxianzhu Bundle Seedance StoryboardSeedance 2.0 / 即梦 / 小云雀 / 沉浸式短片分镜脚本与视频提示词生成器。支持 4–15 秒时长、16:9 横屏与 9:16 竖屏、电影级工业分镜 + ≤2000 字中文提示词。当用户提到 AI 视频分镜、Seedance 提示词、即梦视频脚本、镜头序列、运镜描述、音画一体短片、沉浸式短片分镜时触发。仅输出 Markdown 分镜脚本与可拷贝提示词,不调用生视频 API。
-
yakoub-ai Bundle Phaser FeedbackThis skill should be used when the user pastes raw player feedback, playtester notes, bug reports, Discord or Reddit comments, itch.io comments, App Store reviews, QA notes, or a list of complaints about their Phaser game, or asks to "triage this feedback", "fix what players reported", "reproduce this bug report", "act on playtest notes", "turn feedback into tests", "what should I fix first", or "respond to this reviewer". Use it whenever feedback about a running game needs to become reproducible tests, prioritised fixes, and a verified re-release.
-
zakelfassi Skill Flag AddAdd a CLI flag to shipctl end-to-end — argument parser definition, help text, shell completion scripts, documentation, and tests. Use when adding a new option or flag, when extending an existing subcommand, or when asked to "add a --flag-name option".
-
zakelfassi Skill Bug TriageTriage a bug report into an actionable GitHub issue with severity, reproduction steps, and assignment. Use when a bug is reported, when error logs need investigation, or when asked to file/triage an issue.
-
zhuqingxun Skill Ppt Create从目录或文件一键生成最高质量 PPT。支持 Markdown 输入和图片资产。 当用户提到"生成 PPT""做 PPT""创建演示文稿""ppt:create"时触发。 也适用于: 用户提供了 markdown 文件或目录并要求转化为 PPT 的场景。
-
zhuqingxun Skill Ppt Refine对 ppt:create 已生成的 PPT 做自然语言追加调整 (必须有 .ppt-workdir/slide-plan.yaml). 当用户提到"调整 PPT""修改 PPT""ppt:refine""PPT 微调"时触发.
-
zhuqingxun Skill Insight Nblm使用 NotebookLM 生成增强输出(精美 PPTX、播客音频、视频等)。需已有 NotebookLM notebook。 当用户提到"生成播客"、"做视频"、"精美PPT"、"nblm"、"NotebookLM 增强"时触发。
-
zhuqingxun Skill Rpiv Loop Delivery Report生成功能交付报告,聚合所有 RPIV 工件为面向外部的交付摘要
-
zhuqingxun Skill Rpiv Loop Execution Report记录实施过程、验证结果与计划偏离,供交付报告聚合
-
lftpadilla Skill PDFWork with PDF files using the environment's built-in PDF and document tools. Use when the user wants to inspect, summarize, split, merge, compress, or convert PDFs.
-
lftpadilla Bundle Word DOCXCreate Microsoft Word .docx documents from a title and body text. Use when the user asks for a Word file, .docx, formal letter, proposal, quote, report, or document to edit/share in Microsoft Word.
-
lftpadilla Bundle Overnight TaskOperate as an unsupervised, long-running task with no user questions after the user explicitly invokes that mode. Run a mandatory Plan + Research phase before execution, keep a journal and checkpoints, produce a final report, and only run shutdown or production steps when explicitly authorized in the same session.
-
azuread Skill Design ReviewerAddress review comments on design spec markdown files. Use this skill when a developer has added review comments (via the VS Code Comment API or manually) and wants the AI to address them. Triggers include "address review comments", "handle my review", "review comments on", or any request to process inline review feedback on a design spec.
-
azuread Bundle Copilot Review AnalystAnalyze GitHub Copilot code review effectiveness across Android Auth repositories. Collects all Copilot inline review comments via GitHub API, classifies them as helpful/declined/incorrect/unresolved through reply analysis, diff verification, and AI-assisted classification, then generates a report with Copilot precision plus per-repo and per-engineer statistics. Use this skill when asked to "analyze Copilot reviews", "measure Copilot review effectiveness", "generate Copilot review report", "how helpful are Copilot reviews", "run review analysis", or any request to measure/report on GitHub Copilot code review quality and adoption.
-
cyijun Skill PPTX AuthorProduce a .pptx file on disk for headless Chinese A-share market research, using python-pptx with Chinese font support. Use when no controllable Office session is available.
-
atman-33 Bundle Report WriterCreate or update a supplementary report when the user asks レポートにまとめて レポートを作成して report this summarize into a report create a report or write findings to docs/reports.
-
atman-33 Bundle Manual Verification DocsOrganize post-implementation manual verification steps, execution methods, and expected results into a checklist-oriented dated Markdown report. Use when the user asks for verification steps, acceptance checks, expected outcomes, or manual test notes for UI, API, job, permission, or notification changes after implementation.
-
peterblazejewicz Skill Documentation And AdrsRecords architectural decisions and writes durable documentation for .NET/C# projects — ADRs, XML doc comments, OpenAPI/Swagger, README with dotnet CLI commands, CLAUDE.md pointers. Use when making architectural decisions, changing public APIs, shipping features, or recording context that future engineers and agents will need.
-
peterblazejewicz Skill Source Driven DevelopmentGrounds every .NET/C# implementation decision in official documentation (Microsoft Learn, EF Core docs, ASP.NET Core docs, Avalonia docs, NuGet README). Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any .NET framework or library where correctness depends on version-specific APIs.
-
wrm3 Skill Project SetupInitialize new projects with proper structure, documentation, and configuration. Use when setting up new repositories or project scaffolding.
-
wrm3 Bundle Atlassian IntegrationComplete integration with Atlassian products (Jira, Confluence, Bitbucket, Trello) for project management and documentation
-
daviddwlee84 Bundle Userscript DevelopmentBuild and debug userscripts for Tampermonkey and Violentmonkey. Use when editing .user.js files, adding page tools or hotkeys, exporting Markdown, fixing SPA or GM API issues, testing with Chromium/Firefox fixtures or real managers, comparing reference extensions, or assessing Safari Userscripts support. Covers sandbox boundaries, UI isolation, browser setup, and evidence-based compatibility claims.
-
junerdd Bundle BugbotDetect introduced production bugs in local branch or uncommitted changes, persist the review as a fresh Markdown report, then repair confirmed findings and verify the fixes. Use when the user requests Bugbot detection or when conversation context shows an unambiguous intent to act on a Bugbot report; detection does not modify reviewed code or Git state.
-
junerdd Bundle Grill MeDeeply pressure-test a plan or design by asking one question at a time until assumptions, tradeoffs, risks, failure modes, and scope edges are explicit. Use when the user asks to be grilled, wants a plan or design stress-tested, or needs the live conversation kept in sync with a local Markdown Q&A log.
-
junerdd Bundle Plan ModeCreate or update an editable Markdown implementation plan with code references, decisions, and todos. Use when the user requests a plan, planning-only work, a saved plan file, or architecture and tradeoff analysis as the deliverable. Task complexity or multiple files alone should not activate a planning-only approval gate during authorized implementation.
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 seedance-storyboard, stop, report. 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.