adapto-schema-design

Solid

Propose a content schema from your project context — the custom collections (and Article categories) the site needs, plus an advisory map of which built-in types cover the rest. Writes a reviewable .adapto/schema-plan.json; no CMS writes. Pairs with adapto:schema-apply.

Web & Frontend 1 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# adapto:schema-design Derives a **content schema** from your project context: the **custom collections** (and their fields) the site needs, the **Article categories** worth setting up, and an **advisory map** of which built-in types cover everything else. Its output is a reviewable, hand-editable **`.adapto/schema-plan.json`** that `adapto:schema-apply` reads to do the actual writing. This skill makes **no CMS writes** — it's safe and re-runnable. ## When to use - "Design my content schema", "what collections do I need", "model my content". - Right after `adapto:project-define`, and before `adapto:content-seed`. ## When not to use - To actually create the collections/categories in Adapto → `adapto:schema-apply`. - To seed content rows → `adapto:content-seed`. - Just checking the environment → `adapto:doctor`. ## Inputs - **Project context, if available** — read from the `.adapto/project.md` cache, or (when authenticated) `adapto collections get-by-slug _adapto_project_config --json`. - **Existing collections, when authenticated** — `adapto collections list --json`, so the proposal reuses or skips what already exists instead of duplicating it. - **If there's no project context** — ask for a **1–2 line site description** (a single, skippable question). ## Outputs - **`.adapto/schema-plan.json`** — the reviewable proposal that `adapto:schema-apply` consumes. Shape: ```json { "version": 1, "language": "en-US", "collections": [ { "name": "Team", "slug": "team"...

Details

Author
adaptocms
Repository
adaptocms/adapto-cms-agent-skills
Created
1 months ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category