cms-collection-setup

Create Webflow CMS collections with fields and relationships.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/createdbysalt/nextjs-starter-template --skill cms-collection-setup-createdbysalt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cms-collection-setup
Source: https://github.com/createdbysalt/nextjs-starter-template/tree/main/.claude/skills/cms-collection-setup
Command: npx skills add https://github.com/createdbysalt/nextjs-starter-template --skill cms-collection-setup-createdbysalt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and configuration of Webflow CMS collections, including fields and relationships, reducing manual setup time and mistakes when modeling content.

Core Features & Use Cases

  • Create a new CMS collection with display name, singular name, and optional slug.
  • Add static fields, option fields, and reference/multi-reference fields in the correct creation order.
  • Validate plan limits, detect naming conflicts, and resolve dependencies for related collections.
  • Preview the complete schema before creation and capture collection IDs after setup.

Quick Start

Provide collection requirements: display name, singular name, optional slug; define fields with names and types; identify references to other collections.

Example: Create a Blog Posts collection with fields: Title (Text), Content (Rich Text), Author (Reference to Authors), Publish Date (DateTime).

Then, confirm with 'create' to execute the setup.

Frequently Asked Questions about cms-collection-setup

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

FAQPage Schema
How do I automate Webflow CMS collection creation with fields and references?

You can automate Webflow CMS collection creation by defining the display name, singular name, fields, and reference relationships, then confirming to execute the setup. This Skill validates plan limits and naming conflicts, creates collections in the correct order, and captures collection IDs after setup.

Can I create reference and multi-reference fields between Webflow CMS collections automatically?

Yes, you can automatically create reference and multi-reference fields between Webflow CMS collections. The Skill resolves dependencies for related collections, ensuring that referenced collections exist before creating the fields that point to them, maintaining safe and ordered creation.

What do I need to set up a Webflow CMS content model for a blog or portfolio?

To set up a Webflow CMS content model, you need to provide the collection display name, singular name, optional slug, and field definitions including names and types. You also identify any references to other collections, then preview the complete schema before confirming creation.

Does this validate Webflow plan limits before creating CMS collections and fields?

Yes, the Skill validates Webflow plan limits before creating CMS collections and fields. It checks for naming conflicts and resolves dependencies to ensure your content model setup does not exceed your current plan restrictions or create duplicate collection names.

Why are my Webflow CMS reference fields not creating in the correct order?

Webflow CMS reference fields require the parent collection to exist first. The Skill handles this by resolving dependencies and creating collections, static fields, and reference fields in the correct ordered sequence, then performs post-creation verification to confirm successful setup.

Can I preview a Webflow CMS collection schema before it is actually created?

Yes, you can preview the complete Webflow CMS collection schema before creation. The Skill generates a full preview of your collections and fields, allowing you to verify the content model and confirm accuracy before executing the actual setup commands.