profile
01Skill Claude CodeCodex
Use when investigating performance issues, VM freezes, high CPU usage, or when the user asks to profile a voidbox process. Also invoked as /perf.
Skill Claude CodeCodex
Use when investigating performance issues, VM freezes, high CPU usage, or when the user asks to profile a voidbox process. Also invoked as /perf.
Skill Claude CodeCodex
Use rust-analyzer's Structural Search and Replace (SSR) to change lots of Rust code. SSR matches by AST structure and semantic meaning, understanding type resolution and path equivalence.
Skill Claude CodeCodex
Rust coding style guide. Apply automatically when writing or modifying Rust code. Enforces for-loops over iterators, let-else for early returns, variable shadowing, newtypes, explicit matching, and minimal comments.
Skill Claude CodeCodex
Rust documentation conventions (RFC 1574). Apply when writing doc comments on public Rust items. Covers summary sentences, section headings, type references, and examples.
Skill Claude CodeCodex
Run a minimal VoidBox VM smoke test locally. Verifies the VM boots and the LLM responds correctly.
Skill Claude CodeCodex
Run the full quality gate for this repo — format check, clippy, tests, security audit, startup bench regression, and real-workload smoke (HN agent + openclaw gateway) when secrets are available. Invoke before marking any implementation task done or pushing a branch.
Instructions file CodexOpenCode
Instructions for the-void-ia/void-box, covering agents.md — voidbox, design proposals: rfc + adr process, code intelligence, commit and pr messages and markdown documentation style.
Instructions file
Instructions for the-void-ia/void-box, covering claude.md and claude-specific guidance.
Agent
Production Claude-capable rootfs/initramfs.
Agent
Production OpenAI-Codex-capable rootfs/initramfs.
Agent
Markdown documentation prose — RFCs, ADRs, files under docs/, and READMEs — follows the same one-paragraph-per-line rule as commit messages. Write each paragraph on a single line; do not hard-wrap prose to a fixed column. The renderer reflows it to the reader's display width, whereas manual mid-paragraph line breaks…