systems programming skills

12 tagged systems programming, measured the same way as everything else here.

Browse within: rust 11android 7jetpack-compose 7linux-on-android 7terminal-emulator 7

MannanSaood/termi

Skill Claude CodeCodexCursor

Worked example for adding sticky-Ctrl modifier and swipe-based history cycling to CommandToolbar.kt. Use when implementing the remaining Phase 1c keyboard UX items.

8 2d ago A 38 tokens original MIT

add-vfs-provider

02

MannanSaood/termi

Skill Claude CodeCodexCursor

Worked example for adding a new VFS/FsProvider backend (e.g. an SSH remote provider for Phase 2), including how to register it with VfsService and write a test double. Use when adding or reviewing a new storage backend.

8 2d ago A 55 tokens original MIT

audit-unwraps

03

MannanSaood/termi

Skill Claude CodeCodexCursor

Methodology for finding and fixing .unwrap()/.expect() calls in production code paths, distinguishing them from acceptable test-code usage. Use for periodic safety sweeps or when clippy::unwrapused flags something unclear.

8 2d ago A 48 tokens original MIT