documents▌
214 indexed skills · max 10 per page
documentation-templates
sickn33/antigravity-awesome-skills · Documents
Standardized templates and guidelines for READMEs, API docs, code comments, and AI-friendly documentation. \n \n Includes structured templates for README files, per-endpoint API documentation, JSDoc/TSDoc comments, and changelog formats \n Provides Architecture Decision Record (ADR) template for documenting design choices and trade-offs \n Covers AI-friendly documentation patterns including llms.txt format and MCP-ready documentation with clear hierarchy, examples, and diagrams \n Emphasizes sca
docx
tfriedel/claude-office-skills · Documents
Create, edit, and analyze Word documents with tracked changes, comments, and formatting preservation. \n \n Three distinct workflows: text extraction via pandoc, creating new documents with docx-js, and editing existing documents with the Python Document library \n Redlining workflow for comprehensive tracked changes with batching strategy, minimal edits principle, and systematic implementation guidance \n Raw XML access for comments, complex formatting, embedded media, and document structure vi
document-writer
onmax/nuxt-skills · Documents
Style guide and content patterns for Nuxt documentation and blog posts. \n \n Enforces active voice, present tense, and grammatically correct prose without sacrificing clarity for brevity \n Provides writing patterns (subject-first, imperative, contextual) and modal verb guidance (can/should/must) for consistent documentation voice \n Includes MDC component patterns for callouts (note, tip, warning, important) and CTAs, with references to nuxt-content and nuxt-ui skills for syntax and props \n O
code-documenter
jeffallan/claude-skills · Documents
Generates and validates technical documentation across docstrings, API specs, and developer guides. \n \n Supports multiple docstring formats (Google, NumPy, Sphinx for Python; JSDoc for TypeScript) and API specification standards (OpenAPI, AsyncAPI, gRPC) \n Includes validation workflows for each format: doctest/pytest for Python, TypeScript compilation checks, and Redocly linting for OpenAPI specs \n Covers inline code documentation, interactive API portals, documentation site generation, and
word-document-processor
qodex-ai/ai-agent-skills · Documents
Create, edit, analyze, and redline Word documents with full format and tracked-change support. \n \n Three distinct workflows: text extraction via pandoc, document creation using docx-js, and editing via the Python Document library with OOXML manipulation \n Redlining workflow for tracked changes with batching strategy, minimal-edit principles, and comprehensive verification to ensure professional document review \n Raw XML access for comments, complex formatting, embedded media, and metadata th
feishu-doc
m1heng/clawdbot-feishu · Documents
Read, write, and manage comments in Feishu documents with markdown support and block-level operations. \n \n Supports full document lifecycle: read plain text, write/append markdown content, create new documents, and manage individual blocks (get, update, delete) \n Comment operations include listing document and block-level comments, retrieving single comments, and creating global comments with pagination support \n Structured content (tables, images, code blocks) accessible via list_blocks act
nutrient-document-processing
affaan-m/everything-claude-code · Documents
Document conversion, extraction, OCR, redaction, signing, and form-filling via the Nutrient DWS API. \n \n Converts between 15+ formats including PDF, DOCX, XLSX, PPTX, HTML, and images (JPG, PNG, TIFF, WebP, SVG, and more) \n Extracts plain text and tables from documents; OCR supports 100+ languages for scanned PDFs and images \n Redacts PII using preset patterns (SSN, email, credit card, phone, date, URL, IP, MAC address, ZIP code, VIN) or custom regex \n Adds watermarks, applies digital CMS s
documentation-update
geoffjay/claude-plugins · Documents
Automatically regenerates marketplace documentation files from Jinja2 templates and catalog data. \n \n Generates four synchronized documentation files (agents.md, agent-skills.md, plugins.md, usage.md) by reading marketplace.json and plugin metadata \n Provides Python script with command-line options for full generation, selective file output, dry-run mode, and custom path configuration \n Includes pre-built Jinja2 templates with access to comprehensive context: plugins organized by category, i
recipe-share-doc-and-notify
googleworkspace/cli · Documents
Share a Google Doc with collaborators and send them notification emails. \n \n Combines three Google Workspace skills (Drive, Docs, Gmail) to locate documents, grant editor access, and notify recipients in sequence \n Automates the workflow of finding docs by name, adding collaborators with write permissions, and emailing them the share link \n Requires gws-drive , gws-docs , and gws-gmail skills to be loaded before execution \n
csharp-docs
github/awesome-copilot · Documents
XML documentation standards and patterns for C# public APIs and members. \n \n Use <summary> for one-sentence descriptions starting with a present-tense verb, and <remarks> for implementation details, usage notes, or additional context \n Employ specific tags for different member types: <param> and <returns> for methods, <value> for properties, <typeparam> for generics, and <exception cref> for thrown exceptions \n Follow prescribed wording patterns for Boolean