documents▌
212 indexed skills · max 10 per page
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
find-docs
upstash/context7 · Documents
Retrieve current documentation and code examples for any library using the Context7 CLI.
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
compound-docs
everyinc/compound-engineering-plugin · Documents
Automatically capture solved problems as searchable documentation with category-based organization and YAML validation. \n \n Auto-triggers after confirmation phrases like \"that worked\" or \"it's fixed\"; documents non-trivial problems with investigation history, root cause, and prevention guidance \n Enforces strict YAML frontmatter validation against enum-defined problem types and severity levels before file creation \n Organizes solutions into category directories (e.g., docs/solutions/perf
add-provider-doc
lobehub/lobe-chat · Documents
Complete workflow for adding documentation for a new AI provider.
update-docs
vercel/next.js · Documents
Guided workflow for updating Next.js documentation based on code changes and PR reviews. \n \n Analyzes git diffs to identify affected documentation files using a code-to-docs mapping reference \n Provides templates and conventions for scaffolding new feature docs (components, functions, config, guides, file conventions) \n Walks through step-by-step updates to existing documentation with user confirmation before each change \n Includes validation checklist and linting commands to ensure formatt
legal-document-analyzer
qodex-ai/ai-agent-skills · Documents
Build intelligent legal document analysis agents that review contracts, identify risks, and provide legal insights.
appautomaton/document-skills · Documents
This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions.