Aisquare Cli
Description
Portable memory layer for coding agents — persistent user & project context across sessions, installed into 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
aisquare
[](https://pypi.org/project/aisquare-cli/) [](https://pypi.org/project/aisquare-cli/) [](https://github.com/AISquare-Studio/aisquare-cli/actions/workflows/ci.yml) [](LICENSE)
**Memory and orchestration for coding agents.** aisquare gives agents like Claude Code two things they don't have out of the box: a **memory** that persists across sessions — your preferences, each project's conventions, how you actually prompt — and an **orchestration layer** that lets several sessions work one problem as a coordinated team, with shared tasks, live status, and a board you can watch.
It's a single CLI, local-first, backed by one SQLite file. No daemon, no account, no cloud dependency. Install it, connect it to Claude Code once, and every session after that starts oriented instead of cold.
pipx install aisquare-cli # or: pip install aisquare-cli
cd your/repo
aisquare init # register the project + snapshot the codebase
aisquare agents connect claude-code # wire aisquare into Claude Code
aisquare doctor # verify everything (and how to fix anything)
That's the whole setup. Requires **Python 3.11+**. The package is `aisquare-cli`; the command is `aisquare` (with an `asq` alias). Codebase snapshots use [Repomix](https://github.com/yamadashy/repomix) via Node/`npx` when available — `aisquare doctor` tells you if it's missing, and nothing breaks without it.
That's the whole setup — you are done. Everything below is reference.
aisquare has **two halves, and they are independent**:
| What it is | Who it's for | |
|---|---|---|
| Part 1 — Memory | Your agent remembers preferen |
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