Conversation
|
I am experimenting if these skills are working nicely etc. - not ready for review yet, leaving as draft. |
📊 Performance Test ResultsComparing 2a6e7f1 vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
|
|
||
| If no design context exists yet (no `.impeccable.md` in the site root), you MUST run `/design-setup` first. Use `site_info` to get the site path and check for `{site_path}/.impeccable.md`. | ||
|
|
||
| --- |
There was a problem hiding this comment.
Nit: After creating the site, but not explicitly running the /design-setup skill, I noticed that there's no .impeccable.md created for the site. The agent didn't run it for me either when calling /animate, but it still managed to work through the task:
I'm just wondering what we could do to make these steps more explicit to the agent. 🤔
gcsecsey
left a comment
There was a problem hiding this comment.
Thanks @katinthehatsite for working on this, the new skills look good! 👍

Related issues
Related to STU-1438
How AI was used in this PR
It was used to identify and implement skills that would be most useful.
Proposed Changes
This PR adds the following slash commands skills from the impeccable skills:
theme, asks WordPress-specific questions (block vs classic, page builder,
etc.), writes .impeccable.md to the site root
contrast, interactions, forms, responsiveness
(theme.json fontFamilies, fontSizes)
prefers-reduced-motion support
via theme.json
cyan/purple gradients, glassmorphism)
proposal-before-coding workflow
Testing Instructions
npm run cli:buildnode apps/cli/dist/cli/main.mjs ai/design-setuparrangeorpolishThis is the site that I was able to achieve by running these skills:
Screen.Recording.2026-04-08.at.10.02.42.AM.mov
I did not do any manual work there. I liked that it highlighted design improvements for me, for example, adding accents to the shopping button.
Some screenshots from how the skills work:
Pre-merge Checklist