bb4407777

Standcode — Development skill for Claude Code

Development community

让常驻入口 agent 把编程任务派给各种 CLI agent(Claude Code / Kimi / DeepSeek / 任意 TUI harness),任务全程在 areco 看板可见,结果落收信箱.

How to install Standcode

This entry records only its repository, not the path inside it, so there is no exact command to give. Open bb4407777/standcode and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Standcode does

让常驻入口 agent 把编程任务派给各种 CLI agent(Claude Code / Kimi / DeepSeek / 任意 TUI harness),任务全程在 areco 看板可见,结果落收信箱.

Alternatives in Development

  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Petdex — A public gallery of animated pets for Codex, Claude Code, DeepSeek Harness, Hermes, OpenCode, Gemini CLI, and 4k ★
  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★

README

Areco

**2026-09-13 起 StandCode 组件退役**:本仓回归单一 areco 项目(源码扁平化至仓根, standcode/ 已移除,历史在 git 里)。两个 GitHub 仓 [bb4407777/standcode](https://github.com/bb4407777/standcode) 与 [bb4407777/areco](https://github.com/bb4407777/areco) 内容恒等, 推送用 `scripts/sync-areco-mirror.sh`(先主后镜像,双仓同推)。

是什么 npm
多 agent 会话座舱:pty 服务端、transcript、项目房间、设备接管 `areco`

Areco(底座)

原名 **agent-remote**,v2.2.0 起更名为 **areco**(A **Re**mote **Co**worker)。

CLI Agent 网页远程座舱 —— 在浏览器/手机上远程驾驶 Claude Code、Codex、Reasonix 等 CLI 编程智能体。

English

**Areco is a remote cockpit for CLI coding agents** — drive Claude Code, Codex, Reasonix and other terminal-based AI agents from your browser or phone, like a chat app for your agents.

  • Multi-agent, multi-session: spawn sessions from templates (claude / codex / reasonix / shell / custom), each with its own working directory
  • Server-side pty: start a task on your phone, lock the screen, come back hours later — the session resumes pixel-perfect (shadow-terminal snapshots + offset streaming, alt-screen TUIs included)
  • Device handoff: open the same live session from any browser, pick up exactly where you left off
  • Chat transcript view: read agent conversations as clean chat bubbles (Markdown + code highlighting) parsed from each agent's own session files — far more readable on a phone than a raw TUI
  • Project rooms: group sessions into rooms with @mention routing and shared context, like a group chat of agents
  • Zero cloud: self-hosted single binary, your agents and data stay on your machine
npm i -g areco && areco   # then open http://127.0.0.1:8790

Apache-2.0 · [GitHub](https://github.com/bb4407777/standcode)(main repo)· 中文文档见下文

能干什么

  • 多 agent 多会话:模板(claude / codex / reasonix / shell / 自定义)→ 随开随关多个会话,各带独立 cwd
  • pty 活在服务端:手机上开个任务、锁屏关浏览器,晚点回来画面无缝接上(影子终端快照 + offset 续流,alt-screen TUI 也不花屏)
  • 换设备接管:手机开的会话,电脑浏览器打开就是同一现场
  • *Transcript 对话视图