一键导入
trellis-stack-explainer
Explain a Trellis Cloudflare app's active runtime, knowledge, skills, providers, MCP, and operator surfaces in plain language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Explain a Trellis Cloudflare app's active runtime, knowledge, skills, providers, MCP, and operator surfaces in plain language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build or modify a Trellis agent by editing the agent blueprint, skills, knowledge, state map, MCP surfaces, and verification commands.
Connect Claude Code, Codex, Cursor, or OpenCode to a local or deployed Trellis Cloudflare app over MCP.
Connect Trellis providers as Cloudflare Worker secrets one provider at a time.
Scaffold a new Cloudflare-first Trellis app and hand the user to readiness or deploy.
Take a first-time Trellis user from local proof to the simplest credible Cloudflare production deployment.
Route a new Trellis user through the Cloudflare-first path without making them understand the whole stack first.
| name | trellis-stack-explainer |
| description | Explain a Trellis Cloudflare app's active runtime, knowledge, skills, providers, MCP, and operator surfaces in plain language. |
Use this skill when a user wants to understand what their Trellis app actually contains.
Read:
src/agent.tswrangler.jsoncsrc/trellis-runtime.tsknowledge/skills/.trellis/providers/ if presentThen run when available:
npm run doctor -- --json
npm run verify -- --json
Explain the app in this order:
Use this mapping:
src/agent.ts = agent behaviorknowledge/ = contextskills/ = task instructionswrangler.jsonc = Cloudflare wiringtrellis-sdr at /mcp/trellistrellis-operator at /mcp/operatorDo not answer with raw schema language first.
For generated apps, expect:
//healthz/smoke/mcp/trellis/mcp/operator/dashboard/webhooks/signals/approvals/*/provider-actions/*/operator/*/events and /events/stream when the runtime includes themOnce TRELLIS_API_KEY is configured, protected routes need bearer auth.
Explain D1 in two layers:
src/state/*.map.ts with trellis.state(...) and stored as projections in trellis_state_records.Do not tell a novice to edit internal D1 schema for normal agent work.
For each skills/**/SKILL.md, explain:
src/agent.ts validates itSkills should be small bounded methods. The workflow in src/agent.ts composes them.
The first safe demo path is: