pencil-designlisted
Install: claude install-skill psmon/pencil-creator
# Pencil Design Skill — Technical Diagrams & Blueprint Generation
Use Pencil MCP tools to generate technical modeling sketches as .pen files — **architecture diagrams, system blueprints, flowcharts, state diagrams**, and more.
Also supports the **WPF/XAML animation control research → design idea visualization → XAML sample archiving** workflow.
---
## 1. Default Settings
| Item | Value |
|------|-------|
| Save location | `D:\MYNOTE\design\{filename}.pen` |
| Default font | Inter (system default if unavailable) |
| Canvas background | `#F5F6FA` (light gray) |
| Max canvas width | 1440px |
---
## 2. Workflow
```
Step 1. Topic Analysis
→ Determine diagram type from user request
→ Collect necessary data (read files, analyze structure, etc.)
Step 2. Diagram Design
→ Select layout pattern matching the type
→ Decide color palette
→ Plan section-by-section structure (considering max 25 ops/call constraint)
Step 3. Pencil MCP Execution
→ Call get_guidelines("web-app") (reference layout rules)
→ open_document("new") or open existing file
→ get_editor_state(include_schema: true) — understand schema
→ batch_design() — call section by section
→ get_screenshot() — visual verification
Step 4. Verification & Completion
→ Check layout/text readability via screenshot
→ Confirm placeholder flags removed
→ Report file path to user
```
---
## 3. Layout Patterns by Diagram Type
### 3.1 Architecture Diagram
Represents hierarchical structures, component relat