Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/ariaxhan/kernel-claudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/ariaxhan/kernel-claude/gemini-extension)<a href="https://agentmods.dev/plugins/ariaxhan/kernel-claude/gemini-extension"><img src="https://agentmods.dev/badge/plugins/ariaxhan/kernel-claude/gemini-extension/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/plugins/ariaxhan/kernel-claude/gemini-extension"><img src="https://agentmods.dev/badge/plugins/ariaxhan/kernel-claude/gemini-extension.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
kernel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "kernel",
"version": "9.10.4",
"description": "KERNEL's methodology layer for Gemini CLI: 27 software-engineering agent skills plus llms.txt as ambient context. Skills cover systematic debugging (reproduce, isolate, regression-test), generating competing approaches before implementing, pre-implementation critique, code review, bounded context handoff and resume, multi-agent orchestration, eval-driven development, release gating, and context-led frontend design. Gemini CLI gets the methodology only. KERNEL's enforcement layer does not run here: the PreToolUse hooks that block destructive commands and secret writes, the one-time human approval token for irreversible operations, and the agentdb SQLite memory recalled at session start are Claude Code and Codex only. `gemini extensions install` fetches a curated release bundle that carries just this manifest, llms.txt, and skills/, so no Claude-format hook or agent definition is loaded. Source, safety limits, and the host capability matrix: https://github.com/ariaxhan/kernel-claude",
"contextFileName": "llms.txt"
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed 497ff9f5bebf
- 6d ago First seen · 7 lines scan A 2241c862dd5a
kernel is a plugin published in the GitHub repository ariaxhan/kernel-claude (13 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other plugins, from other repositories
optimization-suite
Surgical implementation plus measured performance, dependency, modernization, and benchmark workflows.
systemic-fix-beta
Self-calibrating discipline for bug fixes: treat the local fault as one instance of a class — check scope for the same pattern elsewhere, name the class of mistake, propose prevention drawn from the repo's own lint/pre-commit/test tooling — and report before patching, defaulting to a local fix. First run calibrates a…
regressionledger
Stop your coding agent from re-applying fixes that already failed. Blocks repeat failed fixes across sessions, with the reason attached.
ceo-quality-controller-agent
Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type…
bug-fix
Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.
bug-detective
Systematically debug issues with step-by-step troubleshooting approaches.