Agent SkillsAgent Skills
kevcofett

docsuite

@kevcofett/docsuite
kevcofett
1
0 forks
Updated 4/1/2026
View on GitHub

Unified document creation routing to docx/xlsx/pptx/pdf generation. Professional formatting, no emojis, enterprise-ready output. Invoke with /docs.

Installation

$npx agent-skills-cli install @kevcofett/docsuite
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/docsuite/SKILL.md
Branchmain
Scoped Name@kevcofett/docsuite

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: docsuite description: > Unified document creation routing to docx/xlsx/pptx/pdf generation. Professional formatting, no emojis, enterprise-ready output. Invoke with /docs.

Document Suite

Commands

  • /docs docx <title> — Create a Word document
  • /docs xlsx <title> — Create an Excel spreadsheet
  • /docs pptx <title> — Create a PowerPoint presentation
  • /docs pdf <title> — Create a PDF document
  • /docs <title> — Auto-detect best format from description

Format Selection

  • Reports, proposals, SOWs — .docx
  • Data tables, comparisons, tracking — .xlsx
  • Presentations, stakeholder updates — .pptx
  • Contracts, specs, formal deliverables — .pdf

Procedure

Phase 1: Content Gathering

  1. Ask what the document is about
  2. Determine audience (internal, client, executive, technical)
  3. Confirm format if not specified

Phase 2: Structure

DOCX: Title page, TOC, executive summary, body with H1/H2/H3, tables, page numbers.

XLSX: Summary sheet first, data sheets with frozen headers, consistent formatting, named ranges.

PPTX: Title slide, agenda, content slides (max 5 bullets, max 7 words each), data viz, summary slide.

PDF: Same as DOCX structure, all fonts embedded, hyperlinks preserved.

Phase 3: Style Rules

  • No emojis anywhere
  • No bullet points in prose paragraphs
  • Professional enterprise tone
  • Sans-serif fonts (Calibri, Arial, Helvetica)
  • Consistent heading styles throughout

Phase 4: Generation

Use python-docx, openpyxl, python-pptx, or reportlab. Save to docs/output/ by default.

Phase 5: Review

Present structure summary before generating. After generation, report file path and size.

MCMAP Templates

  • Deployment Checklist — DOCX with pass/fail verification table
  • Agent Roster — XLSX with all 12 agents, GUIDs, models, domains
  • Solution Release Notes — DOCX with version history, changes, known issues
  • Client Presentation — PPTX for Mastercard/BMO stakeholder updates