What problem does it solve? Working with a Prismic CMS repository requires juggling three separate APIs (Content, Custom Types, Migration) with different authentication tokens, ref resolution, and URL-encoded predicate queries. This Skill centralizes that knowledge and provides ready-made scripts so you can query documents, manage content models, and migrate content without memorizing endpoint details. ## Core Features & Use Cases - Content Querying: Search documents by type, UID, or full-text using the Content API with automatic master ref resolution and jq filtering. - Schema Management: List, create, update, and delete custom types and shared slices through the Custom Types API. - Content Migration: Create, update, and delete documents programmatically via the Migration API, including adding slices like FAQ accordions to existing pages. - Use Case: You need to audit all A/B test experiments in your Prismic repo. Run the list-experiments script to get every experiment's UID, enabled status, and slice types in one command, then drill into a specific experiment's variations. ## Quick Start Ask the AI to list all experiments in the Prismic repository along with their enabled status using the prismic-api skill.