Install Agent Skill
Install Unlayer Agent Skills into your project so your AI coding assistant can provide expert-level Unlayer guidance.
Installation
Run the following command in your project directory:
npx skills add unlayer/unlayer-skills
The CLI automatically detects your AI tool and installs the skill files in the correct location.
What Gets Installed
The command installs five skill folders into your project:
| Folder | Skill | Description |
|---|---|---|
unlayer/ | Router | Delegates questions to the right sub-skill |
unlayer-integration/ | Integration | React, Vue, Angular, and plain JS setup |
unlayer-custom-tools/ | Custom Tools | Building custom drag-and-drop blocks |
unlayer-export/ | Export | HTML, PDF, image export and design management |
unlayer-config/ | Configuration | Features, appearance, security, and more |
Update Skills
Pull the latest version of all installed skills:
npx skills update
Skills are updated when Unlayer releases new features or API changes. Run npx skills update periodically to ensure your AI assistant has the most current information.
Try It Out
After installing, open your AI assistant's chat and try a prompt:
How do I add Unlayer to my React app?
Your AI assistant should respond with a complete, working integration — including proper ref handling, onReady callbacks, and save/load patterns.
Tool-Specific Guides
For detailed instructions on configuring specific AI tools:
- Using with Cursor
- Using with Claude Code
- Using with Codex
- Using with Other Tools (GitHub Copilot, Windsurf, and more)