pencil-skills

June 23, 2026 · View on GitHub

pencil-skills

Pencil MCP design tool skills — design system, UI design, batch operations

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

Pencil MCP Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.

This package includes 28 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

📦 Install

npx skills add full-stack-skills/pencil-skills

Or install specific skills:

npx skills add full-stack-skills/pencil-skills --skill <skill-name>

🎯 Skills (28)

SkillDescription
pencil-design-from-stitch-html"When you need to turn Stitch page HTML (or a Stitch URL) into a Pencil .pen design. Parses DOM and Tailwind, applies...
pencil-mcp-batch-designBatch execute design changes. The Agent's 'Hands'. Core capability for inserting, updating, moving, or deleting nodes.
pencil-mcp-batch-getBatch search and read node information. The Agent's 'Eyes'. Use to find specific components e.g. all nodes named 'But...
pencil-mcp-find-empty-space-on-canvasSmartly find empty canvas space. Use to automatically plan artboard placement to avoid overlap and keep the canvas or...
pencil-mcp-get-editor-stateGet current design environment context. Use when you need to understand what is currently selected, canvas position, ...
pencil-mcp-get-guidelinesGet design system guidelines. Use to read and understand specifications e.g. Material Design iOS HIG or custom specs ...
pencil-mcp-get-screenshotGet node visual screenshot. Visual Verification. Use to capture screenshots after operations to verify if the design ...
pencil-mcp-get-style-guide-tagsExplore design style tags. Use to get design inspiration, such as 'Modern', 'Dark Mode', 'SaaS' directions.
pencil-mcp-get-style-guideGet specific style detailed definitions. Use to get metadata for a specific style, including palettes, typography rul...
pencil-mcp-get-variablesRead design variables Tokens . Use to get Design Tokens color font variables defined in the current document to ensur...
pencil-mcp-open-documentOpen or create a design document. Use when you need to initialize design tasks, create new files, or switch to specif...
pencil-mcp-replace-all-matching-propertiesGlobal property batch replace. Use for global style adjustment, e.g., 'Replace all red backgrounds with brand blue'.
pencil-mcp-search-all-unique-propertiesGlobal property search. Use for design audit, e.g., 'Find all nodes using red background #FF0000 '.
pencil-mcp-set-variablesSet or update design variables. Use to establish or maintain a Design Token system.
pencil-mcp-snapshot-layoutGet page layout structure snapshot. Use when you need to understand the current page's DOM-like tree structure to pre...
pencil-skill-creatorFactory skill for creating new pencil-ui-design-system-* skills. Use when you need to add support for a new design sy...
pencil-ui-design-spec-generatorTranslates vague user requirements into an action-level PENCIL_PLAN sequence of Pencil MCP tool calls . Does not exec...
pencil-ui-design-system-antdInitialize Ant Design. design system components in Pencil variables and component overview.
pencil-ui-design-system-bootstrapInitialize Bootstrap. design system components in Pencil variables and component overview.
pencil-ui-design-system-echartsInitialize ECharts. design system components chart placeholders and data-viz tokens in Pencil.
pencil-ui-design-system-elementInitialize Element Plus. design system components in Pencil variables and component overview.
pencil-ui-design-system-layuiInitialize Layui. design system components in Pencil variables and component overview.
pencil-ui-design-system-uchartsInitialize uCharts. design system components chart placeholders and data-viz tokens in Pencil.
pencil-ui-design-system-uviewInitialize uView 2.x . design system components in Pencil variables and component overview.
pencil-ui-design-system-uviewproInitialize uView Pro. design system components in Pencil variables and component overview.
pencil-ui-design-system-vantInitialize Vant. design system components in Pencil variables and component overview.
pencil-ui-designerThe Pencil Orchestrator. Handles the flow of initializing Design System Components based on requirements.
pencil"用于通过 Pencil MCP 读取/修改 .pen 设计文件并校验布局。用户提到 pencil/.pen/设计稿编辑、需要列出工具或执行 batch_get/batch_design 时调用。"

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/pencil-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/pencil-skills.git
cp -r pencil-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

🌐 Ecosystem

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.