Quickpage for agent workflows

Agent-ready publishing for Quickpage campaigns.

Install the Quickpage CLI, run quickpage init, and give your coding agent a local skill with publishing rules, collection APIs, style guidance, access tiers, and controls.

Read the workflow quickpage init

Give your agent the Quickpage playbook.

Without project-specific guidance, agents improvise. Quickpage reduces that uncertainty by installing a focused skill directly into the workspace.

Publishing guide

The generated skill explains deploy commands, URL shape, access tiers, controls, and page organization.

Style metadata

Agents can read live style-profile guidance before creating a DAC-styled page or choosing a bespoke design.

Collections API

The skill includes examples for page-scoped records, small shared state, and realtime subscriptions.

Installed locally

The skill lives with the work.

Run quickpage init to create .claude/skills/quickpage/SKILL.md. That file becomes the agent's operating guide for Quickpage publishing.

Quickpage init creating a local agent skill and publishing workflow

From prompt to page, with fewer handoffs.

A marketer can brief the campaign. A developer can install the workflow. An agent can draft, revise, and prepare the page using the same Quickpage rules every time.

Install CLIDownload the Quickpage binary for Windows or macOS/Linux.
Sign inRun quickpage login once for browser DAC sign-in.
Initialize skillRun quickpage init in the workspace.
Ask agentGive the page brief and let the agent use the skill.
DeployPublish the folder with quickpage deploy.
# 1. Install the Quickpage CLI
#    Windows:
powershell -NoProfile -ExecutionPolicy Bypass -Command "irm https://quickpageclidac.blob.core.windows.net/cli/latest/install.ps1 | iex"
#    macOS / Linux:
curl -fsSL https://quickpageclidac.blob.core.windows.net/cli/latest/install.sh | sh

# 2. Sign in once with your DAC account (stores your token and user slug)
quickpage login

# 3. Generate the agent skill into the workspace
quickpage init

# 4. Publish the page folder
quickpage deploy ./campaign quickpage-agents "Quickpage Agent Workflows" --access public --root