What problem does it solve?
Provides a concise development methodology for working with Contentful content types, entries, assets, and APIs so teams avoid unsafe manual schema edits, inconsistent localization, and deployment friction across environments.
Core Features & Use Cases
- Content modeling best practices: define structured content types, use references, and apply validation rules for reusable UI components.
- API guidance: prefer the GraphQL Content API for typed, efficient queries and use the REST Delivery API when appropriate.
- Safe schema changes & migrations: develop in sandbox environments, use migration scripts via the Management API, and promote changes reliably.
- Assets, localization, and operational patterns: handle responsive images with the Image API, always specify locale in queries, use webhooks for cache invalidation, and respect rate limits.
- Use Case: Migrate a blog content type schema, populate localized entries, and promote the changes from staging to master with migration scripts and automated publish steps.
Quick Start
Use the contentful-cms skill to list content types in my Contentful space and show the fields for the 'blogPost' content type.