mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 04:50:29 -07:00
15 lines
520 B
JSON
15 lines
520 B
JSON
{
|
|
"name": "gemini-cli-ux",
|
|
"version": "1.0.0",
|
|
"description": "Specialized suite of UX development tools for the Gemini CLI team. A Lifecycle Command Center providing workflow management, UI design scaffolding, and copy review.",
|
|
"author": "AI DevTools UX Team",
|
|
"skills": ["skills/ux-git-skill", "skills/ux-designer", "skills/ux-writer"],
|
|
"commands": [
|
|
"commands/ux-new-feature.toml",
|
|
"commands/ux-pr.toml",
|
|
"commands/ux-design.toml",
|
|
"commands/ux-review.toml",
|
|
"commands/ux.toml"
|
|
]
|
|
}
|