Payload Skills to assist AI agents
npx skills add https://github.com/payloadcms/skills --skill cms-migrationInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
npx skills add payloadcms/skills
payloadComprehensive development guidelines for Payload projects. Covers collections, fields, hooks, access control, queries, and plugin development with TypeScript-first patterns.
When to use: Working with Payload projects (payload.config.ts, collections, fields, hooks, access control). Debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
Covers:
cms-migrationInteractive workflow to design Payload collections from source CMS data. Config-first approach: establish data structure through conversation before importing.
When to use: Migrating content to Payload from WordPress, Contentful, Strapi, Sanity, Webflow, or other CMSs. Working with data exports (JSON, CSV) that need to be mapped to Payload collections.
Covers:
MIT