← ClaudeAtlas

formify-pdf-formslisted

Build fillable PDF forms and contract templates with signature fields. Use when creating a form or template, adding fillable fields to an existing PDF, replacing static text with fields, or preparing a document for e-signing. Triggers on "PDF form", "fillable PDF", "add fields to a PDF", "contract template", "skapa PDF-formulär", "PDF-mall", "fyllbart PDF", "formulario PDF". Not for sending a finished document: see formify-send-contract.
formify-e-sign/formify-skills · ★ 4 · Data & Documents · score 80
Install: claude install-skill formify-e-sign/formify-skills
# Build a PDF form ## Purpose Produce a PDF that a person can fill in and sign: clean layout, real AcroForm fields, and — where the user wants Formify's identity features — the `tink-*` attributes that make a field scan an ID, verify a company, or collect a one-time code. This works with or without a Formify account. A form built here is a finished, useful document on its own. Sending it for signature is a separate step and a separate skill. ## When this applies - Creating a form, contract template or application from scratch. - Adding fillable fields to a PDF the user already has. - Replacing static text — a name, an address, a single blank line — with a real field. - Preparing a document so it can later be signed. ## When it does not - **Sending a finished document for signature** → `formify-send-contract`. - **Choosing how a signer proves who they are** → `formify-verify-identity`, which owns BankID, ID scan, face liveness and company verification. Come back here for the fields those features need. - **Chasing an already-sent document** → `formify-track-signatures`. ## Preconditions Nothing is required. No account, no network, no local tools. Two things change the route and are worth establishing early: 1. **Is there an existing PDF, or are we starting from nothing?** Editing an existing document must not redesign it. 2. **What document-production capability is available here?** Do not assume; find out, and follow the chain in step 5. ## Procedure ##