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.
-
artsmc Bundle Memorybank SyncFast synchronization of activeContext.md and progress.md only. Lightweight alternative to full update for quick post-task documentation. NEW skill unique to memory-bank.. Use when Codex should run the converted memorybank-sync workflow.
-
artsmc Bundle Document Hub ReadRead and summarize the current state of the documentation hub. Provides a quick overview of system architecture, module responsibilities, technology stack, and glossary terms.. Use when Codex should run the converted document-hub-read workflow.
-
artsmc Bundle Document Hub UpdateComprehensive review and update of the documentation hub. Analyzes recent code changes, detects drift, validates structure, and proposes specific updates to keep documentation synchronized with the codebase.. Use when Codex should run the converted document-hub-update workflow.
-
artsmc Bundle Documentation StartInitialize Memory Bank and Document Hub if not already set up. Use when Codex should run the converted documentation-start workflow. Inputs: force.
-
artsmc Bundle Document Hub AnalyzeDeep analysis of codebase vs documentation alignment. Detects drift, identifies undocumented code, extracts missing glossary terms, and provides actionable recommendations without making changes.. Use when Codex should run the converted document-hub-analyze workflow.
-
artsmc Bundle Document Hub InitializeBootstrap a new project's documentation hub by creating the four core documentation files (systemArchitecture.md, keyPairResponsibility.md, glossary.md, techStack.md) with initial content based on codebase analysis.. Use when Codex should run the converted document-hub-initialize workflow.
-
nodejsmith Skill Mine HowUse when the user says: "how does X work", "walk me through", "explain this subsystem", "explain how", "trace the flow". Complexity-adaptive subsystem explanation — builds mental models conversationally, not documentation artifacts.
-
nodejsmith Bundle Mine ReviewUse when the user says: "review my changes", "run the reviewers", "code and integration review", "readability review", "maintainability review", "sniff test this", "WTF check", "code smells", "is this code any good", "fresh eyes on this branch", "review this directory", "check this module", "review this skill", "review these instructions". Dispatches three parallel reviewers — code, integration, and a readability pass for code; consistency, instruction quality, and writing quality for instruction files — and consolidates findings into one prioritized report.
-
nodejsmith Skill Mine SimplifyUse when the user says: "simplify this codebase", "find simplification opportunities", "where can I simplify", "code judo this", "judo this module", "find structural simplifications", "what can I collapse", "reduce complexity in this code". Runs the code-judo posture against existing code (a file, directory, or whole repo) — not a diff — fanning out parallel structural-simplification reviewers and consolidating their moves into one impact-ranked report.
-
willyu1007 Bundle Author Developer DocumentationAuthor or update developer documentation with progressive disclosure, explicit requirements, examples/templates, and actionable verification steps.
-
propane-ai Skill Customer ResearchResearch customer questions by searching across documentation, knowledge bases, and connected sources, then synthesize a confidence-scored answer. Use when a customer asks a question you need to investigate, when building background on a customer situation, or when you need account context.
-
dangeles Skill Paper ReaderUse when reading, summarizing, or discussing one or a few scientific papers — what the authors found, whether it holds up, and what it means biologically. Triggers on "read this paper", "summarize this preprint", "what does this paper say", a pasted DOI/PMID/PDF path. NOT for sourcing quantitative parameters with citations (use researcher), orchestrated multi-stage literature reviews (use lit-pm), or judging an analysis method's biological validity (use biologist-commentator).
-
dangeles Bundle Patent ReviewUse when a scientist needs to review a patent draft written by a lawyer — checking technical accuracy, identifying gaps in claim coverage, or proposing revised or new claim language. Triggers on "review this patent", "check the claims", "is this claim accurate", or a pasted patent draft or .docx path. Not for legal advice, filing assistance, or non-scientific patent tasks.
-
dangeles Skill Papers LibraryUse when adding a paper to the library, citing a paper while writing, or scanning a manuscript for citations. Triggers on "add this paper to the library", "summarize this paper for the library", "cite X here", "scan this grant for citations", a DOI or PDF offered for ingestion, or any work inside ~/repos/papers. NOT for reading a paper to understand it without recording it (use paper-reader), sourcing parameters with citations (use researcher), or multi-stage literature reviews (use lit-pm).
-
hack23 Skill Documentation StandardsClear technical documentation with JSDoc, READMEs, Mermaid diagrams, ISMS policy references, and comprehensive code examples
-
florinsenoner Skill Gh Fix CIUse when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
-
hack23 Skill European Political SystemEU Parliament structure, political groups, electoral system, legislative procedures, and institutional relationships
-
hack23 Skill C4 Architecture DocumentationDocument system architecture using C4 model with context, container, component views and Mermaid diagrams
-
joaquimscosta Bundle Sync DocsSync official Anthropic documentation and analyze impact on project components. Runs docs/reference/update-claude-docs.sh, computes diffs, and reports impacts on the skill validator, plugins, and project documentation. Use when user mentions "sync docs", "update reference docs", "refresh docs", or "check doc changes".
-
joaquimscosta Bundle Jd DocsScaffold, validate, and maintain Johnny.Decimal documentation structure for software projects. Use when user mentions "Johnny Decimal", "J.D docs", "docs structure", "organize docs", "documentation layout", "scaffold docs", "docs migration", "generate index", "docs index", "add area", "classify docs", "move doc", editing files in numbered directories (00-*, 10-*, 20-*), or discussing documentation organization.
-
matrixx0070 Bundle PDFPDF task routing and recipes — extract text/tables/images, OCR scans, merge/split/rotate, watermark, passwords, fill forms, generate with reportlab. Condensed from grok's pdf skill; full doc in references/.
0 -
matrixx0070 Bundle Deck DesignVisual design doctrine for slide decks — bold content-informed palettes, type pairing, varied layouts, and the assume-there-are-problems QA loop. Condensed from grok's pptx design guidance; pairs with the pptx.* tools. Full doc in references/.
0 -
packmindhub Skill Creating End User Documentation For PackmindCreate or update user-focused Packmind documentation in `apps/doc/` that explains features in clear task-oriented language without technical implementation details. Use this skill whenever the user asks to document a feature, write or update user guides, create end-user docs, explain how something works for users, or convert developer-focused docs to user-friendly guides — even if they don't say "documentation" explicitly. Trigger on any request to explain, guide, or describe Packmind features from a user perspective.
-
matrixx0070 Bundle Markdown FormatterClean up and standardize markdown files — fix headings, lists, code blocks, and spacing
0 -
b-open-io-prompts Bundle CLI Demo GifThis skill should be used when the user asks to "record a terminal demo", "generate a CLI demo GIF", "make a vhs recording", "create a terminal GIF for the README", or "capture a CLI walkthrough as a GIF". Generates CLI demo GIFs using vhs (Charmbracelet) for README files and documentation.
-
matrixx0070 Bundle DOCXMicrosoft Word (.docx) document creation using the docx npm package
0 -
sgcarstrends Skill Readme UpdatesMaintain README files with setup instructions, features, tech stack, and usage examples. Use when updating project documentation, adding new features, improving onboarding, or creating READMEs for new packages.
-
b-open-io-prompts Bundle Process CleanupFinds stale and resource-hungry processes, scores them by waste, and presents a cleanup report with friendly names. Use this skill when the user says 'what's eating my RAM', 'kill stale processes', 'clean up my machine', 'free up memory', 'my computer is slow', 'what's running', 'too many things open', or asks to find/kill background processes. Also use proactively when you notice sluggishness, process spawn failures, or many duplicate processes during normal work.
-
matrixx0070 Bundle Cron HealthCheck all registered cron jobs and report healthy vs failing/overdue status.
0 -
ryomurakami1983 Bundle Git Ops Folder Init業務フォルダを git リポジトリ化し、ツール設定やナレッジ文書だけを安全に追跡する。Use when: Office 文書や PDF が混在する業務フォルダで、AI ツール用設定と知識資産だけを版管理したいとき。
-
ryomurakami1983 Skill Dotnet Wpf PDF Previewこんなときに使う: Use when adding PDF upload and inline WebView2 preview to a WPF app with MVVM file selection and async initialization.
-
ccplugins Skill CloserAnti-premature-"done". Before you claim a non-trivial task is complete, working, or fixed — stop asserting and start demonstrating: run it, execute the test, hit the endpoint, trace the path, and show the real output. "Done" means proven, not believed. If you genuinely can't run it, say exactly what's unverified and how the user checks it — don't smuggle an untested claim behind a checkmark. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "closer", "prove it", "did it actually work", "verify", "are you sure", or when you're about to report success. Do NOT use for trivial one-line edits, or for non-coding requests.
-
ryomurakami1983 Bundle Github Quality Gate Setupgitleaks と textlint の品質ゲート CI を GitHub リポジトリへ導入する。Use when: 新しいリポジトリに品質ゲートを入れたいとき、既存リポジトリのシークレット漏洩対策や Markdown チェックを強化したいとき。
-
ccplugins Skill HealthcheckRead-only vault health diagnostic. Generates a report without modifying any files. Checks: graphify-out integrity, setup verification, orphan entities, dangling content, old content (>15 days). Safe to run at any frequency. Use when: "bedrock healthcheck", "bedrock-healthcheck", "vault health", "check vault", "vault status", "/bedrock:healthcheck".
-
ccplugins Skill Caveats And StatusUse when about to report any nontrivial task as complete — requires closing with a Caveats & status section stating what was verified, what was assumed, and what's unresolved.
-
ccplugins Bundle Dispatching To CodexUse when the user explicitly asks to hand a task to Codex — "use codex", "delegate this", "send it to codex", "交给codex", "派给codex", or the /delegate command. Runs the full dispatch lifecycle with frozen acceptance criteria and a binding independent judge. NEVER auto-dispatch — delegation happens only on the user's word. If a task looks Codex-shaped (bulk mechanical edits, wide read-and-report analysis, test scaffolding), you may offer the option in ONE line; if the user doesn't take it, drop it.
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 memorybank-sync, document-hub-read, document-hub-update. 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.