← ClaudeAtlas

fused-guidelisted

Entry-point router for the Fused skills in this repo. Use when a user asks how to get started with, set up, or install Fused, how to build a project or UDF, how to get a widget UI / dashboard out of Fused, or is unsure which Fused skill to load. Maps a goal to the specific skill(s) to read next.
fusedio/skills · ★ 5 · Web & Frontend · score 63
Install: claude install-skill fusedio/skills
# Fused — start here This repo is a Claude Code plugin for **Fused** (end-to-end data work on cloud-native datasets via MCP and CLI). The model is **workspace ⊃ project ⊃ UDF**. This guide routes your goal to the skill that covers it — load that skill and follow it. Don't try to do the work from this page; it only points. ## Pick by goal ### Set up / install Fused 1. **`fused-setup`** — install the package, check AWS credentials (or pick the local backend, no cloud needed), create an environment, and verify. 2. **`fused-infra`** — what infrastructure each backend provisions (AWS: IAM, Lambda, ECR, S3; local: data dirs + venvs), and how to provision/troubleshoot it. ### Build a project end-to-end and get its widget UI This is the main path from a user request to a running, viewable result. 1. **`fused-projects`** — the canonical end-to-end flow: pick an environment, create a project, decompose the task into UDFs, author specs + code, validate, commit, run/preview, and deploy. Start here for any "take this from prompt to result" request. 2. **`fused-widgets`** — when the desired output is a **widget/dashboard** rather than raw data: the py-UDF-computes → json-widget-visualizes pattern, the `{{ref}}`/`$param` data grammar, and the surfaces that render it (`fused widget open`, the parley, deployed URL). 3. **`fused-feedback`** — to put a question, approval, or plan-review UI in front of the human and get the answer back as JSON (`fused widget open`