mohitmishra786mohitmishra786Communityยท74 Agent Skills Included

low-level-dev-skills

Systems programming guidance for C, Rust, Zig, GPU, and kernel

Guides low-level development across compilers, debuggers, profilers, build systems, GPU kernels, embedded firmware, and Linux kernel drivers. Eliminates guesswork when reading sanitizer reports, tuning linker flags, cross-compiling, or debugging bare-metal hardware. Provides step-by-step workflows, command tables, and error triage so agents solve systems tasks correctly on the first attempt.
npx skills add mohitmishra786/low-level-dev-skills --all -g -y
Available:

Tells the agent how each skill file is structured, how to validate skill formatting, and how to keep cross-references consistent when working in this repository.

All Skills in This Repository (74)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

zig-cross

Cross-compile Zig and C code for multiple architectures and operating systems.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

zig-comptime

Guide Zig comptime for compile-time evaluation, metaprogramming, and generic programming.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

zig-testing

Write, execute, and debug tests and fuzzing targets in Zig.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

zig-compiler

Compile Zig programs with optimization modes and cross-compilation targets.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

zig-debugging

Debug Zig programs using GDB, LLDB, and std.log tracing.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

zig-cinterop

Call C functions from Zig using @cImport and @cInclude.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

zig-build-system

Guide writing Zig build.zig files for compilation and dependency management.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

cargo-workflows

Manage Rust project workflows with Cargo workspaces, feature flags, and build scripts.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

rust-ffi

Generate Rust bindings from C headers using bindgen.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

rustc-basics

Optimizes Rust builds via RUNTAGS, profiles and inspects assembly, MIR, LLVM IR outputs.

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

rust-profiling

...

Community
Intermediate
๐Ÿ“ฆ In Repo
mohitmishra786mohitmishra786

rust-unsafe

Guide writing, reviewing, and auditing unsafe Rust code operations.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’