skills/pencil-skills/pencil-mcp-open-document/SKILL.md
Open or create a design document. Use when you need to initialize design tasks, create new files, or switch to specific designs.
npx skillsauth add teachingai/agent-skills pencil-mcp-open-documentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is designed to call the Pencil MCP tool:
open_documentIf your client namespaces MCP tools, it may appear as mcp__pencil__open_document. Full parameter details: docs/pencil-mcp-tools.md.
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., "Open file" might refer to reading a code file, not a .pen design).
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Pencil".
ALWAYS use this skill when:
.pen file.Trigger phrases include:
filePathOrTemplate (string, required):
'new' to create a fresh, empty document./path/to/design.pen) to open an existing file.open_document(filePathOrTemplate='new')open_document(filePathOrTemplate='/path/to/file.pen')open_document(filePathOrTemplate='new') — initialize a fresh canvas.open_document(filePathOrTemplate='/path/to/design.pen') — open existing .pen file.English keywords: open document, create file, new design, load file, switch document, initialize canvas
Chinese keywords (中文关键词): 打开文档, 创建文件, 新建设计, 加载文件, 切换文档, 初始化画布
development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.