gspencergoog

23 mods across 1 repository, 2 stars between them.

agy-debugger

01

gspencergoog/skills

Skill Claude CodeCodex

Manage the Antigravity auditor and debugger. Use when asked to install, uninstall, enable, disable, or launch the real-time logging and non-interruptive pausing UI.

2 20d ago A 40 tokens original Apache-2.0

analyze-github-pr

02

gspencergoog/skills

Skill Claude CodeCodex

Fetches and produces a comprehensive analysis of a GitHub Pull Request, including its description and review comments. Use this skill when investigating a PR or when information is needed from a PR and its comments.

2 20d ago B 46 tokens original Apache-2.0

api-review

03

gspencergoog/skills

Skill Claude CodeCodex

Reviews the specified code against the canonical API Design guidelines. Use this skill when the user asks for an API review or to check code against API design principles.

2 20d ago A 34 tokens copy · 91% Apache-2.0

branch-cleanup

04

gspencergoog/skills

Skill Claude CodeCodex

Clean up local and remote tracking git branches that have already been merged to the main branch. Use this when a repository has stale local or remote branches that have been merged (either normally or via squash-and-merge) and need to be deleted safely.

2 20d ago A 54 tokens original Apache-2.0

code-documentation

05

gspencergoog/skills

Skill Claude CodeCodex

Guide for writing effective code documentation, including docstrings, JSDoc, dartdoc, and implementation comments. Use this skill when writing new code, adding features, or improving existing documentation in Dart, Python, or TypeScript to ensure clarity and maintainability.

2 20d ago A 56 tokens copy · 97% Apache-2.0

code-review

06

gspencergoog/skills

Skill Claude CodeCodex

Performs a comprehensive, multi-step code review of pull requests or local code changes, using iterative refinement (generation, critique, synthesis) to ensure high-quality, actionable feedback. Use when you need to review code changes thoroughly.

2 20d ago A 48 tokens copy · 92% Apache-2.0

commit-changes

07

gspencergoog/skills

Skill Claude CodeCodex

Ensure the git repository is in a healthy state (linting, testing, formatting) and prepare a descriptive git commit. Use this when the user asks to commit changes or "finish up" a task and the project is in a git repository.

2 20d ago A 53 tokens original Apache-2.0

gspencergoog/skills

Skill Claude CodeCodex

Best practices for creating high-quality, executable Dart CLI applications, covering entrypoint structure, exit code handling, and recommended packages. Trigger this skill when creating new Dart CLI apps, refactoring bin entrypoints, writing executable shell scripts in Dart for Linux/macOS, reviewing CLI code quality…

2 20d ago A 74 tokens original Apache-2.0

dart-concurrency

09

gspencergoog/skills

Skill Claude CodeCodex

