documents▌
214 indexed skills · max 10 per page
markdown-documentation
aj-geddes/useful-ai-prompts · Documents
Comprehensive reference for markdown syntax, GitHub Flavored Markdown, and documentation best practices. \n \n Covers core markdown elements: headers, text formatting, lists, links, images, code blocks, and tables \n Includes GitHub Flavored Markdown extensions: collapsible sections, syntax highlighting, badges, alerts, and Mermaid diagrams \n Provides actionable best practices for README files, wikis, and technical documentation, including accessibility guidelines and link management \n Organiz
docx
rysweet/amplihack · Documents
A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
document-processing
eyadsibai/ltk · Documents
Process, extract, and manipulate PDF, Excel, Word, and PowerPoint documents programmatically. \n \n Supports four major office formats (PDF, XLSX, DOCX, PPTX) with format-specific tools: pypdf and pdfplumber for PDFs, openpyxl and pandas for Excel, python-docx for Word, python-pptx for PowerPoint \n Core operations include text and table extraction, document merging and splitting, format conversion, and OCR for scanned PDFs \n Excel-specific guidance emphasizes writing formulas rather than stati
documentation-lookup
affaan-m/everything-claude-code · Documents
When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs) instead of relying on training data.
xlsx-manipulation
claude-office-skills/skills · Documents
Programmatic Excel spreadsheet creation, editing, and manipulation using openpyxl. \n \n Create and modify .xlsx files with cell data, formulas, formatting, and charts without manual editing \n Supports styling (fonts, fills, borders, alignment), number formatting, conditional formatting, and data validation \n Build charts (bar, line, pie), manage sheets, freeze panes, set column widths, and apply auto-filters \n Cannot execute VBA macros or handle complex pivot tables; some advanced chart type
notion-research-documentation
openai/skills · Documents
Research Notion content and synthesize into structured briefs, reports, or comparisons with citations. \n \n Search and fetch Notion pages using targeted queries, then organize findings by theme with inline source citations and a references section \n Choose from four output formats (quick brief, research summary, comparison, comprehensive report) based on scope and user goal \n Create and update Notion pages using built-in templates; link sources directly and track changes as new information ar
openai/skills · Documents
PDF reading, creation, and validation with visual rendering and programmatic generation. \n \n Render PDF pages to PNG for visual inspection of layout, spacing, and typography before delivery using Poppler ( pdftoppm ) \n Generate PDFs programmatically with reportlab for reliable formatting; extract text and metadata with pdfplumber or pypdf \n Enforce quality standards: no clipped text, overlapping elements, broken tables, or rendering artifacts; ASCII hyphens only, human-readable citations \n
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