一键导入
pdf-template-manager
Standardized mapping of JSON fields to PDF coordinates for SignNow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardized mapping of JSON fields to PDF coordinates for SignNow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Dynamically manage MCP server limits by toggling disabled states in mcp_config.json. Use when hitting the 100-tool limit, or when needing a specific MCP server that is currently disabled.
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," "tracking plan," "how do I measure this," "track conversions," "attribution," "Mixpanel," "Segment," "are my events firing," or "analytics isn't working." Use this whenever someone asks how to know if something is working or wants to measure marketing results. For A/B test measurement, see ab-test-setup.
When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," "lifecycle emails," "trigger-based emails," "email funnel," "email workflow," "what emails should I send," "welcome series," or "email cadence." Use this for any multi-email automated flow. For cold outreach emails, see cold-email. For in-app onboarding, see onboarding-cro.
When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "how should I organize my site," or "site navigation." Use this whenever someone is planning what pages a website should have and how they connect. NOT for XML sitemaps (that's technical SEO — see seo-audit). For SEO audits, see seo-audit. For structured data, see schema-markup.
Wix Design System component reference. Use when building UI with @wix/design-system, choosing components, or checking props and examples. Triggers on "what component", "how do I make", "WDS", "show me props", or component names like Button, Card, Modal, Box, Text.
Creates HTTP endpoints for Wix CLI apps. Use only when the user specifically asks for a backend endpoint. Use when building REST API endpoints, backend HTTP handlers, or server-side logic. Triggers include backend API, HTTP endpoint, HTTP methods, form handling, file uploads.
| name | PDF Template Manager |
| description | Standardized mapping of JSON fields to PDF coordinates for SignNow. |
| version | 1.0.0 |
Use this skill to maintain the mapping between IntakeQueue data and the Legal PDF Templates.
When generating a PDF via GAS, we map IntakeQueue keys to "Tags" in the SignNow template.
Standard Naming Convention:
{{FieldName}}| IntakeQueue Field | SignNow Tag | PDF Location | Notes |
|---|---|---|---|
indemnitorName | {{IndemnitorName}} | Page 1, Top | Full Name |
indemnitorAddress | {{IndemnitorAddr}} | Page 1, Block 2 | Full Address |
defendantName | {{DefendantName}} | Page 1, Header | Reference |
bondAmount | {{TotalBond}} | Page 2, Financials | Currency |
premiumAmount | {{PremiumDue}} | Page 2, Financials | Currency |
| IntakeQueue Field | SignNow Tag | PDF Location | Notes |
|---|---|---|---|
indemnitorName | {{BorrowerName}} | P1, Line 1 | |
bondAmount | {{PrincipalAmount}} | P1, Top Right | |
paymentTerms | {{InstallmentPlan}} | P1, Body | Text description of plan |
When the user asks to "Add a new field to the contract":
IntakeQueue?PDF_TEMPLATES.md (implied artifact) with the new tag.createDocument() function to include the new key-value pair in the payload.