SynthexCode
Description
A CLI-based coding agent similar to Claude Code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SynthexCode
**A terminal-native AI coding assistant — run an agent that reads, writes, and ships code right from your shell.**
  
SynthexCode is a fast, keyboard-first AI coding assistant for the terminal, built with Python and [Textual](https://textual.textualize.io/). It turns your shell into an agentic workspace: multi-model backends, a rich toolset, subagents, multi-agent teams, MCP servers, memory, hooks, and a sandboxed permission layer.
______ SynthexCode
/ #{}# \
\______/
✨ Features
- Multi-provider — Anthropic (Claude) and OpenAI (GPT) backends, with thinking mode and custom base URLs.
- Full toolset — read, write, and edit files; run bash; glob & grep; task tracking; and more.
- Subagents & teams — spawn
explore/plan/verificationsubagents, or form multi-agent teams (lead + teammates) that collaborate over a shared task board. - MCP support — stdio, Streamable HTTP, and SSE servers, with context-window-aware tool loading.
- Memory — automatic memory, recall, and instruction files (
SYNTHEXCODE.md/AGENTS.md). - Hooks — pre/post tool-use hooks for guardrails and automation.
- Permissions & sandbox — permission modes, dangerous-command detection, and OS sandboxing (bwrap / seatbelt).
- Git worktree — first-class worktree switching and isolation.
- Skills — install and run reusable skill packs.
- Remote mode — serve a browser UI over WebSocket.
🚀 Quick start
Requires **Python 3.11+** and [uv](https://docs.astral.sh/uv/).
git clone https://github.com/Asuka008/SynthexCode.git
cd SynthexCode
uv sync
Create a config file at `.synthexcode/config.yaml` (project) or `~/.synthexcode/config.yaml` (user):
providers:
- name: anthropic-official
protocol: anthropic
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11