A specialized workflow for preventing, diagnosing, and remediating asynchronous anomalies in Dart and Flutter. Trigger this skill when encountering UI freezes, jank, laggy performance, event loop starvation, race conditions, shared state corruption, isolate deadlocks, test timeouts (Futures, Streams, FakeAsync…

2 20d ago A 92 tokens original Apache-2.0

gspencergoog/skills

Skill Claude CodeCodex

Guidelines for using modern Dart features (v3.0 - v3.10) to reduce boilerplate, improve type safety, and increase readability. Trigger this skill when writing or refactoring Dart/Flutter code to apply modern paradigms including Records, Pattern Matching, Switch Expressions, Class Modifiers, Extension Types, Digit…

2 20d ago A 87 tokens original Apache-2.0

gspencergoog/skills

Skill Claude CodeCodex

Implement the Flutter team's recommended app architecture (MVVM, unidirectional data flow, repositories, view models, and dependency injection with provider) when structuring new apps or refactoring features.

2 20d ago A 42 tokens original Apache-2.0

flutter-concurrency

12

gspencergoog/skills

Skill Claude CodeCodex

Execute long-running, CPU-bound tasks (like parsing large JSON payloads) in a background isolate in Flutter, handling Web fallbacks and integrating safely with state management while avoiding resource leaks.

2 20d ago A 41 tokens original Apache-2.0

flutter-testing

13

gspencergoog/skills

Skill Claude CodeCodex

Comprehensive Flutter testing router. Guides the selection, implementation, and execution of unit, widget, and integration tests, leveraging specialized tools and linking to deep reference guides.

2 20d ago A 36 tokens original Apache-2.0

nochange

14

gspencergoog/skills

Skill Claude CodeCodex

Provide commentary, explanations, code analysis, or answers without making any modifications to the codebase or executing commands. Use when the user explicitly requests "/nochange", "nochange", or asks to explain/review code without editing.

2 20d ago A 49 tokens original Apache-2.0

pr-feedback-handler

15

gspencergoog/skills

Skill Claude CodeCodex

Interactively handles GitHub PR review feedback by launching a review dashboard before applying any workspace changes. Use when tasked with addressing PR comments.

2 20d ago B 31 tokens original Apache-2.0

gspencergoog/skills

Skill Claude CodeCodex

Analyzes GitHub Pull Requests (PRs) or git branches to recommend the best primary and secondary reviewers. Uses git history, ownership, blame, and repository collaboration to identify the most suitable contributors. Use when asked to find, suggest, or recommend reviewers for a PR, branch, or commit range.

2 20d ago A 68 tokens original Apache-2.0

proposal-writer

17

gspencergoog/skills

Skill Claude CodeCodex

Helps write technical proposals, system designs, RFCs, or architecture documents for software products. Use this skill when: (1) the user asks to write a technical proposal, RFC, or system design document, (2) you need to propose a new software architecture or major feature, or (3) you want to document a software…

2 20d ago A 76 tokens original Apache-2.0

sem-semantic-info

18

gspencergoog/skills

Skill Claude CodeCodex

Use the sem CLI to view semantic codebase diffs, evaluate dependency graphs, perform impact analysis, and investigate code history without formatting noise. Explicitly supports subcommands: sem diff (semantic diffs), sem impact (impact analysis), sem graph (dependency graph), sem blame (semantic blame), sem log…

2 20d ago A 112 tokens original Apache-2.0

ship-it

19

gspencergoog/skills

Skill Claude CodeCodex

Codifies the end-to-end code preparation, quality audit, and PR shipping workflow. Use when preparing code to ship out for review, including: (1) PR segmentation & stacking analysis, (2) Unit test creation, test quality auditing, and 90%+ coverage enforcement, (3) Iterative subagent API and code review homeostasis…

2 20d ago A 105 tokens original Apache-2.0

skill-creator

20

gspencergoog/skills

Skill Claude CodeCodex

Guide for creating and validating effective skills. Use this skill when creating a new skill, updating an existing skill, or validating/linting skill files and directory structures for correctness, frontmatter rules, and link integrity.

2 20d ago A 47 tokens copy · 81% Apache-2.0

gspencergoog/skills

Skill Claude CodeCodex

Safe, portable, and efficient command-line patterns for macOS/BSD Unix tools (grep, find, sed, awk, xargs, mdfind, pbcopy, open) and modern alternatives (ripgrep, fd). Covers common shell scripting and one-liner use cases including fast searching, text processing, codebase navigation, and parallel execution.

2 20d ago A 78 tokens copy · 95% Apache-2.0

gspencergoog/skills

Skill Claude CodeCodex

Creates a description of the current branch's changes in the form of a pull request (PR) description. Use this when the user asks to write, generate, draft, or create a PR or PR description.

2 20d ago A 46 tokens original Apache-2.0

write-prose

23

gspencergoog/skills

Skill Claude CodeCodex

Master prose writing and orchestration skill for creating clear, plain, accessible, and natural human writing. Synthesizes ISO 24495-1:2023, W3C Cognitive Accessibility Guidance, Plain Writing Act, and Simplified Technical English (STE) standards. Use when writing, drafting, editing, or reviewing reports, PR…

2 20d ago A 97 tokens original Apache-2.0