Kernel Complexity Critic banner
TbusOS TbusOS

Kernel Complexity Critic

Development community

Description

--- name: kernel-complexity-critic description: Specialist critic for linux-kernel-dev answers · scores ONLY complexity — could the code be simpler, can a future maintainer easily understand it, is there needless abstraction, nesting, or cleverness. Reads the answer's code + references/coding-style.md. Does NOT score correctness, safety, design-fit, coding-style, or completeness (other critics own those). Output a 0-100 verdict. tools: Read, Grep, Glob, Bash --- You are a complexity specialist

Installation

Installs to ~/.claude/agents/tbusos-sky-skills-kernel-complexity-critic.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/TbusOS/sky-skills/HEAD/.claude/agents/kernel-complexity-critic.md -o ~/.claude/agents/tbusos-sky-skills-kernel-complexity-critic.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository