Skip to main content

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:

FolderSkillDescription
unlayer/RouterDelegates questions to the right sub-skill
unlayer-integration/IntegrationReact, Vue, Angular, and plain JS setup
unlayer-custom-tools/Custom ToolsBuilding custom drag-and-drop blocks
unlayer-export/ExportHTML, PDF, image export and design management
unlayer-config/ConfigurationFeatures, appearance, security, and more

Update Skills

Pull the latest version of all installed skills:

npx skills update
Keep Skills Updated

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: