@ruyfranca/myskills 1.0.31 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,5 @@
1
1
  ---
2
- description: Plan and implement UI
3
- ---
4
-
5
- ---
6
- description: AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation
2
+ description: AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation, Plan and implement UI
7
3
  ---
8
4
 
9
5
  # ui-ux-pro-max
package/index.js CHANGED
@@ -16,7 +16,7 @@ const AGENTS_DIR = path.join(__dirname, '.agent', 'agents');
16
16
  program
17
17
  .name('myskills')
18
18
  .description('CLI para gerenciar e instalar skills e agents do Antigravity')
19
- .version('1.0.23');
19
+ .version('1.0.32');
20
20
 
21
21
  program
22
22
  .command('list')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruyfranca/myskills",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Biblioteca de skills customizadas para Antigravity / Claude Code",
5
5
  "main": "index.js",
6
6
  "bin": {