sync-pencil
Installation
SKILL.md
Sync Pencil
Bidirectional synchronization between Pencil .pen designs and implementation code.
<essential_principles>
How This Skill Works
Platform Abstraction
This skill works across multiple platforms using unified screenshot capture:
| Platform | Tool | Screenshot Command |
|---|---|---|
| Electron | playwright-cli (attached to Electron CDP) |
playwright-cli --s=default screenshot --filename=<name>.png |
| Web | playwright-cli |
playwright-cli screenshot --filename=<name>.png |
| iOS Sim | mcp__ios-simulator |
mcp__ios-simulator__screenshot |