From partme-ai-full-stack-skills
Retrieves Pencil editor state: current selection, active page ID, file path, canvas position, optionally .pen schema. Use before design tasks to understand context.
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_editor_stateIf your client namespaces MCP tools, it may appear as mcp__pencil__get_editor_state.
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., "What is selected?" might refer to selected text in the IDE, not the Pencil canvas).
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Pencil".
ALWAYS use this skill when:
Trigger phrases include:
include_schema (boolean, optional):
true if you want the .pen file schema to be included.false (default) to save context.get_editor_state.selection: List of selected node IDs.activePageId: Current page ID.filePath: Path of the current document.Get the current state to understand what the user is looking at. See 1-basic-check.json.
Get state including the .pen file schema to understand the document structure definitions. See 2-with-schema.json.
Explicitly checking state during a multi-step workflow where schema is already known. See 3-explicit-check.json.
English keywords: get state, editor context, current selection, active document, canvas position, check environment
Chinese keywords (中文关键词): 获取状态, 编辑器上下文, 当前选区, 选中节点, 画布位置, 环境检查