plugins marketplace
← All plugins

palladius-common-commands

v0.3.44

Riccardo's public Antigravity custom commands, GCP/SRE tools, and agent skills.

CodexClaude Code6 skills

44updated 1 week ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

palladius-common-commands/
β”œβ”€β”€ .codex-plugin/plugin.json
β”œβ”€β”€ .claude-plugin/plugin.json
β”œβ”€β”€ skills/cloud-build-investigation/SKILL.md
β”œβ”€β”€ skills/conductor-worktree-hitl/SKILL.md
β”œβ”€β”€ skills/devrel-frictionlog-codelab/SKILL.md
β”œβ”€β”€ skills/genmedia-setup/SKILL.md
β”œβ”€β”€ skills/musicgen-lyria3/SKILL.md
└── skills/pcc-check-for-updates/SKILL.md

Skills6

cloud-build-investigationskills/cloud-build-investigation/SKILL.md

πŸ—οΈ | Expert-level SRE skill for Google Cloud Build (GCB) and Cloud Run investigations. Activate when user mentions Cloud Build failures, deployment issues to Cloud Run, or needs help debugging GCB pipelines. Specializes in correlating git commits with build failures, analyzing build logs, and providing systematic debugging workflows.

conductor-worktree-hitlskills/conductor-worktree-hitl/SKILL.md

Manage asynchronous task implementation in Git Worktrees using Conductor++ and GitHub Issues for low-friction HITL choice prompting and screenshot verification.

devrel-frictionlog-codelabskills/devrel-frictionlog-codelab/SKILL.md

πŸ₯‘ [DevRel] Automates friction logging for a given Google Codelab URL. Use when a user provides a codelab URL and wants the agent to systematically reproduce the steps, log friction for each page, optionally create a GCP project, clone external repos to fix bugs, and produce a detailed report of the experience in a README.md and BUGS.md.

genmedia-setupskills/genmedia-setup/SKILL.md

Install, setup and use GenMedia (MCP) tools and related Gemini skills.

musicgen-lyria3skills/musicgen-lyria3/SKILL.md

Generate 30-second music clips (default) or 2-3 minute full songs with the Lyria 3 model from Google GenAI. Supports creating music with lyrics, vocals, and specific genres from text prompts. Now includes metadata/lyrics saving and custom output filenames.

pcc-check-for-updatesskills/pcc-check-for-updates/SKILL.md

πŸ”„ Checks for updates to remote GH site for palladius/gemini-cli-custom-commands. Use Ruby code to check for newer/older version.

Manifests2

.codex-plugin/plugin.json
{
  "name": "palladius-common-commands",
  "version": "0.3.44",
  "description": "Riccardo's public Antigravity custom commands, GCP/SRE tools, and agent skills.",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "palladius-common-commands",
  "description": "Riccardo's public Antigravity custom commands, GCP/SRE tools, and agent skills.",
  "version": "0.3.44",
  "author": {
    "name": "Riccardo Carlesso"
  }
}