tools/claude-plugin/README.md
Claude Code skill providing comprehensive guidance for Payload development with TypeScript patterns, field configurations, hooks, access control, and API examples.
Install this skill directly from the Payload repository:
/plugin install github:payloadcms/payload
The payload skill provides expert guidance on:
Once installed, Claude will automatically invoke the skill when you're working on Payload CMS projects. The skill activates when you:
payload.config.ts filesYou can also explicitly invoke it:
@payload how do I implement row-level access control?
skills/payload/
├── SKILL.md # Main skill file with quick reference
└── reference/
├── FIELDS.md # All field types and configurations
├── COLLECTIONS.md # Collection patterns
├── HOOKS.md # Hook patterns and examples
├── ACCESS-CONTROL.md # Basic access control
├── ACCESS-CONTROL-ADVANCED.md # Advanced access patterns
├── QUERIES.md # Query patterns and APIs
├── ADAPTERS.md # Database and storage adapters
└── ADVANCED.md # Jobs, endpoints, localization
MIT