low-level-dev-skills
Systems programming guidance for C, Rust, Zig, GPU, and kernel
All Skills in This Repository (74)
Pure Emerald Level Indicatorszig-cross
Cross-compile Zig and C code for multiple architectures and operating systems.
zig-comptime
Guide Zig comptime for compile-time evaluation, metaprogramming, and generic programming.
zig-testing
Write, execute, and debug tests and fuzzing targets in Zig.
zig-compiler
Compile Zig programs with optimization modes and cross-compilation targets.
zig-debugging
Debug Zig programs using GDB, LLDB, and std.log tracing.
zig-cinterop
Call C functions from Zig using @cImport and @cInclude.
zig-build-system
Guide writing Zig build.zig files for compilation and dependency management.
cargo-workflows
Manage Rust project workflows with Cargo workspaces, feature flags, and build scripts.
rust-ffi
Generate Rust bindings from C headers using bindgen.
rustc-basics
Optimizes Rust builds via RUNTAGS, profiles and inspects assembly, MIR, LLVM IR outputs.
rust-profiling
...
rust-unsafe
Guide writing, reviewing, and auditing unsafe Rust code operations.
Frequently Asked Questions
FAQPage SchemaHow to install low-level-dev-skills?โผ
Run `npx skills add mohitmishra786/low-level-dev-skills --all -g -y` in your terminal to install every skill globally. To install only one bundle, use `--skill` with a space-separated list, for example `--skill gcc gdb cmake linux-perf`.
What does low-level-dev-skills cover?โผ
It covers C/C++, Rust, and Zig toolchains, GPU programming with CUDA and Triton, bare-metal and embedded firmware, Linux kernel drivers, eBPF observability, and compiler internals. Each skill gives step-by-step workflows with real commands and error tables.
Which AI agents work with these skills?โผ
All skills follow the standard SKILL.md format and work with Claude Code, Cursor, Codex, GitHub Copilot, Cline, Windsurf, Gemini CLI, and 30+ other agents.
Can I install only the Rust or embedded skills?โผ
Yes. Use the `--skill` flag with the names you need, for example `npx skills add mohitmishra786/low-level-dev-skills --skill rustc-basics cargo-workflows rust-debugging` for Rust only.
Do I need low-level experience to use these skills?โผ
No. Each skill explains concepts in plain terms and gives exact commands, so your agent can handle tasks like reading a sanitizer report or configuring a linker script from a plain-English request.
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