From partme-ai-full-stack-skills
Reads design token variables (colors, fonts, spacing) from Pencil .pen files via get_variables MCP tool. Useful for listing tokens, checking themes, or retrieving IDs for batch_design when Pencil is mentioned.
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_variablesIf your client namespaces MCP tools, it may appear as mcp__pencil__get_variables.
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 variables" might refer to environment variables or code variables).
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Pencil".
ALWAYS use this skill when:
primary-color) instead of hardcoded hex codes.Trigger phrases include:
filePath (string, optional): Path to the .pen file.get_variables().batch_design operations (e.g., fill: { type: "var", id: "var_123" }).Retrieve all variables defined in the current document.
{}
Read variables from a different design file (e.g., a shared library).
{
"filePath": "/Users/design/system/tokens.pen"
}
Same as simple, but used when auditing themes.
{}
English keywords: get variables, read tokens, design system, theme values, color palette, typography tokens
Chinese keywords (中文关键词): 获取变量, 读取令牌, 设计系统, 主题值, 调色板, 字体令牌