Skill Claude CodeCodex
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
Skill Claude CodeCodex
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
Skill Claude CodeCodex
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
Skill Claude CodeCodex
Generate, debug, and repair Kotlin + Spring Gradle builds with minimal, compatible changes. Use when build.gradle.kts or settings.gradle.kts is failing, plugins or toolchains are incompatible, dependency management is drifting from the Spring Boot BOM, test or runtime classpaths are broken, or a Kotlin DSL patch must…
Skill Claude CodeCodex
Google Workspace Admin SDK: Audit logs and usage reports.
Skill Claude CodeCodex
Google Calendar: Manage calendars and events.
Skill Claude CodeCodex
Google Chat: Manage Chat spaces and messages.
Skill Claude CodeCodex
Google Classroom: Manage classes, rosters, and coursework.
Skill Claude CodeCodex
Read and write Google Docs.
Skill Claude CodeCodex
Google Drive: Manage files, folders, and shared drives.
Skill Claude CodeCodex
Subscribe to Google Workspace events.
Skill Claude CodeCodex
Read and write Google Forms.
Skill Claude CodeCodex
Gmail: Send, read, and manage email.
Skill Claude CodeCodex
Manage Google Keep notes.
Skill Claude CodeCodex
Manage Google Meet conferences.
Skill Claude CodeCodex
Google Model Armor: Filter user-generated content for safety.
Skill Claude CodeCodex
Google People: Manage contacts and profiles.
Skill Claude CodeCodex
The gws binary must be on $PATH. See the project README for install options.
Skill Claude CodeCodex
Google Sheets: Read and write spreadsheets.
Skill Claude CodeCodex
Google Slides: Read and write presentations.
Skill Claude CodeCodex
Google Tasks: Manage task lists and tasks.
Skill Claude CodeCodex
Google Workflow: Cross-service productivity workflows.
Skill Claude CodeCodex
Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (scripts/imagegen.py) and require OPENAIAPIKEY for live…
Skill Claude CodeCodex
Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development…
Skill Claude CodeCodex
Design resilient HTTP, messaging, and scheduled integrations for Kotlin plus Spring services with explicit timeout budgets, retries, idempotency, circuit breakers, DLQ behavior, and failure observability. Use when integrating with unstable external systems, designing retry logic, handling duplicate delivery…