From partme-ai-full-stack-skills
Captures a visual screenshot of a specific node in a Pencil .pen file via get_screenshot MCP tool. Use to verify design operations, check alignment or spacing issues, or review components after batch_design changes.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
This skill is designed to call the Pencil MCP tool:
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
This skill is designed to call the Pencil MCP tool:
get_screenshotIf your client namespaces MCP tools, it may appear as mcp__pencil__get_screenshot.
Even if a trigger phrase matches, you must verify the user's intent:
If the answer is NO, do NOT use this skill. (e.g., "Get screenshot" might refer to a browser screenshot via Puppeteer).
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Pencil".
ALWAYS use this skill when:
batch_design) and need to verify the result in Pencil.Trigger phrases include:
filePath (string, optional): Path to access a specific .pen file.nodeId (string, required): The ID of the node to screenshot.nodeId of the element you just modified or created.get_screenshot(nodeId='...').Get a visual verification of a single element. See 1-node-screenshot.json.
Screenshot a whole frame to check layout and composition. See 2-frame-verification.json.
Screenshot a component master to ensure the design system update looks correct. See 3-component-check.json.
English keywords: get screenshot, visual verification, check design, view node, render image, visual audit
Chinese keywords (中文关键词): 获取截图, 视觉验证, 检查设计, 查看节点, 渲染图片, 视觉审计