Kangentic

Ipc Auditor — Development agent for Claude Code

Development community

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

Terminal
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

Full documentation available on GitHub

View Source Repository