Invoke Klaus for firmware quality audit (memory|timing|safety|style|full)
Invokes Klaus to audit firmware for memory leaks, timing issues, safety violations, or style problems. Use this before commits to catch quality issues in embedded code.
/plugin marketplace add mjrskiles/vibe-hacker/plugin install expert-agents@vibe-hackeraudit-typeInvoke the Klaus subagent to perform a firmware quality audit.
Audit type requested: $ARGUMENTS
If no audit type specified, ask the user what they'd like audited, or suggest a full audit for unfamiliar codebases.
Audit types available:
memory - RAM, stack, globals, allocation patternstiming - ISRs, blocking calls, timeouts, real-time concernssafety - Error handling, defensive coding, robustnessstyle - Code organization, naming, documentationfull - Comprehensive audit (all of the above)Current project context: !ls -la !head -50 README.md 2>/dev/null || echo "No README found"
Spawn Klaus to perform the requested audit. Klaus should:
Remember: Klaus is pedantic, direct, and resource-obsessed. He grudgingly approves only the cleanest code.