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.
-
green-pt Skill Honey Memory 2Create and maintain one committed per-project memory file (PROJECT.md) so agents stop re-discovering the same facts every cold session. Stores only the stable, expensive-to-rediscover, not-in-the-code context — architecture + why, build/test/run commands, decisions and dead-ends — as human-readable markdown, versioned with the code so it can't silently rot. Use when asked to set up project memory/context, stop agents re-grepping the codebase, scaffold or refresh a PROJECT.md / CLAUDE.md memory section, or cut cold-start rediscovery cost. Prose context only — never code, config, or data.
-
kdeldycke Skill File Bug Report 2Write a bug report for an upstream project. Read its contribution guidelines, issue templates and community norms first, then produce a markdown file ready to paste.
-
axisrobo Skill Arch Report 2Generate documentation from an architecture diagram or validation report. Produces Confluence-ready pages, executive summaries, or risk briefs. Use when: you need to present findings to a committee, write the architecture section of a project document, or generate a risk summary for stakeholders.
-
axisrobo Bundle Arch Validate 2Validate a technical architecture diagram image against enterprise architecture standards. Scores six dimensions (10 pts total), outputs structured JSON + text report. Use when: reviewing a draw.io export, checking a new design before committee review, or running CI validation on a committed diagram.
-
axisrobo Skill Arch Req Merge 2Merge multiple partial requirements YAML files from different readers into one consolidated req.yaml. Detects field conflicts between sources, identifies critical gaps, and produces a gap report. Run after all readers, before the gap-filling interview in arch-requirements.
-
xberg-io Skill API 2Use tree-sitter-language-pack api reference documentation.
-
getstoreconnect Bundle Storeconnect Platform 3Entry point for all StoreConnect work — the Salesforce-native commerce, POS, CMS, and website platform. Covers asynchronous synchronization, connecting StoreConnect tools for a store, the tool-preference order, the human-approval gate on publishing, what only Salesforce tooling can do, canonical documentation, and which of the twelve specialist StoreConnect skills to load next. Load first whenever a request involves StoreConnect, a StoreConnect store, storefront, Liquid theme, product catalog, checkout, point of sale, or an `s_c__` Salesforce object.
-
haifai-ai Bundle Dsh Prose Standard 2Use when writing, reviewing, restoring, trimming, or auditing prose in the deepseek-harness repo, including deciding where documentation or comments are required across Markdown, JSDoc, code and test comments, prompts, descriptions, diagnostics, and CLI or UI strings.
-
aspectrr Skill QA Only 2Same QA methodology as the qa skill but report-only — no code changes. Use when you want a pure bug report without fixes, or when reviewing someone else's work.
-
cachemoney Bundle Diataxis 2Structure, classify, and write documentation using the Diátaxis framework. Use when writing docs, README files, guides, tutorials, how-to guides, API references, or organizing documentation architecture. Also use when asked to improve documentation, restructure docs, decide what type of doc to write, or classify existing content. Covers tutorials, how-to guides, reference, and explanation.
-
lionelsimai Skill Documentation Writer 2Write technical documentation, API docs, and user guides. TRIGGERS - Use when user wants technical docs, API documentation, user guides, or developer docs.
22 -
ichichuang Bundle PDF Verification CLI Enhanced 2PDF Report Generation with Command-Line Tools
0 -
ichichuang Bundle PDF Verification CLI Enhanced 657992 2PDF-to-Report Generation Workflow
0 -
ichichuang Bundle PDF Download Extract Fallback Enhanced 2PDF Download and Extract with Ordered Fallback
0 -
ichichuang Bundle PDF Download Extract Fallback Enhanced 29b2f4 2PDF Extract and Create Workflow
0 -
simonwong Bundle Rewrite En2zh 2将英文内容重写为简体中文。用于英文文章、文档、博客的中文重写。使用 deverbalization 技巧,理解原意后脱离英文外壳,用中文自然表达,而非逐字对照。保留 Markdown 格式、AI 专有名词。
-
equinor Bundle Fusion Help API 2Guides developers and admins through direct interaction with the Fusion Help REST API — reading articles, FAQs, release notes, searching content, and managing help documentation programmatically. USE FOR: fetch help articles from API, integrate help content in app, search help content, manage help documentation via API, automate help content, build help tooling. DO NOT USE FOR: using the fhelp CLI tool (use fusion-help-docs skill), modifying Fusion.Services.Help backend code, or non-help-API tasks.
-
equinor Bundle Fusion Help Integration 2Wires Fusion Help Center into app pages — creates article slug constants, adds useHelpCenter hook, and connects PageLayout props so users can open contextual help articles. USE FOR: add help button to page, wire useHelpCenter, create helpArticles constants, integrate Fusion Help in app, connect PageLayout to help center, add openHelpArticle to page. DO NOT USE FOR: authoring markdown help articles (use fusion-help-docs), direct Help REST API calls (use fusion-help-api), modifying @fra/ui shared components.
-
cacr92 Bundle PDF 2Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
-
cacr92 Skill Image Enhancer 2Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
-
lensetek Skill Obsidian Vault Manager 2Manages Obsidian Vault integration, formats Markdown deliverables with YAML frontmatter and Wikilinks, generates Map of Content (MOC) index notes, and extracts task items from Obsidian notes.
-
lensetek Skill Spmi Accreditation Draft Builder 2Auto-assembles Markdown draft sections for Laporan Evaluasi Diri (LED) and LKPS using actual SPMI database documents, compliance checklist scores, and evidence links.
-
martinffx Skill Spec Implement 2Continue an approved Spec-backed workflow when the user says "implement", "go", "start", or "do it". After Codex Plan Mode, persist the next missing design.md or plan.json artifact and stop. When both artifacts exist, execute plan.json with TDD and report between batches.
-
microsoft Skill Planner Status Report 2Generates a Microsoft Planner status report for one plan, using task status, owners, dates, priorities, buckets, risks, wins, progress, upcoming commitments, and milestones.
2.7k -
nagisanzenin Bundle Technical Writer 2[production-grade internal] Generates documentation when you need to explain code — API references, developer guides, READMEs, architecture overviews. Routed via the production-grade orchestrator.
-
neonwatty Skill Review Learnings 2Synthesizes accumulated QA learnings from .qa-learnings/ledger.md into prioritized, actionable plugin improvements. Use when the user says "review learnings", "what have we learned", "improve the plugin", "learnings report", or "synthesize QA feedback".
-
neonwatty Skill Submit Learnings 2Filters and submits accumulated QA learnings as a GitHub issue (with optional PR) on the plugin repo. Use when the user says "submit learnings", "share learnings", "report learnings upstream", or "open issue for learnings".
-
neonwatty Skill Playwright Runner 2Executes workflow markdown files interactively via Playwright CLI, stepping through each workflow action in a real browser. Use when the user says "run workflows", "run playwright", "test workflows", "execute workflows", or wants to interactively test their app against workflow documentation. Supports desktop, mobile, and multi-user workflows with authentication.
-
neonwatty Skill Mobile Workflow Generator 2Generates mobile browser workflow documentation by exploring the app's codebase, then walking through the live app with the user step-by-step via Playwright in a mobile viewport (393x852) to co-author verifications. Use when the user says "generate mobile workflows", "create mobile workflows", "update mobile workflows", or "generate mobile browser workflows". Produces numbered workflow markdown files that feed into the mobile converter and Playwright runner. Includes iOS HIG awareness and mobile UX anti-pattern detection.
-
neonwatty Skill Desktop Workflow Generator 2Generates desktop browser workflow documentation by exploring the app's codebase, then walking through the live app with the user step-by-step via Playwright to co-author verifications. Use when the user says "generate desktop workflows", "create desktop workflows", "update desktop workflows", or "generate browser workflows".
-
neonwatty Skill Mobile Workflow To Playwright 2Converts mobile workflow markdown into a self-contained Playwright test project with mobile viewports (Chromium + WebKit), authentication scaffolding, UX anti-pattern assertions, and CI workflow. Use when the user says "convert mobile workflows to playwright", "translate mobile workflows to CI", or "generate mobile playwright tests".
-
neonwatty Bundle Multi User Workflow Generator 2Generates multi-user workflow documentation by interviewing the user about personas, exploring the codebase for multi-user patterns, then walking through the live app with per-persona Playwright CLI named sessions to co-author interleaved, persona-tagged workflows. Use when the user says "generate multi-user workflows", "create multi-user workflows", or "generate concurrent user workflows". Produces persona-tagged workflow markdown that feeds into the multi-user converter and Playwright runner.
-
neonwatty Skill Desktop Workflow To Playwright 2Converts desktop workflow markdown into a self-contained Playwright test project with authentication scaffolding and CI workflow. Use when the user says "convert desktop workflows to playwright", "translate desktop workflows to CI", "generate desktop playwright tests", or wants to promote desktop workflows to automated CI tests.
-
neonwatty Bundle Multi User Workflow To Playwright 2Converts multi-user workflow markdown into a self-contained Playwright test project with per-persona authentication, multi-context test patterns, and CI workflow. Use when the user says "convert multi-user workflows to playwright", "translate multi-user workflows to CI", or "generate multi-user playwright tests".
-
ntaksh42 Skill Session Handoff 2長いセッションを終える前や、コンテキストを整理して新セッションへ引き継ぐときに、現在のゴール・変更ファイル・設計判断・次の手順・検証コマンドを簡潔なMarkdownノートに書き出すスキル。「ハンドオフ」「引き継ぎメモ」「session handoff」「/clearする前に整理して」「セッションを引き継ぎたい」などと言われたとき、またはコンテキストが肥大化して新セッションでの再開を勧めるときに使用する。肥大化した会話を捨て、最小限の文脈で再開できるようにしてトークンを節約する。
-
a5c-ai Skill Help 2help and documentation for babysitter command usage, processes, skills, agents, and methodologies. use this command to understand how to use babysitter effectively.
1.7k
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 honey-memory, file-bug-report, arch-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.