[RFC] Payload Agent Skill Improvements #16666
denolfe
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
|
This is not necessarily strictly on the skill, but I asked Claude Code (Opus 4.7) to implement a slugField. it did it but then it didn't generate the importMap, which should happen on pnpm dev or build, but it doesn't always. it might be worth adding instructions that custom components from LLMs run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Agent Skills let coding agents load capabilities on-demand. We've published the
payloadskill for agents to load and use when working with Payload projects.Our eval suite catches regressions on cases we already know about. However, it can't predict what real users will actually type, or how a given model and harness combo will misread it. That's the gap we need help closing.
What we're asking for
Failure scenarios. Cases where your agent had the
payloadskill loaded and still got it wrong: edited the wrong file, missed a required config property, invented an API, ignored access control, and so on. The more detail you can provide, the better. The goal is to find gaps in the skill's current capabilities and documentation, so we can fix them and make the skill better for everyone.Each report is a candidate eval case and will guide improvements to the skill.
How to participate
1. Install the skill
The
skillsCLI is the easiest way to add the skill.Alternatively, you can copy the skill files directly into the expected directory for your agent.
2. Use it on real work
Build with Payload like you normally would. The skill loads when your agent sees Payload context (e.g. a
payload.config.ts), or you can manually load it if needed.3. Submit failures
Submit a comment on this Discussion with the details of what went wrong, using the template below. The more specific you can be about the setup, prompt, expected vs actual behavior, and repro steps, the better.
Submission template
Beta Was this translation helpful? Give feedback.
All reactions