← ClaudeAtlas

cloudflare-stack-templatelisted

Return one Cloudflare stack template as a vwf template payload — its axis fields, per-capability harness mechanisms, and conventions. Invoked by /vwf:architecture and /vwf:setup after the user picks from the cloudflare menu — not a general-purpose skill.
virajp/ai-plugins · ★ 1 · Data & Documents · score 78
Install: claude install-skill virajp/ai-plugins
# cloudflare-stack-template Return the template payload for the slug the caller names, per the stack-adapter contract. The valid slugs are **exactly** the ones `/cloudflare:cloudflare-stack-menu` lists, and nothing else. > **`invocation` must stay `both`** — see `cloudflare-stack-menu`. **The catalogue is parked at Zero Trust Access**, so most Cloudflare service names are *not* valid slugs here. An unknown slug is an error: name the slugs that do exist and stop. Never answer one from general Cloudflare knowledge — a template this plugin has not written is a template it does not offer. ## How to answer 1. Read `${CLAUDE_PLUGIN_ROOT}/stacks/<axis>/<slug>.md` — the template file, whose own `axis:` frontmatter key is authoritative for the axis. 2. Return **only** the payload below, filled from it. No prose around it, no summary of what you read, no advice. ```yaml slug: <the requested slug> axis: <the file's own axis: key> capabilities: [] # backing only — capability-vocabulary tokens it realizes artifact: <token> # deploy only harness: # how THIS stack satisfies each vwf capability <capability>: { task: <name>, mechanism: <one line> } # or n/a conventions: | <the template's prose — hostnames, policy shape, placement, the decisions plan and execute need. Verbatim from the file; do not summarize it away.> ``` ## What belongs in `conventions`, and what does not The payload carries **judgment**, not API surface. vwf's callers have Context7 for the second kind and