|
10 | 10 | "plugins": [ |
11 | 11 | { |
12 | 12 | "name": "switch-provider", |
13 | | - "description": "Switch Claude Code between AI providers (Anthropic, zAI, DeepSeek, Kimi, Qwen, MiniMax) with a single command", |
| 13 | + "description": "Switch Claude Code between AI providers (Anthropic, Z.AI, Kimi, MiniMax) with a single command", |
14 | 14 | "version": "1.0.0", |
15 | 15 | "author": { |
16 | 16 | "name": "kossakovsky" |
17 | 17 | }, |
18 | 18 | "source": "./plugins/switch-provider", |
19 | 19 | "category": "utilities", |
20 | 20 | "tags": ["provider", "api", "configuration"], |
21 | | - "keywords": ["provider", "switch", "api", "xai", "deepseek", "kimi", "qwen", "minimax"] |
| 21 | + "keywords": ["provider", "switch", "api", "zai", "kimi", "minimax"] |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "name": "plugin-development", |
|
31 | 31 | "category": "developer-tools", |
32 | 32 | "tags": ["development", "plugins", "scaffold", "validation", "tools"], |
33 | 33 | "keywords": ["claude-code", "plugins", "developer-tools", "scaffold", "validation"] |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "commit", |
| 37 | + "description": "Smart git commits with conventional commit message generation", |
| 38 | + "version": "1.0.0", |
| 39 | + "author": { |
| 40 | + "name": "kossakovsky" |
| 41 | + }, |
| 42 | + "source": "./plugins/commit", |
| 43 | + "category": "developer-tools", |
| 44 | + "tags": ["git", "commits", "conventional-commits"], |
| 45 | + "keywords": ["git", "commit", "conventional", "changelog"] |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "skill-creator", |
| 49 | + "description": "Create new skills, modify and improve existing skills, and measure skill performance with evals and benchmarks", |
| 50 | + "version": "1.0.0", |
| 51 | + "author": { |
| 52 | + "name": "anthropics" |
| 53 | + }, |
| 54 | + "source": "./plugins/skill-creator", |
| 55 | + "category": "developer-tools", |
| 56 | + "tags": ["skills", "creator", "evals", "development"], |
| 57 | + "keywords": ["skills", "creator", "evals", "development"] |
34 | 58 | } |
35 | 59 | ] |
36 | 60 | } |
0 commit comments