Ipc Auditor — Development agent for Claude Code
name: ipc-auditor model: sonnet effort: medium skills: ipc-bridge description: IPC layer consistency auditor.
How to install Ipc Auditor
Installs to ~/.claude/agents/kangentic-kangentic-ipc-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kangentic/kangentic/HEAD/.claude/agents/ipc-auditor.md -o ~/.claude/agents/kangentic-kangentic-ipc-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
What Ipc Auditor does
name: ipc-auditor model: sonnet effort: medium skills:
- ipc-bridge description: | 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
- src/main/ipc/handlers/*.ts
- tests/ui/mock-electron-api.js
- src/rende
Alternatives in Development
- Simplicity Auditor — Use this agent when you need a thorough code review focused on identifying over-engineering, unnecessary abstr 5.2k ★
- Claude Md Auditor 3.2k ★
- Trigger Boundary Auditor 1.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Tauri Reviewer
Tauri IPC Reviewer
Katago Integrator
KataGo sidecar integration with IPC, watchdog, and difficulty system
Tauri Expert
Tauri 2 desktop application expert with deep knowledge of Rust backend commands, window management, system tra
Doey Platform Expert
Platform systems specialist — tmux IPC, bash 3.2 portability, macOS process lifecycle, race condition preventi
Electron Pro
Use PROACTIVELY when building or hardening an Electron desktop app — safe IPC, context isolation, no nodeInteg
Slide Auditor
Related Skills
Isolate Dependency Process Boundary
Use a GPL-incompatible-but-needed dependency by running it in a separate process the app talks to over IPC, so
Add Tauri Command
Guided checklist for adding a new Tauri IPC command end-to-end
Desktop Electron
Desktop application hunting — Electron / Tauri / WebView2. Static binary inspection + IPC fuzzing + proxied tr