mirror of
https://github.com/contentful/skills.git
synced 2026-09-14 20:17:03 +08:00
4ca8db479d63e9fc2a2030fdb96e627d65abb71a
Contentful Agent Skills
Agent Skills for the Contentful platform — reusable instructions, scripts, and references that extend AI coding agents with Contentful-specific capabilities for personalization, optimization, and analytics.
Works with Claude Code, Cursor, GitHub Copilot, OpenAI Codex, Gemini CLI, and 30+ other agent platforms.
Install
npx skills add contentful/skills
Available Skills
Contentful
| Skill | Triggers | Status |
|---|---|---|
| contentful-guide | "Contentful 101", "which Contentful API should I use", "which skill should I use" | Coming soon |
| contentful-nextjs | "add Contentful to Next.js", "Next.js Contentful setup", "Draft Mode Contentful" | Coming soon |
| contentful-migration | "write a migration", "create content type", "schema migration" | Coming soon |
Personalization
| Skill | Triggers | Status |
|---|---|---|
| contentful-personalization-readiness | "check optimization readiness", "audit personalization setup" | Coming soon |
| contentful-personalization-setup | "set up optimization", "configure personalization" | Coming soon |
| contentful-personalization-dev | "build personalization component", "add analytics hook" | Coming soon |
| contentful-personalization-doctor | "diagnose optimization issues", "troubleshoot personalization" | Coming soon |
Platform Install Commands
# All platforms (auto-detects)
npx skills add contentful/skills
# Claude Code
claude /install-skill contentful/skills
# Cursor / Copilot / Codex
# Auto-discovers from .agents/skills/ when added to project
# Gemini CLI
gemini skills install contentful/skills
Install a single skill
npx skills add contentful/skills --skill contentful-personalization-readiness
Contentful MCP Server
If you want to interact with Contentful more easily through AI agents, use the Contentful MCP server:
- Docs:
https://www.contentful.com/developers/docs/tools/mcp-server/ - It provides a simpler conversational interface to work with Contentful content and models.
Contributing
See AGENTS.md & CONTRIBUTING.md for project conventions. Use the internal skill-authoring skill for guidance on creating new skills.
License
Languages
JavaScript
69.2%
TypeScript
30.4%
Python
0.4%