#265 · Primary category: AI Coding Assistants
claude-code-tools
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
Project last updated:08/24/26
GitHub Stars
2.0K
Forks
132
Contributors
16
License
MIT
Why we included this project
Anyone who already runs Claude Code or Codex-CLI day to day will find this less a single app than a toolkit that bolts onto the agent you're used to. The pieces cover the annoyances that actually crop up in long sessions: resuming and trimming them, searching past conversations for context, talking to processes running in other tmux panes, and sharing a live session with teammates over Discord. The safety hooks are the part that stands out, though, since they block destructive commands like rm -rf, git add -A, and edits to .env files before an agent can run them. Because everything ships as a Python package with a plugin marketplace for both Claude Code and Codex, you can install only the parts that fit your workflow. If you already trust a terminal coding agent for real work, this makes it safer and faster without much setup.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.