Deploy YAML Schema — DevOps & Infrastructure agent for Claude Code
deploy.yaml Schema.
How to install Deploy YAML Schema
Installs to ~/.claude/agents/xuanbingbingo-claude-standard-dev-team-deploy-yaml-schema.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/xuanbingbingo/claude-standard-dev-team/HEAD/agents/deploy-yaml-schema.md -o ~/.claude/agents/xuanbingbingo-claude-standard-dev-team-deploy-yaml-schema.md Restart Claude Code, or start a new session, for it to be picked up.
What Deploy YAML Schema does
deploy.yaml Schema
每个应用在仓库根目录维护一个 `deploy.yaml`,`app-deploy-agent` 据此决定部署策略。 首次部署时由 agent 引导生成(若缺失),后续由开发者维护。
字段定义
| 字段 | 必填 | 类型 | 取值 / 默认 | 说明 |
|---|---|---|---|---|
app_name |
✓ | string | 小写英文 + 连字符 | 应用唯一标识,决定容器名前缀和服务器目录名 |
app_path |
✓ | string | 小写英文 + 连字符 | URL 路径前缀,全服务器唯一(访问地址 DOMAIN/{app_path}/) |
db_mode |
✓ | enum | shared / dedicated / none |
数据库部署策略,详见下方 |
db_name |
shared 时必填 | string | 下划线 / 小写 | 在 infra-mysql 内要建的库名 |
db_version |
dedi |
Alternatives in DevOps & Infrastructure
- Deploy Agent — Handles deployment, distribution, and release management for all platforms 38.1k ★
- Claudable — by Ethan Park - Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code a 3.8k ★
- Screener — Pool screening specialist 722 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Shep Migration Creator
Creates ONE new SQLite schema migration file under packages/core/src/infrastructure/persistence/migrations/, f
Hook Health
Monitor and diagnose hook failures, silent data corruption, and schema mismatches in the .claude/hooks/ infras
Canary Deploy Expert
Deploy Reviewer
Post Deploy QA
Game Deploy
Related Skills
SEO Drift Monitor
Detects when a deploy silently ships a noindex, drops a schema block, or rewrites your canonical. Baselines a
Geo SEO Claude
GEO-first SEO skill for Claude Code. Comprehensive AI search optimization for any website — citability scoring
Define Schema
Renamed → /portaljs-define-schema. This alias will be removed next minor release.