[docs] Add agent skills for styling, theming, Next.js, and Tailwind CSS integrations#48187
Merged
mapache-salvaje merged 39 commits intomui:masterfrom Apr 23, 2026
Merged
Conversation
Netlify deploy previewBundle size report
|
Janpot
reviewed
Apr 3, 2026
siriwatknp
reviewed
Apr 17, 2026
added 3 commits
April 21, 2026 08:00
Bundle size
Deploy previewCheck out the code infra dashboard for more information about this PR. |
siriwatknp
reviewed
Apr 22, 2026
|
|
||
| | Topic | Doc | | ||
| | :---------------------- | :------------------------------------------------------------------------------------------ | | ||
| | Choosing strategy | [How to customize](https://mui.com/material-ui/customization/how-to-customize/) | |
Member
There was a problem hiding this comment.
Suggested change
| | Choosing strategy | [How to customize](https://mui.com/material-ui/customization/how-to-customize/) | | |
| | Choosing strategy | [How to customize](https://mui.com/material-ui/customization/how-to-customize.md) | |
x others
Contributor
Author
There was a problem hiding this comment.
Whoops! I thought I got all of these before. Should be fixed everywhere now.
siriwatknp
requested changes
Apr 22, 2026
Member
siriwatknp
left a comment
There was a problem hiding this comment.
My only take is to use url to point to our .md files.
For content, it looks good for the first trials. We can publish it and see feedbacks, we should also consider building evals (Claude Code has evals built-in for us to test the skills).
1efa534 to
691fe62
Compare
added 2 commits
April 22, 2026 16:17
Contributor
Author
|
I ran Claude Code's built-in skill evals and added some more content based on its suggestions. Thanks for the the tip @siriwatknp I didn't know it had that! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a batch of 4 agent skills to the repo based on some of the most common issues that users face:
The style and structure mirrors that of Vercel's collection of agent skills, but I'm not married to those particulars.
I tested these by creating a spec for a full-fledged internal dashboard with requirements that would lead an LLM to face issues if they don't have context about the list items above. I gave the spec to multiple agents, with and without access to the skill files, and had them build out MVPs. Those without the skill files frequently got stuck on common expected issues and took significantly longer to get an app running than those with the skill files, which were able to avoid those pitfalls entirely. When the skill-less LLMs were given the skills after the fact, they confirmed that the additional context would have been useful.
In one instance, an LLM tripped over the Next.js integration as it relates to Suspense, so I had it suggest improvements we could make to the Next.js integration page so others might avoid that issue. I've included that in this PR as well.