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.
12 tagged systems programming, measured the same way as everything else here.
Browse within: rust 11android 7jetpack-compose 7linux-on-android 7terminal-emulator 7
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.
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.
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.