formify-pdf-formslisted
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
##