ardot-create-new-file

Validate preconditions before calling create_new_page in Ardot.

118|12|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/balabalabalading/huuuuuuho-skills --skill ardot-create-new-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ardot-create-new-file
Source: https://github.com/balabalabalading/huuuuuuho-skills/tree/main/skills/Ardot-skills-nonofficial/ardot-create-new-file
Command: npx skills add https://github.com/balabalabalading/huuuuuuho-skills --skill ardot-create-new-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

此技能实现一个强制性前置条件:在调用 create_new_page 之前必须先加载并执行此技能,以确保在 Ardot 设计文件中正确追踪页面 ID 与编辑器状态。未加载此技能时,创建的新页面可能缺少一致的上下文和定位信息,导致工作流中断。

Core Features & Use Cases

  • 强制在创建新页面前执行初始化步骤,确保页面 ID 的正确追踪与编辑器状态的一致性。
  • 指导用户在 Ardot 项目中为新页面命名和放置提供上下文,从而维持页面的组织结构和可维护性。
  • 使用场景:在设计新的 Components、Light Mode、Screens 等画布时,先运行 ardot-create-new-file 以锁定跟踪信息,然后再执行 create_new_page 进行实际创建。

Quick Start

Use this skill before invoking create_new_page to activate the precondition check and page-tracking setup.

Frequently Asked Questions about ardot-create-new-file

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does page creation fail in Ardot without loading a precondition skill?

Page creation in Ardot fails without a precondition skill because new pages lack consistent context and positioning information, causing workflow interruptions. Loading the skill first validates preconditions and ensures proper page tracking.

How do I enforce safe page tracking before creating new Ardot pages?

To enforce safe page tracking, load the ardot-create-new-file skill before invoking the create_new_page call. This validates preconditions and records the resulting pageId for downstream operations, ensuring consistent IDs across sessions.

When do I need to load a page-tracking precondition in my Ardot design workflow?

You need to load a page-tracking precondition when designing new Components, Light Mode, or Screens canvases in Ardot. Activating it before creating pages locks tracking information and maintains your project's organizational structure.

Does the Ardot page creation precondition work across different editor states?

Yes, the Ardot page creation precondition works across different editor states by validating the initial setup and guiding the create_new_page call. This ensures consistent page IDs and positioning information throughout various sessions.

What happens if I call create_new_page without initializing page-tracking in Ardot?

If you call create_new_page without initializing page-tracking in Ardot, the new page may lack consistent context and positioning information. This breaks the mandatory precondition, leading to missing tracking data and potential workflow interruptions.