feat(skills): добавить установку через npx skills add

This commit is contained in:
Gromov Sergei
2026-08-17 09:43:40 +03:00
parent d1f122c23e
commit 19d9cf01e7
87 changed files with 9864 additions and 38 deletions

View File

@@ -28,9 +28,17 @@ You do not have to work with the sprite directly in your application. Use it lik
`@gromlab/svg-sprites` is designed to work with AI agents from the start. Add the ready-made skill and ask an agent to configure, migrate, or troubleshoot the package without lengthy instructions or manual documentation research.
[🇬🇧 Download AI skill (English)](https://github.com/gromlab-ru/svg-sprites/releases/latest/download/svg-sprites.zip)
Install the English skill:
[🇷🇺 Download AI skill (Russian)](https://github.com/gromlab-ru/svg-sprites/releases/latest/download/svg-sprites-ru.zip)
```bash
npx skills add gromlab-ru/svg-sprites --skill svg-sprites
```
Install the Russian skill:
```bash
npx skills add gromlab-ru/svg-sprites --skill svg-sprites-ru
```
## From SVG to component in three steps