k23
Review and build a WebAssembly-based Rust microkernel safely
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install k23?โผ
Run `npx skills add JonasKruckenberg/k23 --all -g -y` in your terminal to install all skills in this suite globally.
What is the k23 microkernel?โผ
k23 is an experimental Rust microkernel that runs WebAssembly as its main execution environment, currently targeting RISC-V 64 with aarch64 and x86_64 in progress.
How does the k23 review skill work?โผ
It scans your branch or diff for unsafe code issues, concurrency bugs, and sandbox escapes, runs the full preflight test suite in the background, and reports findings ranked by severity with citations.
Does k23 work with Claude Code and other AI agents?โผ
Yes. The AGENTS.md file and SKILL.md standard let agents like Claude Code, Cursor, and Codex navigate the repo, run builds, and review changes correctly.
Do I need OS development experience to contribute to k23?โผ
No. The documentation and agent guides explain low-level concepts in plain terms, and the review skill catches mistakes against the kernel's safety rules automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core