An attribute set of Gemini CLI custom commands to migrate to Antigravity CLI global skills.
The name of the attribute set will be the name of each generated skill directory.
Declarations
Type
attribute set of (open submodule of string)Default
{ }Example
changelog = {
prompt =
''
Your task is to parse the `<version>`, `<change_type>`, and `<message>` from their input and use the `write_file` tool to correctly update the `CHANGELOG.md` file.
'';
description = "Adds a new entry to the project's CHANGELOG.md file.";
};
"git/fix" = { # Becomes /git:fix
prompt = "Please analyze the staged git changes and provide a code fix for the issue described here: {{args}}.";
description = "Generates a fix for a given GitHub issue.";
};
</message></change_type></version>