documents▌
214 indexed skills · max 10 per page
docs-workflow
jezweb/claude-skills · Documents
Four slash commands for creating, maintaining, and auditing project documentation with smart templates. \n \n Provides /docs-init to scaffold CLAUDE.md, README.md, and docs/ structure for new projects, with auto-detection of project type (Cloudflare Workers, Next.js, or generic) \n Includes /docs-update for full documentation audits covering date freshness, version accuracy, broken links, redundancy, and orphaned files \n Offers /docs-claude for focused CLAUDE.md maintenance, checking tech stack
pdf-processing-pro
davila7/claude-code-templates · Documents
Production-ready PDF processing with forms, tables, OCR, and batch operations. \n \n Includes 10+ pre-built CLI scripts for form analysis, filling, table extraction, text extraction, PDF merging, splitting, and validation \n All scripts feature comprehensive error handling with exit codes, input validation, type hints, and configurable logging for automation integration \n Supports complex workflows: form field detection and filling with validation, multi-page table extraction to CSV/Excel, and
office-productivity
sickn33/antigravity-awesome-skills · Documents
Comprehensive office productivity workflow for document creation, spreadsheet automation, presentation generation, and format conversion using LibreOffice and Microsoft Office tools.
docx
appautomaton/document-skills · Documents
Create, edit, and analyze Word documents with tracked changes, comments, and formatting preservation. \n \n Three distinct workflows: text extraction via pandoc, document creation using docx-js, and editing existing files via the Python Document library with OOXML manipulation \n Redlining workflow for comprehensive tracked changes with batching strategy, minimal precise edits, and systematic change implementation across document sections \n Raw XML access for comments, complex formatting, embed
clawddocs
sundial-org/awesome-openclaw-skills · Documents
Capability Summary: Clawdbot documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all Clawdbot features (providers, gateway, automation, platforms, tools).
office
jezweb/claude-skills · Documents
Generate Microsoft Office documents and PDFs with pure JavaScript, no native dependencies. \n \n Create DOCX, XLSX, PDF, and PPTX files with TypeScript; all libraries run in Node.js, browsers, and Cloudflare Workers \n DOCX supports paragraphs, tables, images, and text formatting; XLSX handles formulas, multiple sheets, and JSON-to-sheet conversion \n PDF includes text, shapes, images, form filling, and page merging; PPTX covers slides, charts, tables, and master layouts \n Common pitfalls: reme
add-provider-doc
lobehub/lobehub · Documents
Step-by-step guide for documenting new AI provider integrations across docs, environment variables, and Docker configs. \n \n Create bilingual usage documentation (English and Chinese) with 5-6 screenshots, cover images, registration URLs, and pricing callouts, using placeholder API keys only \n Add environment variable documentation for both languages covering required API keys and optional model list configuration with examples \n Update three Dockerfile variants and .env.example with provider
documentation-site-setup
aj-geddes/useful-ai-prompts · Documents
Set up professional documentation websites using popular static site generators like Docusaurus, MkDocs, VitePress, and GitBook.
md-to-office
claude-office-skills/skills · Documents
This skill enables conversion from Markdown to various Office formats using Pandoc - the universal document converter. Convert your Markdown files to professional Word documents, PowerPoint presentations, PDFs, and more while preserving formatting and structure.
davila7/claude-code-templates · Documents
Comprehensive PDF processing covering text extraction, merging, splitting, OCR, form filling, and encryption. \n \n Supports multiple Python libraries: pypdf for basic operations (merge, split, rotate, encrypt), pdfplumber for text and table extraction with layout preservation, and reportlab for creating new PDFs from scratch \n Includes command-line tools (pdftotext, qpdf, pdftk) for batch processing and scripting workflows \n Handles scanned PDFs via OCR using pytesseract and pdf2image to make