·payload-cms
!

payload-cms

connorads/dotfiles

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Triggers on tasks involving: collection definitions, field configurations, hooks, access control, database queries, custom endpoints, authentication, file uploads, drafts/versions, live preview, or plugin development. Also use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

69Installs·2Trend·@connorads

Installation

$npx skills add https://github.com/connorads/dotfiles --skill payload-cms

SKILL.md

Payload is a Next.js native CMS with TypeScript-first architecture. This skill transfers expert knowledge for building collections, hooks, access control, and queries the right way.

Every operation flows through: Config → Access Check → Hook Chain → Database → Response Hooks

| Auto-generate slugs | slugField() or beforeChange hook | [references/fields.md#slug-field] | | Restrict by user | Access control with query constraint | [references/access-control.md] | | Local API with auth | user + overrideAccess: false | [references/queries.md#local-api] |

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Triggers on tasks involving: collection definitions, field configurations, hooks, access control, database queries, custom endpoints, authentication, file uploads, drafts/versions, live preview, or plugin development. Also use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior. Source: connorads/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/connorads/dotfiles --skill payload-cms
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is payload-cms?

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Triggers on tasks involving: collection definitions, field configurations, hooks, access control, database queries, custom endpoints, authentication, file uploads, drafts/versions, live preview, or plugin development. Also use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior. Source: connorads/dotfiles.

How do I install payload-cms?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/connorads/dotfiles --skill payload-cms Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/connorads/dotfiles