fused-projects

fused-projects is a skill for Claude Code from fusedio/skills. It costs 112 tokens per session (6,168 once invoked), scanned C, original, no licence file.

An end-to-end guide for building and releasing projects with Fused. It covers choosing an environment, splitting work into user-defined functions, writing code and specifications, validating changes, previewing locally, and deploying releases.

In plain words
What is it for?
Use it to create Fused projects, break tasks into UDFs, validate and commit code, run previews, and deploy.
Why use it?
It provides a consistent path through the many stages of a Fused project.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-core plugin — 11 skills shipped together

Good fit Use it to create Fused projects, break tasks into UDFs, validate and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fusedio/skills/fused-projects
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fusedio/skills --skill fused-projects
Clone the repo
git clone --depth 1 https://github.com/fusedio/skills

Made for: Claude Code.

Or install agent-core, the plugin that ships this one along with the rest of its 11 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fused-projects

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusedio/skills/fused-projects.svg)](https://agentmods.dev/skills/fusedio/skills/fused-projects)
Your own site
<a href="https://agentmods.dev/skills/fusedio/skills/fused-projects"><img src="https://agentmods.dev/badge/skills/fusedio/skills/fused-projects.svg" alt="Measured on agentmods" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,168 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00112 $0.06168
Opus 5 $0.00056 $0.03084
Sonnet 5 $0.00022 $0.01234
Haiku 4.5 $0.00011 $0.00617

Measured 6d ago against content hash 3b5ef7917479, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

fused-projects scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

> `git rm -rf -- <name>` + a `--no-verify` commit, then cleans gitignored residue
agent-core/skills/fused-projects/SKILL.md · 475 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 475 lines · 112 tokens per session scan C 3b5ef7917479

Subscribe to this mod's changes

fused-projects is a skill published in the GitHub repository fusedio/skills (5 stars, last pushed 19d ago), with no licence file. It adds 112 tokens to every session and 6,168 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

usethis

R usethis package for workflow automation. Use for package setup, Git, GitHub, and project configuration.

LeoLin990405/r-analytics-skill · 27 tokens

marimo-pair

Work inside the user's live marimo notebook from the code editor: run Python in the same kernel the user does, inspect live notebook state, and commit durable notebook changes through code mode. Use whenever you create, analyze, or improve the user's marimo notebook.

marimo-team/marimo · 57 tokens

pixel2motion

Turn a raster logo (PNG/JPG/WebP/screenshot) into a clean minimal SVG with edge smoothness as the primary hard gate and IoU optimized as high as reasonably possible without a fixed global threshold, then into a choreographed logo animation delivered as standalone JS-rendered HTML, applying Disney's 12 animation…

nolangz/pixel2motion · 163 tokens

codex-autoresearch

Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…

leo-lilinxiao/codex-autoresearch · 80 tokens

opening-prs

Open a GitHub PR via API as a flowing graph — branch + push + createpr + mergeable poll, with structural protection against pushing to main/master/etc. Use when a Claude Code or Claude.ai container needs to land changes on GitHub via the API (no git CLI required) and the prose "create branch, push, open PR, wait for…

oaustegard/claude-skills · 86 tokens

generating-patches

Generates git patch files from codebase modifications for local application. Use when user mentions patch, diff, export changes, bring changes back, apply locally, or after editing uploaded codebases.

oaustegard/claude-skills · 43 tokens