{
  "markdown": "# AI Agent Skills\n\nA collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.\n\n## Installation\n\n```bash\nnpx skills add payloadcms/skills\n```\n\n## Available Skills\n\n### `payload`\n\n> Comprehensive development guidelines for Payload projects. Covers collections, fields, hooks, access control, queries, and plugin development with TypeScript-first patterns.\n\n**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.\n\n**Covers:**\n\n- **Collections**: Auth, uploads, drafts, live preview configurations\n- **Fields**: All field types including relationships, arrays, blocks, joins, virtual fields\n- **Hooks**: beforeChange, afterChange, beforeValidate, field hooks\n- **Access Control**: Collection, field, and global access patterns including RBAC and multi-tenant\n- **Queries**: Local API, REST, and GraphQL with complex operators\n- **Database Adapters**: MongoDB, Postgres, SQLite configurations and transactions\n- **Advanced Features**: Jobs queue, custom endpoints, localization, plugins\n\n[View full documentation →](skills/payload/README.md)\n\n### `cms-migration`\n\n> Interactive workflow to design Payload collections from source CMS data. Config-first approach: establish data structure through conversation before importing.\n\n**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.\n\n**Covers:**\n\n- **Data Analysis**: Identify field types, relationships, and patterns from source data\n- **Collection Design**: Generate Payload collection configs through iterative conversation\n- **Field Mapping**: Complete reference for all Payload field types with source patterns\n- **Migration Patterns**: WordPress, Contentful, Strapi field mappings\n- **Common Pitfalls**: Select vs relationship disambiguation, rich text handling\n\n[View full documentation →](skills/cms-migration/SKILL.md)\n\n## Resources\n\n- [Payload Documentation](https://payloadcms.com/docs)\n- [Payload GitHub](https://github.com/payloadcms/payload)\n\n## License\n\nMIT\n",
  "bytes": 2281,
  "sha": "7838d59cf032b20df23b23439452132328a8529b127f31d78e51870418cd57e0",
  "repo_slug": "payloadcms/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_payloadcms_skills_cms_migration_74fd5f5d/readme"
}