#
Use with agents
Information about Web Configs libraries can be shared with different agents using agent skills.
#
Install agent skills
A few skills are available for this library:
Open a terminal and install the agent skills by running the following commands:
pnpx skills add https://github.com/workleap/wl-web-configs --skill workleap-web-configs
pnpx skills add https://github.com/workleap/wl-web-configs --skill workleap-chromatic-best-practices
pnpx skills add https://github.com/workleap/wl-web-configs --skill workleap-react-best-practices
At installation, the skills.sh CLI will prompt you to choose whether to install the skill globally or within a project. We recommend installing it locally so it is available for code review tools such as Copilot or Claude Code.
#
Try it 🚀
Once the skills are installed, start an agent and ask it to set up a new project or audit an existing Chromatic setup:
I'm creating a new React + TypeScript web application from scratch. Set up the project to use Workleap shared configs for ESLint, TypeScript and Rsbuild.
Audit the Chromatic setup in my project and propose improvements based on Workleap's Chromatic best practices.