From legal
Prepares documents for e-signature: runs checklist for completeness, configures sequential/parallel signing order, routes envelopes or generates instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal:signature-request <document or contract to send><document or contract to send>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md).
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.
/signature-request $ARGUMENTS
Prepare for signature: @$1
Accept the document in any format:
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
Gather signing details:
If ~~e-signature is connected:
If not connected:
## 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]
npx claudepluginhub anthropics/knowledge-work-plugins --plugin legalCreates Documenso documents, manages recipients with roles and signing order, positions signature fields using TypeScript SDK and REST API.
Automates Eversign document operations via Composio's toolkit through Rube MCP. Discovers tool schemas, manages connections, and executes signing workflows.
Automates DocuSign e-signature workflows via Rube MCP/Composio: list templates, create/send envelopes, manage signatures/documents. Requires active DocuSign connection.