craft - Cargo-like build tool for C/C++
Build and workflow tool for C and C++ projects with a craft.toml manifest in place of CMakeLists. Handles project init, dependencies, and linking with one binary.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webRelated entries
Claudraband - persistent, resumable Claude Code sessions over HTTP and ACP
Wraps the real Claude Code TUI with a session lifecycle layer. Resumable non-interactive workflows, HTTP daemon for remote/headless control, ACP server for editor integrations (Zed, Toad). Drives your existing Claude Code install rather than reimplementing it - keeps skills, hooks, MCPs, and approvals intact.
unclog - find and fix Claude Code context bloat
CLI that scans ~/.claude for MCPs, skills, hooks, and CLAUDE.md files, shows how many tokens each consumes before you type, and lets you remove items with reversible snapshots.
hunch - on-device shell command generator
macOS Tahoe CLI that uses Apple's 3B Foundation model with few-shot retrieval over 21k tldr examples to produce shell commands locally in under a second.
sqz - context compressor for LLM CLIs
Rust CLI that compresses prompt and context payloads before they hit the model, trading a small accuracy delta for measurable token-cost savings.