mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-23 00:01:24 -07:00
20 lines
575 B
JSON
20 lines
575 B
JSON
{
|
|
"name": "ux-extension",
|
|
"version": "1.0.0",
|
|
"description": "Specialized suite of UX development tools for the Gemini CLI team, including worktree management, PR finishing, and design auditing.",
|
|
"author": "AI DevTools UX Team",
|
|
"skills": [
|
|
"skills/_ux_git-worktree",
|
|
"skills/_ux_finish-pr",
|
|
"skills/_ux_designer",
|
|
"skills/_ux_string-reviewer"
|
|
],
|
|
"commands": [
|
|
"commands/_ux_help.toml",
|
|
"commands/_ux_finish-pr.toml",
|
|
"commands/_ux_git-worktree.toml",
|
|
"commands/_ux_designer.toml",
|
|
"commands/_ux_string-reviewer.toml"
|
|
]
|
|
}
|