pencil-design
Installation
SKILL.md
Pencil Design
Create professional visual designs from natural language descriptions using the Pencil CLI. Pencil is a headless design tool that generates .pen files (a structured JSON design format) and can export them as images.
Setup
Before designing, make sure the Pencil CLI is available.
Check installation
which pencil || npx pencil version
If pencil is not found, install it:
npm install -g @pencil.dev/cli
Related skills