[setup|update|operate] Mode
Skill argument inferred from the request when omitted. Explicit arguments win. Not an `ak` CLI subcommand.
/ak:page-builder setup ./apps/storefront Quick Ref / Command
Engineer Kit
Beta only
/ak:page-builder
Integrate or extend a project page builder with the host stack, then operate drafts, previews, and publishing. Not for one-off page design or a generic API wrapper.
Discover the host
Define contracts
Connect editor
Expose interfaces
Rule 01
Agents are the primary operators; humans customize through the editor.
Rule 02
Reuse the host stack and current page owners; do not create a second source of page truth.
Rule 03
setup, update, and operate are skill arguments, not executable ak CLI subcommands.
Rule 04
A missing required creator or unsupported runtime is a named incomplete capability, not a pass.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
How to invoke the skill: syntax, positional arguments, shared options, then each subcommand with its own syntax and outcome.
Syntax
/ak:page-builder [setup|update|operate] [project-path] [request][setup|update|operate] Mode
Skill argument inferred from the request when omitted. Explicit arguments win. Not an `ak` CLI subcommand.
/ak:page-builder setup ./apps/storefront [project-path] Project path
Host app path for setup or update. Omit when the current workspace is the host.
/ak:page-builder setup ./apps/storefront [request] Request
What to integrate, extend, or operate. For update/operate, change only the requested behavior.
/ak:page-builder operate Create a pricing draft and share its preview setup New integration /ak:page-builder setup [project-path] [request] Discover the host, implement contracts, editor, interfaces, operator skill, and verification for a new builder.
Outcome:
/ak:page-builder setup ./apps/storefront update Scoped extension /ak:page-builder update [project-path] [request] Change the requested behavior and affected contracts. Do not rebuild unrelated subsystems.
Outcome:
/ak:page-builder update Add the existing ProductGrid block with category bindings operate Operate pages /ak:page-builder operate [request] Use the project operator skill when available; otherwise operate here and create that skill after verifying contracts.
Outcome:
/ak:page-builder operate Create a pricing draft and share its preview Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:page-builder setup ./apps/storefront /ak:page-builder update Add the existing ProductGrid block with category bindings /ak:page-builder operate Create a pricing draft and share its preview