New to Claude Skills? Learn how to install them →

anthropics on GitHub

E-Signature Routing

OfficialFree

Streamline your document signing process with ease.

Get this skill

Free · Opens the source repo

What E-Signature Routing does

The E-Signature Routing skill is designed to facilitate the preparation and routing of documents for electronic signatures. It provides a structured workflow to ensure that all necessary steps are taken before a document is sent out for signature, making it an essential tool for legal and business professionals. The skill begins by accepting documents in various formats, including file uploads and URLs, allowing users to easily integrate their existing workflows.

Once a document is accepted, the skill guides users through a comprehensive pre-signature checklist. This checklist ensures that the document is in its final form, that all necessary exhibits are attached, and that the correct legal entity names are used in the signature blocks. By verifying these critical details before sending, users can avoid common pitfalls that could delay the signing process or lead to legal issues down the line.

After confirming the document's readiness, users can configure the signing process by specifying signers, their order, and any internal approvals required. The skill supports both sequential and parallel signing, allowing for flexibility based on the specific needs of the workflow. Once everything is set, the skill routes the document for signature, either through an integrated e-signature platform or by generating instructions for manual signing.

This skill is particularly useful for professionals who handle contracts, agreements, or any documents requiring formal signatures. It streamlines the signing process, reduces errors, and ensures compliance with internal and legal standards, making it a valuable addition to any document management toolkit.

When to use it

Use this skill when you have a finalized document ready for signing and need to ensure all details are correct before sending it out.

When not to use it

This skill is not suitable for documents that are still in draft form or require extensive revisions before they can be signed.

What you can build with it

Finalizing a Contract

Use this skill when your contract is ready for signature, ensuring all details are verified before sending.

Preparing for Multiple Signers

Configure the signing order and details for multiple signers, whether they need to sign sequentially or in parallel.

Ensuring Compliance

Utilize the pre-signature checklist to confirm that all legal requirements are met before sending the document for signature.

How to install E-Signature Routing

View source

1. Install with the skills CLI

npx skills add anthropics/knowledge-work-plugins/signature-request --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

/signature-request -- E-Signature Routing

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Prepare a document for electronic signature — verify completeness, set signing order, and route for execution.

Important: This command assists with legal workflows but does not provide legal advice. Verify documents are in final form before sending for signature.

Usage

/signature-request $ARGUMENTS

Prepare for signature: @$1

Workflow

Step 1: Accept the Document

Accept the document in any format:

  • File upload: PDF, DOCX
  • URL: Link to a document in ~~cloud storage or ~~CLM
  • Reference: "The Acme Corp MSA we finalized yesterday"

Step 2: Pre-Signature Checklist

Before routing for signature, verify:

## Pre-Signature Checklist

- [ ] Document is in final, agreed form (no open redlines)
- [ ] All exhibits and schedules are attached
- [ ] Correct legal entity names on signature blocks
- [ ] Dates are correct or left blank for execution date
- [ ] Signature blocks match the authorized signers
- [ ] Any required internal approvals have been obtained
- [ ] Document has been reviewed by appropriate counsel

Step 3: Configure Signing

Gather signing details:

  • Signers: Who needs to sign? (names, emails, titles)
  • Signing order: Sequential or parallel?
  • Internal approval: Does anyone need to approve before the counterparty signs?
  • CC recipients: Who should receive a copy of the executed document?

Step 4: Route for Signature

If ~~e-signature is connected:

  • Create the signature envelope/request
  • Set signing fields and order
  • Add any required initials or date fields
  • Send for signature

If not connected:

  • Generate a signing instruction document
  • Provide the document formatted for wet signature or manual e-sign
  • List all signers with contact information

Output

## Signature Request: [Document Title]

### Document Details
- **Type**: [MSA / NDA / SOW / Amendment / etc.]
- **Parties**: [Party A] and [Party B]
- **Pages**: [X]

### Pre-Signature Check: [PASS / ISSUES FOUND]
[List any issues that need attention before sending]

### Signing Configuration
| Order | Signer | Email | Role |
|-------|--------|-------|------|
| 1 | [Name] | [email] | [Party A Authorized Signatory] |
| 2 | [Name] | [email] | [Party B Authorized Signatory] |

### CC Recipients
- [Name] — [email]

### Status
[Sent for signature / Ready to send / Issues to resolve first]

### Next Steps
- [What to expect after sending]
- [Expected turnaround time]
- [Follow-up if not signed within X days]

Tips

  1. Check entity names carefully — The most common signing error is incorrect legal entity names.
  2. Verify authority — Make sure each signer is authorized to bind their organization.
  3. Keep a copy — Executed copies should be filed in ~~cloud storage or ~~CLM immediately after execution.

Frequently asked questions about E-Signature Routing

Similar skills