Document Creation

Command Palette

Search for a command to run...

Back

Document Creation

v1.0.0Skill

Create structured documents, reports, spreadsheets, and presentations

documentreportspreadsheetpresentationcreation
Edit
Capabilities

Processes and transforms data

Content

Document Creation Skill

Purpose

Create professional documents, spreadsheets, presentations, and structured content outputs.

When to Use

  • User asks to create document/report
  • Spreadsheet or table requests
  • Presentation or slide deck needs
  • Structured content output
  • Analysis compilation

Document Types

Text Documents

  • Reports (professional format)
  • Memos and letters
  • Technical documentation
  • Educational content

Spreadsheets

  • Data tables and analysis
  • Financial models
  • Project tracking
  • Data compilation

Presentations

  • Slide decks
  • Strategy presentations
  • Educational materials
  • Visual reports

Parameters

ParameterTypeRequiredDescription
typestringYes"document", "spreadsheet", or "presentation"
titlestringYesDocument title
sectionsarrayNoList of sections to include

Example Usage

{
  "skill": "document_creation",
  "parameters": {
    "type": "spreadsheet",
    "title": "Q1 Budget Analysis",
    "sections": ["summary", "detailed_breakdown", "projections"]
  }
}

Best Practices

  • Structure with clear hierarchy
  • Include executive summaries
  • Add data visualizations
  • Ensure professional formatting
Actions
Test in Playground