Agent Skills
VitePress Plugin Group Icons provides an official Agent Skill for AI coding agents. It helps agents understand how to install the package, configure both plugin integrations, import the generated styles, and enable optional features without replacing your existing VitePress configuration.
Installation
Install the skill in your AI coding agent:
sh
npx skills add yuyinws/vitepress-plugin-group-iconsThe source code of the skill is available on GitHub.
Example Prompts
Once installed, you can ask your agent to help with common integration tasks:
text
Integrate vitepress-plugin-group-icons into this VitePress sitetext
Enable title bars for titled code blocks and imported snippetstext
Add a custom icon for MDX code blocks with light and dark variantstext
Troubleshoot why virtual:group-icons.css cannot be resolvedWhat's Included
The skill guides agents through:
- Detecting the active VitePress config, theme entry, workspace, and package manager
- Installing
vitepress-plugin-group-iconsin the correct package - Registering
groupIconMdPluginandgroupIconVitePluginwithout overwriting existing configuration - Importing
virtual:group-icons.cssfrom the active theme - Configuring title bars, custom Iconify icons, local SVG files, and remote SVG URLs
- Verifying the integration with the project's existing checks or VitePress build