Agent Skillsmanaflow-ai/cmux › cmux-backend

cmux-backend

GitHub

规范 cmux 后端 TypeScript 开发,强制使用 Effect 处理业务逻辑,保持 Next.js 路由处理器精简。涵盖 Cloud VM 生命周期管理、PostgreSQL 数据源及 AWS Aurora 集成规则,指导密钥管理与架构边界。

skills/cmux-backend/SKILL.md manaflow-ai/cmux

触发场景

编辑 web/app/api 或 web/services 下的后端代码 涉及 Cloud VM 生命周期或 Provider 集成的开发 配置 PostgreSQL 连接或运行数据库迁移 处理 Stack Auth 定价门控逻辑

安装

npx skills add manaflow-ai/cmux --skill cmux-backend -g -y
更多选项

不安装直接使用

npx skills use manaflow-ai/cmux@cmux-backend

指定 Agent (Claude Code)

npx skills add manaflow-ai/cmux --skill cmux-backend -a claude-code -g -y

安装 repo 全部 skill

npx skills add manaflow-ai/cmux --all -g -y

预览 repo 内 skill

npx skills add manaflow-ai/cmux --list

SKILL.md

Frontmatter
{
    "name": "cmux-backend",
    "description": "Backend TypeScript and Cloud VM development rules for cmux. Use when editing web\/app\/api, web\/services, backend scripts, Cloud VM lifecycle, provider integrations, Postgres, Stack Auth pricing gates, migrations, or provider image build scripts."
}

cmux Backend

Core rules

  • Default backend TypeScript to Effect under web/app/api/**, web/services/**, and backend scripts touching providers, databases, auth, rate limits, retries, timeouts, or telemetry.
  • Keep Next route handlers thin: parse the request, run one Effect program at the boundary, map typed errors to HTTP responses, treat unexpected defects separately.
  • Plain TypeScript is for trivial data shapes, constants, config files, frontend React, and small glue where Effect would add ceremony without improving failure handling.
  • Cloud VM backend logic stays in Vercel route handlers and Effect services backed by Postgres. Do not reintroduce Rivet or a raw actor protocol unless a later architecture doc explicitly changes the control plane.
  • Postgres is the source of truth for VM lifecycle, active VM limits, idempotency, and usage events.
  • Production and staging Cloud VM Postgres use the Vercel Marketplace AWS Aurora PostgreSQL OIDC/RDS IAM path, with runtime env CMUX_DB_DRIVER=aws-rds-iam, AWS_ROLE_ARN, AWS_REGION, PGHOST, PGPORT, PGUSER, PGDATABASE.
  • Run production/staging migrations with bun db:migrate:aws-rds-iam; never from Vercel build or route startup. Local dev keeps the CMUX_PORT-derived Docker Postgres path from bun dev.
  • Cloud VM create pricing gates use Stack Auth team payment items when enabled.

Secrets

Cloud VM build, test, and local dev scripts read provider secrets from ~/.secrets/cmux.env: FREESTYLE_API_KEY and the R2 upload vars web/scripts/build-cloud-vm-images.ts needs when creating Freestyle snapshots.

set -a
source ~/.secrets/cmux.env
set +a

~/.secrets/cmuxterm-dev.env holds local Stack/web env and not the provider build keys. bun dev sources ~/.secrets/cmux.env first when present, then ~/.secrets/cmuxterm-dev.env, so cmuxterm-specific Stack settings override broader cmux secrets. The web dev loader still accepts the legacy ~/.secret/cmuxterm.env and ~/.secrets/cmuxterm.env paths while machines migrate.

Detailed references

版本历史

  • c05e1b4 当前 2026-09-09 15:44

    移除 E2B 和 Daytona 云提供商支持,仅保留 Freestyle;简化 ProviderId 枚举与驱动注册表,清理相关依赖、测试及镜像构建脚本。

  • cef69a7 2026-08-20 08:15

同 Skill 集合

skills/cmux-architecture/SKILL.md
skills/cmux-billing/SKILL.md
skills/cmux-browser/SKILL.md
skills/cmux-cua/SKILL.md
skills/cmux-custom-sidebar/SKILL.md
skills/cmux-customization/SKILL.md
skills/cmux-debugging/SKILL.md
skills/cmux-dev-workflow/SKILL.md
skills/cmux-diagnostics/SKILL.md
skills/cmux-ghostty/SKILL.md
skills/cmux-keyboard-shortcuts/SKILL.md
skills/cmux-localization/SKILL.md
skills/cmux-markdown/SKILL.md
skills/cmux-release/SKILL.md
skills/cmux-settings/SKILL.md
skills/cmux-shared-behavior/SKILL.md
skills/cmux-socket-policy/SKILL.md
skills/cmux-testing/SKILL.md
skills/cmux-workspace/SKILL.md
skills/cmux/SKILL.md

元信息

文件数
0
版本
c05e1b4
Hash
8646f7ba
收录时间
2026-08-20 08:15

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-09 21:35
浙ICP备14020137号-1 $访客地图$