Create vibrant, colorful Microsoft Word documents (.docx) using the 4-color Microsoft logo palette (Red, Green, Blue, Yellow). Each section gets a different logo color for headings and tables, with decorative 4-color bars between sections. USE FOR: create Word document, generate docx, write report, Microsoft branded document, workshop guide, training material, whitepaper, proposal, colorful document, 4 cores, cores do logo, visual, vibrante. DO NOT USE FOR: presentations (use pptx-creator), diagrams (use figjam-diagrams), Excel (use xlsx-creator), PDF (use pdf-creator).
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Create vibrant, colorful Microsoft Word documents (.docx) using the 4-color Microsoft logo palette (Red, Green, Blue, Yellow). Each section gets a different logo color for headings and tables, with decorative 4-color bars between sections. USE FOR: create Word document, generate docx, write report, Microsoft branded document, workshop guide, training material, whitepaper, proposal, colorful document, 4 cores, cores do logo, visual, vibrante. DO NOT USE FOR: presentations (use pptx-creator), diagrams (use figjam-diagrams), Excel (use xlsx-creator), PDF (use pdf-creator).
Microsoft DOCX Colorful Creator
Create enterprise-grade, professional Word documents using the 4-color Microsoft logo palette — a visually vibrant alternative to the standard single-blue ms-docx-creator.
Core Principles — ALWAYS Follow These
Every document created with this skill MUST include:
#
Requirement
Details
1
Cover Page
Modern, themed, with Microsoft+GitHub logo, 4-color bars, title, metadata, confidentiality
2
Table of Contents
Always generated after cover page — no exceptions
3
Document Properties
Auto-filled: author=admin@example.com, title, subject, keywords matching the theme
4
Header
{Title} | Software GBB Americas (NEVER "Latam")
5
Footer
Microsoft Confidential | Page X of Y
6
Rich Visual Elements
Tables, icons, highlights, callouts, diagrams, flows, charts as needed
7
Standard Closing Page
"Thank You" + Contact info + Next Steps (when applicable)
8
English Only
All content must be written in English
9
Best Practices
Use enterprise documentation best practices throughout
When to Use This vs ms-docx-creator
This skill (ms-docx-colorful)
ms-docx-creator
Client-facing workshop guides
Internal technical specs
Training materials & participant guides
Architecture documents
Assessment reports & playbooks
Formal proposals
Visually rich enterprise handouts
Executive summaries
Educational/didactic content
Single-color branded docs
When user asks for "colorful"
When user asks for "standard"
Color System
The 4 Microsoft logo colors rotate across sections:
1. IDENTIFY document type and target audience
2. GATHER content — NEVER invent information
3. PLAN color assignment: assign each major section a logo color (rotate evenly)
4. CREATE with scripts/create_colorful_document.py:
a. Initialize with ALL properties (title, subtitle, subject, keywords, category)
b. create_full_document() → Cover + TOC + Header/Footer
c. Add content sections with rich visual elements
d. add_closing_page() → Contact + Next Steps
5. SAVE with naming: {name}_v{version}.docx
Document Properties — ALWAYS Fill These
The document properties (File > Properties in Word) MUST be filled:
Property
Value
Example
Author
admin@example.com
Always
Title
Document title
"Agentic DevOps Workshop Guide"
Subject
Topic description
"AI-Native DevOps, GitHub Copilot, Azure"
Keywords
Relevant keywords
"DevOps, AI, GitHub, Azure, Workshop"
Category
Document type
"Workshop Guide", "Assessment Report", etc.
Comments
Team attribution
"Created by Software GBB Americas"
Language
en-US
Always English
Visual Elements — Use Generously
Use these elements throughout documents to create professional, enterprise-grade content:
Element
Method
When to Use
Colored Table
add_table(headers, rows, color)
Data comparisons, inventories, agendas, matrices
Highlight Box
add_highlight_box(title, text, color, icon)
Key points, important callouts, warnings
Key Takeaway
add_key_takeaway(text, color)
Section summaries, critical insights
Best Practice
add_best_practice(text, color)
Recommended approaches, guidelines
Note/Callout
add_note(title, text, color)
Tips, warnings, info callouts
Icon List
add_icon_list([(icon, text)])
Status lists, feature lists, checklists
Diagram Placeholder
add_diagram_placeholder(desc, color)
Architecture, flows, sequences
Code Block
add_code_block(code, language)
Configuration, API samples
Color Bar
add_color_bar()
Section separators
Source Citation
add_source(text, url)
External references
Version History
add_version_history(versions)
Document versioning
Glossary
add_glossary([(term, def)])
Technical terms
Exec Summary
add_executive_summary(text, color)
Long documents (5+ pages)
Available Icons (from Icons class)
CHECK ✅ WARNING ⚠️ INFO ℹ️ IMPORTANT ❗ TIP 💡
PIN 📌 ROCKET 🚀 TARGET 🎯 CHART 📊 GEAR ⚙️
LINK 🔗 CALENDAR 📅 PERSON 👤 TEAM 👥 EMAIL 📧
STAR ⭐ CLOCK ⏱️ SHIELD 🛡️ KEY 🔑 ARROW_RIGHT ➡️
PROGRESS 🔄 NEXT ▶️
Color Assignment Strategy
Distribute colors evenly. Default rotation: Blue → Green → Yellow → Red → repeat.
Use doc.next_color() for auto-rotation, or specify explicitly: