Back to the catalog

palladius-common-commands

Riccardo's Gemini CLI extension, packaged with GCP and SRE Custom Commands and skills.

Open source Open in the app JSON README (API)

About

Riccardo's Gemini CLI extension, packaged with GCP and SRE Custom Commands and skills.

Details

Kind
Plugins
Topic
AI, RAG & memory
Publisher
palladius
Origin
gemini
Category
ferramentas
Version
0.3.50
Stars
44
Forks
3
Last push
2026-08-24T10:15:52Z
Repository state
ativo
Language
Python
License
NOASSERTION
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
palladius/gemini-cli-custom-commands

README

# Riccardo's Custom Antigravity & Gemini CLI Commands πŸ”„ (πŸ”Œ)

Self: https://github.com/palladius/gemini-cli-custom-commands

This is a collection of all "Carlessian" custom commands and agent skills, packaged into one place.

![Version](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/palladius/gemini-cli-custom-commands/main/gemini-extension.json&query=$.version&label=version&color=red&labelColor=blue) [![License](https://img.shields.io/badge/License-Apache%202.0-green?labelColor=yellow)](LICENSE)
- πŸ“– [User Manual](docs/USER_MANUAL.md)
- πŸ“ [Changelog](CHANGELOG.md)
- πŸ’‘ Inspired by [google-gemini/gemini-cli-security](https://github.com/google-gemini/gemini-cli-security) extension.
- πŸš€ Referenced in the Official [Gemini CLI Extensions](https://geminicli.com/extensions/browse/) site.

## Plugin & Extension Compatibility

This repository functions as a native plugin/extension across multiple agent ecosystems:

### 1. Antigravity UI & `agy` CLI
*   **Workspace-Level**: Clone or symlink this directory into `.agents/plugins/palladius-common-commands/` at the root of your workspace.
*   **Global-Level**: Clone or symlink this directory into `~/.gemini/config/plugins/palladius-common-commands/`.
*   **Verification**: Check active plugins and skills inside the CLI/UI using:
    ```bash
    agc plugins
    agc skills
    ```

### 2. Claude Code
*   **Workspace-Level**: Place or symlink this repository folder inside `.claude/plugins/palladius-common-commands/` at the root of your workspace.
*   **Global-Level**: Run Claude Code with the plugin directory flag pointing to this repo:
    ```bash
    claude --plugin-dir /path/to/gemini-cli-custom-commands
    ```
*   Claude Code will automatically recognize `.claude-plugin/plugin.json` and load the skills under the `/palladius-common-commands:` namespace.

### 3. OpenAI Codex
*   This extension is fully Codex-compatible (uses the `.codex-plugin/plugin.json` manifest).

### 4. Legacy: Gemini CLI
*   Installable via the classic extension system (requires Gemini CLI v`0.4.0` or newer):
    ```bash
    gemini extensions install https://github.com/palladius/gemini-cli-custom-commands
    ```

## Available Commands

Here's the full list of commands available in this extension. For more details, see the [User Manual](docs/USER_MANUAL.md).

*   **`πŸ’» Code`**: `/code:pda` - Follows the Plan, Define, Act workflow.
*   **`πŸƒ Common`**: `/common:find_todos` - Find TODOs; `/common:whereabouts` - Riccardo's presence logic.
*   **`✍️ Dev`**: `/dev:check-writing-style` - Check documentation writing style.
*   **`πŸ“£ DevRel`**: `/devrel:article-feedback` - Article critique; `/devrel:check_google_license` - License compliance.
*   **`πŸ“ Filesystem`**: `/fs:grep-code` - Recursive grepping.
*   **`πŸ”€ Git`**: `/git:commit_push` - Commit/push automation; `/git:migrate_bitbucket_to_gitxxb` - Repo migration; `/git:recover_history` - History recovery.
*   **`πŸ™ GitHub`**: `/github:issue` - Manage GitHub issues.
*   **`🦊 GitLab`**: `/gitlab:issue` - Manage GitLab issues.
*   **`πŸ› οΈ SRE`**: `/sre:postmortem-create` - [DEPRECATED] Post-Mortem automation.
*   **`☁️ GCP`**: `/gcp:cloud_build_investigation` - Cloud Build/Run debugging.
*   **`πŸ”„ Self-Reflect`**: `/pcc:refresh-user-manual` - Refresh documentation.
*   **`πŸ—ΊοΈ Plan`**: `/plan:do` - Plan new features or fixes.

## 🧠 Agent Skills

These allow agents to act more autonomously and precisely within the Antigravity ecosystem:

*   **`cloud-build-investigation`**: πŸ—οΈ Expert-level SRE skill for Google Cloud Build and Cloud Run investigations.
*   **`conductor-worktree-hitl`**: πŸ”€ Manage asynchronous task implementation in Git Worktrees using Conductor++ and GitHub Issues.
*   **`devrel-frictionlog-codelab`**: πŸ₯‘ Automates friction logging for a given Google Codelab URL.
*   **`genmedia-setup`**: 🎨 **[MIGRATED]** Setup and use GenMedia (MCP) tools and related Gemini skills.
*   **`musicgen-lyria3`**: 🎡 Generate 30-second music clips or 2-3 minute full songs with the Lyria 3 model.
*   **`pcc-check-for-updates`**: πŸ”„ Our flagship skill! A robust **Ruby**-based version checker.

## Thanks

* Arthur Yau for contributing the code/PDA framework.

More