Implement Documenso document creation and recipient management workflows. Use when creating documents, managing recipients, adding signature fields, or building signing workflows with Documenso. Trigger with phrases like "documenso document", "create document", "add recipient", "documenso signer", "signature field".
Scanned 9/10/2026
Install to Claude Code
npx -y skills add micsapp/micstec-skills --skill documenso-core-workflow-a --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Documenso Core Workflow A?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/micsapp-documenso-core-workflow-a)More formats (shields.io, HTML) on the badges page.
---
name: documenso-core-workflow-a
description: |
Implement Documenso document creation and recipient management workflows.
Use when creating documents, managing recipients, adding signature fields,
or building signing workflows with Documenso.
Trigger with phrases like "documenso document", "create document",
"add recipient", "documenso signer", "signature field".
allowed-tools: Read, Write, Edit
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
compatible-with: claude-code, codex, openclaw
---
# Documenso Core Workflow A: Document Creation & Recipients
## Overview
Complete workflow for creating documents, managing recipients, and configuring signature fields in Documenso.
## Prerequisites
- Completed `documenso-install-auth` setup
- Understanding of `documenso-sdk-patterns`
- PDF file ready for signing
## Instructions
### Step 1: Instructions
import { Documenso } from "@documenso/sdk-typescript";
### Step 2: Recipient Roles
Implement recipient roles.
### Step 3: Field Positioning Tips
Implement field positioning tips.
For detailed implementation code and configurations, load the reference guide:
`Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)`
## Output
- Instructions
- Recipient Roles
- Field Positioning Tips
## Error Handling
| Error | Cause | Solution |
|-------|-------|----------|
| Document not found | Invalid ID | Verify document exists |
| Recipient exists | Duplicate email | Update existing recipient |
| Invalid field position | Off-page coordinates | Check page dimensions |
| Cannot modify sent doc | Document already sent | Create new version |
| File too large | PDF exceeds limit | Compress or split PDF |
## Resources
- [Documents API](https://github.com/documenso/sdk-typescript/blob/main/docs/sdks/documents/README.md)
- [Recipients API](https://github.com/documenso/sdk-typescript/blob/main/docs/sdks/documentsrecipients/README.md)
- [Fields API](https://github.com/documenso/sdk-typescript/blob/main/docs/sdks/documentsfields/README.md)
## Next Steps
For template-based workflows, see `documenso-core-workflow-b`.
## Examples
**Basic usage**: Apply documenso core workflow a to a standard project setup with default configuration options.
**Advanced scenario**: Customize documenso core workflow a for production environments with multiple constraints and team-specific requirements.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!