cxt: A CLI/TUI Tool to Aggregate Code Files into One Clipboard Block for Claude

cxt is a CLI and TUI tool that aggregates selected directories and files into a single clipboard-ready block, wrapped in XML tags with file paths. Designed for developers using Claude or other AI coding agents, it provides full codebase context in a clean format.
Key Features
- Aggregates entire directories and specific files into one XML-tagged block with file paths.
- TUI picker for interactive file/directory selection.
- Piping support.
- Install via cargo (
cargo install cxt), Homebrew, or AUR (see README). --langflag to filter files by language. Example:cxt --lang rust src/extracts only .rs and Cargo.toml files;cxt --lang bash *includes only scripts.
Usage Example
# Aggregate all Rust files in src/ directory
cxt --lang rust src/
Who It's For
Developers who frequently copy code context for AI coding agents and want an automated, structured way to include file paths and language-specific files.
📖 Read the full source: r/ClaudeAI
👀 See Also

Using Obliteratus toolkit to remove refusal weights from AI models
A Reddit user used the Obliteratus toolkit to surgically remove specific weights responsible for refusal behavior in AI models, demonstrating on Alibaba's Qwen 1.5B model that it can reveal training origins without retraining.

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.

Conduid: Trust Infrastructure Layer for MCP Servers Built with Claude
Conduid indexes over 25,000 MCP servers across GitHub, npm, PyPI, and major directories, scoring each 0-100 based on GitHub activity, security posture, documentation quality, and maintenance signals. The entire codebase was written with Claude by a solo founder.

Soul MCP Server Adds Persistent Memory and Safety for Local LLMs
Soul is an open-source MCP server that provides persistent memory across sessions for local LLMs with two commands: n2_boot at start and n2_work_end at end. It includes Ark safety features that block dangerous commands like rm -rf and DROP DATABASE at zero token cost, plus cloud storage configuration.