Skip to main content
kevmoo
GitHub creator profile

kevmoo

Repository-level view of 40 collected skills across 7 GitHub repositories.

skills collected
40
repositories
7
updated
Aug 30, 2026
repository explorer

Repositories and representative skills

sidequest
unclassified

Synthesizes conversation history and active tasks into a visual hierarchy map (`sidequest.md`) backed by a deterministic JSON state file (`sidequest.json`). Supports multiple sequential and concurrent main quests, sub-quests, and side-quests with automatic…

Aug 26, 2026
dart-cleanup
unclassified

Orchestrates specialized Dart refactoring, code quality, testing, and modern language features on demand. Use when cleaning up, modernizing, refactoring, or optimizing Dart code. Don't use for non-Dart projects or general codebase search.

Aug 25, 2026
github-post
unclassified

Author and submit high-signal, anti-slop GitHub issues (bug reports, feature proposals) and pull requests. Enforces empirical reproduction, literal logs, exact commit/environment targeting, repository convention orientation, structured artifact drafting, and…

Aug 24, 2026
github-pr-triage
unclassified

Triage open PR comments/reviews and associated CI/CD workflow failures using the `triage.dart` helper script and formulate an actionable plan.

Aug 24, 2026
clarify-confirm-continue
unclassified

Orchestrates a disciplined task intake workflow across code, docs, and project files by autonomously fact-checking the workspace, resolving genuine decision forks, and confirming execution readiness via ask_question before making modifications. Use when…

Aug 22, 2026
deslop-duplication-audit
unclassified

Detects, audits, and safely remediates structural code duplication across Dart and Flutter repositories using the standalone Deslop CLI tool and empirical test gating. Use when asked to run Deslop, clean up duplicate Dart code, analyze copy-paste blocks,…

Aug 20, 2026
pr-loop
unclassified

Autonomous pull request review loop that pushes code, polls for AI/bot review comments (e.g., Gemini Code Assist), surgically remediates feedback, commits, pushes, comments `/gemini review`, and loops until zero feedback remains. Requires the…

Aug 19, 2026
new-worktree
software-developers

Creates and initializes a new Git worktree as a sibling directory with automated branching and naming rules based on the latest remote default branch. Use when invoking /new-worktree or requesting a new Git worktree for parallel development, feature work, or…

Aug 3, 2026
Showing 8 of 15 collected skills.
dart-matcher-best-practices
unclassified

Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

Aug 30, 2026
dart-multiline-strings
unclassified

Guidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex output blocks into triple-quoted multi-line string literals (''' or """) in Dart.

Aug 30, 2026
dart-modern-features
software-developers

Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.

Aug 14, 2026
profile-dart-code
software-developers

Profile Dart command-line applications using the VM Service protocol to capture CPU samples and identify performance bottlenecks. Helps agents automate CPU profiling, generate function call breakdown summaries, and export JSON profiles without a browser or…

Jul 11, 2026
dart-best-practices
software-developers

General best practices for Dart development. Covers code style, effective Dart, and language features.

Jun 29, 2026
dart-doc-validation
software-developers

Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.

Jun 29, 2026
dart-long-lines
software-developers

Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` lint.

Jun 29, 2026
dart-package-maintenance
software-developers

Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.

Jun 29, 2026
Showing 8 of 10 collected skills.
Showing 7 of 7 repositories
All repositories loaded