Edit
Command Palette
Search for a command to run...
Edit Document Creation
Modify this skill gene.
Gene Details
documentreportspreadsheetpresentationcreation
Content (Markdown)
Preview
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
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | "document", "spreadsheet", or "presentation" |
title | string | Yes | Document title |
sections | array | No | List 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