contentful-guide

द्वारा 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

contentful की और Skills

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
एक निर्देशित गेम निर्माण कौशल जो आपको ब्राउज़र-आधारित टेट्रिस गेम को डिज़ाइन करने, योजना बनाने और बनाने में मार्गदर्शन करता है। सभी 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
मौजूदा Next.js प्रोजेक्ट में Contentful जोड़ें और कॉन्फ़िगर करें। इसमें JavaScript SDK इंस्टॉल करना, एनवायरनमेंट वेरिएबल कॉन्फ़िगर करना, प्रोडक्शन और… बनाना शामिल है।
official