Kangentic

32 mods across 1 repository, 82 stars between them.

doc-auditor

01

Kangentic/kangentic

Agent Claude Code

Documentation completeness auditor. Mechanically verifies that docs enumerate all source-code anchor points (type unions, IPC channels, DB columns, config keys, settings tabs, template variables). Use this agent when running /sync-docs, /pull-request, /merge-pull-request, or /merge-back (if anchor source files…

not rated 82 today A 77 tokens AGPL-3.0

hmr-integrity

02

Kangentic/kangentic

Agent Claude Code

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…

not rated 82 today A 269 tokens AGPL-3.0

hmr-parity

03

Kangentic/kangentic

Agent Claude Code

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…

not rated 82 today A 482 tokens AGPL-3.0

ipc-auditor

04

Kangentic/kangentic

Agent Claude Code

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…

not rated 82 today A 223 tokens AGPL-3.0

marketing-captures

05

Kangentic/kangentic

Agent Claude Code

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…

not rated 82 today A 238 tokens AGPL-3.0

migration-safety

06

Kangentic/kangentic

Agent Claude Code

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…

not rated 82 today A 192 tokens AGPL-3.0

platform-guard

07

Kangentic/kangentic

Agent Claude Code

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)…

not rated 82 today A 240 tokens AGPL-3.0

review-finder

08

Kangentic/kangentic

Agent Claude Code

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…

not rated 82 today A 151 tokens AGPL-3.0

session-debugger

09

Kangentic/kangentic

Agent Claude Code

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 -…

not rated 82 today A 183 tokens AGPL-3.0

test-builder

10

Kangentic/kangentic

Agent Claude Code

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…

not rated 82 today A 473 tokens AGPL-3.0

PreToolUse

11

Kangentic/kangentic

Hook Claude Code

One of 2 in settings.json

Runs before the agent uses a tool for Bash tool calls, executing bash-guard.js via node. From Kangentic/kangentic.

not rated 82 today A tokens not measured AGPL-3.0

kangentic

12

Kangentic/kangentic

Settings file Claude Code

One of 2 in settings.json

Agent settings declaring 1 hook event (PreToolUse) and 60 allowed tools.

not rated 82 today A tokens not measured AGPL-3.0

code-review

15

Kangentic/kangentic

Skill Claude CodeCodex

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).

not rated 82 today A 0 tokens AGPL-3.0

commit

16

Kangentic/kangentic

Skill Claude CodeCodex

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).

not rated 82 today A 64 tokens AGPL-3.0

cross-platform

17

Kangentic/kangentic

Skill Claude CodeCodex

Cross-platform pitfalls for shell handling, paths, and file operations.

not rated 82 today A 12 tokens AGPL-3.0

debug-activity

18

Kangentic/kangentic

Skill Claude CodeCodex

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.

not rated 82 today A 31 tokens AGPL-3.0

ipc-bridge

19

Kangentic/kangentic

Skill Claude CodeCodex

IPC bridge checklist for adding or modifying endpoints across all 7 layers.

not rated 82 today A 13 tokens AGPL-3.0

merge-back

20

Kangentic/kangentic

Skill Claude CodeCodex

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…

not rated 82 today A 79 tokens AGPL-3.0

merge-pull-request

21

Kangentic/kangentic

Skill Claude CodeCodex

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).

not rated 82 today A 70 tokens AGPL-3.0

preview

22

Kangentic/kangentic

Skill Claude CodeCodex

Open dev server for previewing live code changes.

not rated 82 today A 0 tokens AGPL-3.0

pull-request

23

Kangentic/kangentic

Skill Claude CodeCodex

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.

not rated 82 today A 50 tokens AGPL-3.0

release-protocol

24

Kangentic/kangentic

Skill Claude CodeCodex

Version bump, changelog, tag, and push a @kangentic/protocol release, independent of the Kangentic desktop release.

not rated 82 today A 25 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: