Narrow HMR store-registration validator (Pattern B only). Checks that every Zustand store with an IPC-backed load / sync method is registered in the App.tsx vite:afterUpdate handler so HMR re-fetches main-process truth. This is the fast, focused check that fires on store changes. For broader feature reviews that also…
Dev-mode parity auditor. Verifies that new features keep npm start (Vite HMR) visually and behaviourally indistinguishable from a fresh production boot, by checking the four HMR primitives documented in .claude/rules/hmr-patterns.md: Preserve, Re-sync, Re-key, Cleanup. This is the broader counterpart to hmr-integrity…
IPC layer consistency auditor. Verifies all 7 layers of the IPC bridge are in sync: channel constants, types, preload, handlers, services, stores, and mocks. Use this agent proactively after changes to any IPC layer file: src/shared/ipc-channels.ts src/shared/types.ts (ElectronAPI interface) src/preload/preload.ts…
Specialist for maintaining, updating, and extending the Playwright-based screenshot and video capture framework for marketing assets. Use when adding captures for new features, updating fixture data to match UI changes, adjusting TUI terminal content, or regenerating all captures after a release. Knows the mock…
Database migration and schema validator. Checks that SQLite migrations are idempotent, schema types align with TypeScript interfaces, and repository queries cover all columns correctly. Use this agent proactively after changes to: src/main/db/migrations.ts src/main/db/repositories/.ts src/shared/types.ts…
Cross-platform safety checker. Scans code for platform-specific pitfalls that cause Windows-only bugs, path handling errors, shell escaping issues, and other cross-platform problems that CI (Linux-only) can't catch. Use this agent proactively after changes to: src/main/pty/ (shell resolution, PTY spawning)…
Read-only code-review finder for the /code-review fan-out. The driver spawns one per universal review dimension (correctness, performance, maintainability, conventions, integration, coverage) with the dimension's falsifiable criteria, the changed-file list, and the path to the shared review pack embedded in the…
Session state machine debugger for diagnosing terminal, PTY, and session lifecycle issues. Use when debugging symptoms like: terminal not showing output, session didn't resume, task stuck in a state, terminal blank after dialog close, duplicate sessions, or generation counter mismatches. This agent is manual-only -…
Specialist for writing and refactoring tests across all three Kangentic test tiers (unit, UI, E2E). Use when adding tests for new features, fixing flaky tests, replacing fixed waitForTimeout calls with conditional waits, picking the right tier for a scenario, or migrating tests between tiers. This agent has read-write…
Review git changes for quality and conventions via parallel reviewer subagents synthesized in the main agent (auto-fixes findings, fills red-green test-coverage holes, and commits that pass locally by default).
Create a LOCAL commit only - stage and commit on the current branch with no push and no rebase. Use for "commit" / "commit changes" / "commit current changes" / "save my work". NOT for pushing, landing, or merging back (use /pull-request or /merge-back for that).
Diagnose activity-engine issues - a task shows active or idle wrongly, the board indicator is stuck, false thinking or false idle, activity engine debugging playbook.
Direct quick-push escape hatch - commit, rebase, and push straight to the source branch, bypassing the PR gate. Use only when the user explicitly asks to push, land, or merge back a quick change. The normal flow is the board (Testing -> /pull-request, Merge -> /merge-pull-request). NOT for a plain local commit (use…
Merge an already-green PR (rebase merge, delete branch) and fast-forward the local main checkout for HMR. This is the Merge column skill. It assumes the Testing column (/pull-request) already drove the PR to green. Not for creating a PR (use /pull-request) or a direct quick-push (use /merge-back).
Create a PR and drive its CI checks to all-green (auto-fixing code and de-flaking/rewriting tests), then stop. Never merges. This is the Testing column skill. Use /merge-pull-request to merge a green PR.
Version bump, changelog, tag, and push a @kangentic/protocol release, independent of the Kangentic desktop release.
★not rated 82 todayA25 tokens
AGPL-3.0
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: