Claude Code skills for Linux kernel development
npx claudepluginhub chucklever/cel-kdevClaude Code skills for Linux kernel development: StGit patch management, perf profiling analysis, trace-cmd event tracing, drgn live kernel debugging, and b4 patch workflows
Claude Code skills for Linux kernel development workflows.
Teaches Claude Code to use StGit
for patch management instead of raw git commands. When StGit is
active on a branch, Claude Code creates, edits, reorders, and
squashes patches through stg rather than git commit and
git rebase, avoiding stack corruption. Covers conflict
resolution, series navigation, and the prohibition on parallel
stg operations across subagents.
Guides Claude Code through analyzing perf record captures:
recording options, symbol resolution with kallsyms, call-graph
analysis, flamegraph generation, and a structured reporting
workflow (overview, drill-down, comparison).
Teaches Claude Code to inspect a running kernel through
/proc/kcore using drgn.
Covers core API patterns (Object creation, pointer handling,
type introspection), per-CPU variable access, stack traces,
container_of usage, and slab cache inspection. Includes
subsystem-specific recipes for SUNRPC, NFS, and AIO, along
with workarounds for common pitfalls.
Guides Claude Code through analyzing kernel trace captures
(.dat files) from trace-cmd. Covers event ingestion,
latency distributions, throughput measurement, phase detection,
and filter expressions. Includes a subsystem reference for
NFS/RDMA server and client events (sunrpc, svcrdma, xprtrdma,
nfsd), RPCGSS, workqueue, scheduler, TCP, and TLS handshake
tracepoints.
Teaches Claude Code the b4 patch workflow for applying
patches from lore (b4 am), comparing series revisions
(b4 diff), and managing outbound patch series with
b4 prep and b4 send. Covers coexistence with StGit,
cover letter strategies, recipient management, and
non-interactive operation constraints.
.claude-plugin/
marketplace.json # marketplace manifest
plugin.json # top-level plugin metadata
plugin/cel-kdev/
.claude-plugin/
plugin.json # plugin manifest
skills/
b4/SKILL.md
drgn/SKILL.md
stg/SKILL.md
perf/SKILL.md
trace-cmd/SKILL.md
claude plugin marketplace add chucklever/cel-kdev
claude plugin install cel-kdev
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations