agy-debugger
01Skill 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.
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.
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.
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.
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.
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.
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.
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.
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…
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…
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…
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.
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.
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.
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.
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.
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.
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…
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…
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…
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.
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.
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.
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…