contentful-guide

โดย contentful

อธิบายแนวคิดหลักของ Contentful และนำทางผู้ใช้ไปยังทักษะการใช้งานหรือเอกสารที่ถูกต้อง ใช้เมื่อผู้ใช้ถามคำถามเชิงแนวคิด ต้องการคำศัพท์เฉพาะ...

npx skills add https://github.com/contentful/skills --skill contentful-guide

Contentful Guide

Use this skill as the routing and vocabulary layer for Contentful tasks.

Contentful is a headless, API-first CMS (composable content platform) where teams model content once and deliver it to many channels.

What this skill does

  1. Clarifies core terms (space, environment, environment alias, content model, content type, entry, asset, locale).
  2. Maps user intent to the right API (CDA, CPA, CMA, GraphQL, Images API).
  3. Routes implementation requests to the right skill and docs.
  4. Prevents incorrect setup by identifying when a request is not in this skill's scope.

Routing rules

  • If the user asks to add Contentful to a Next.js project, use the contentful-nextjs skill.
  • If the user asks about optimization/personalization/analytics setup or debugging, route to the contentful-personalization skill.
  • If the user asks to write content type migrations or schema changes, route to the contentful-migration skill.
  • If the user asks for concrete REST/GraphQL requests (curl examples, headers, query parameters, payload shapes for CMA/CDA/CPA/Images/GraphQL), route to the contentful-api skill.
  • If the user asks for conceptual guidance, architecture tradeoffs, or where to read docs, stay in this skill.
  • If the user asks about environment aliases and deployment workflows, stay in this skill unless they also ask for framework implementation.

API chooser

  • Use CDA for published delivery content in websites/apps.
  • Use CPA for unpublished preview content.
  • Use CMA for write operations (create/update/manage content and models).
  • Use GraphQL Content API when query shape control is preferred over REST payloads.
  • Use Images API for image transformations.

Contentful MCP note

  • The Contentful MCP server is often the easiest way to let an agent interact with Contentful.
  • Use it when the user wants conversational access to spaces, entries, and content model context without wiring SDK code first.
  • Canonical docs: https://www.contentful.com/developers/docs/tools/mcp-server/

Operating pattern

When answering with this skill:

  1. Define terms using shared vocabulary from references/lexicon.md.
  2. Pick the right docs path from references/docs-map.md.
  3. If implementation is requested, hand off using references/skill-routing.md.
  4. Keep answers concise and cite canonical docs paths.

Guardrails

  • Do not invent product capabilities, API behavior, or limits.
  • Do not provide framework code unless routing to the specialized implementation skill.
  • Prefer official docs over memory when details may be version-sensitive.

References

Skills เพิ่มเติมจาก contentful

contentful-custom-app-enhancement
contentful
ปรับปรุง แก้ไขข้อบกพร่อง และขยายแอปพลิเคชันแบบกำหนดเองของ Contentful App Framework ที่มีอยู่ในพื้นที่เก็บข้อมูลของลูกค้า ใช้เมื่อผู้ใช้รายงานข้อบกพร่อง ฟีเจอร์...
official
contentful-custom-app-from-scratch
contentful
ออกแบบ, สร้างโครงร่าง, พัฒนา, และตรวจสอบแอปพลิเคชันแบบกำหนดเองของ Contentful App Framework สำหรับพื้นที่เก็บข้อมูลหรือพื้นที่ทำงานของลูกค้า ใช้เมื่อผู้ใช้ต้องการสร้าง...
official
contentful-help
contentful
วินิจฉัย กำหนดค่า และค้นหาหัวข้อเกี่ยวกับ Contentful คำหลักที่ใช้เรียก: contentful help, contentful doctor, contentful setup
official
game-jam
contentful
ทักษะการสร้างเกมแบบมีคำแนะนำที่จะพาคุณผ่านการออกแบบ วางแผน และสร้างเกม Tetris ที่ทำงานบนเบราว์เซอร์ สาธิตการทำงานพื้นฐานทั้งหมดของ SDK: askUser,…
official
get-to-know-you
contentful
บทสัมภาษณ์สนุกๆ ที่ทำความรู้จักผู้ใช้และสร้างการ์ดโปรไฟล์ ใช้เมื่อผู้ใช้ต้องการแนะนำตัวเองหรือเมื่อคุณต้องการเริ่มต้น...
official
contentful-api
contentful
คู่มือ Contentful REST API ฉบับสมบูรณ์ ครอบคลุม Content Management API (CMA) สำหรับการสร้าง/อัปเดตเนื้อหา, Content Delivery API (CDA) สำหรับการดึงข้อมูลที่เผยแพร่แล้ว…
official
contentful-migration
contentful
เขียนและรันสคริปต์การย้ายข้อมูลโมเดลเนื้อหาของ Contentful โดยใช้ไลบรารี contentful-migration และ Contentful CLI ครอบคลุมการสร้าง แก้ไข และลบ…
official
contentful-nextjs
contentful
เพิ่มและกำหนดค่า Contentful ในโปรเจกต์ Next.js ที่มีอยู่ ครอบคลุมการติดตั้ง JavaScript SDK การกำหนดค่าตัวแปรสภาพแวดล้อม การสร้างโปรดักชันและ…
official