Payload Skills to assist AI agents
npx skills add https://github.com/payloadcms/skills --skill cms-migrationCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
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