pencil-import-workflow

Imports .pen frames into Axhub Make prototype scaffolds with spec.md and index.tsx.

152|32|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/lintendo/Axhub-Make --skill pencil-import-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pencil-import-workflow
Source: https://github.com/lintendo/Axhub-Make/tree/main/skills/pencil-import-workflow
Command: npx skills add https://github.com/lintendo/Axhub-Make --skill pencil-import-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pencil design handoffs are brittle; importing Pencil .pen frames into Axhub Make prototypes manually is error-prone and time-consuming.

Core Features & Use Cases

  • Guided import: read the current Pencil file and frames via MCP, then confirm import scope and output structure before generating prototypes.
  • Flexible output: supports either a single multi-screen prototype or multiple prototypes per frame, with spec.md and index.tsx scaffolds.
  • Guarded generation: ensures only validated frames are exported and links to generated prototype assets for downstream delivery.

Quick Start

在 Pencil 中打开目标 pen 文件,选择需要导入的 Frame,并确认导入范围和输出结构,系统将生成 Axhub Make 原型目录并进入验收阶段。

Frequently Asked Questions about pencil-import-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import Pencil designs into Axhub Make prototypes?

Importing Pencil designs into Axhub Make prototypes requires opening your target .pen file in Pencil. The workflow reads frames via MCP, prompts you to confirm scope, and generates spec.md and index.tsx scaffolds for the prototype.

What files are generated when importing Pencil frames into Axhub Make?

Generating Axhub Make scaffolds from Pencil frames produces spec.md and index.tsx files. These are written under the src/prototypes directory to establish the output structure for downstream prototype delivery.

Do I need Pencil MCP to export frames for Axhub Make?

Yes, generating Axhub Make scaffolds requires Pencil MCP availability. The workflow depends on MCP to read the currently opened .pen file, detect candidate frames, and map frames to the prototype output structures.

Can I create multiple prototypes from a single Pencil file?

Yes, creating multiple prototypes from a single Pencil file is supported. The workflow offers flexible output, allowing either one multi-screen prototype or generating one separate prototype per validated frame.

How do I control the import scope when converting Pencil frames to prototypes?

You control the import scope through a guided confirmation prompt before generation. The workflow collects candidate frames from your .pen file and asks you to confirm both the import scope and output structure.