fusedio/fused-render

Local file explorer with Python-interactive HTML views

11Stars on the repository
16Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

fusedio/fused-render

Skill Claude CodeCodex

Use when adding, editing, or vendoring a helper in fusedrender/templates/shared/ — a module both built-in templates AND arbitrary user .py files need one copy of (env facts, a stdlib API client). Covers the stdlib-only constraint, why it must never import fusedrender, the sibling-import-by-path rule, the two…

11 3d ago A 94 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Use when adding, removing, or swapping a model in one of the curated suggested-model lists in fusedrender/ai/catalog.py — the AI Models page's shortlists. Covers the two id shapes (repo id vs. GGUF filename), publishing the new model to our own mirror, and verifying the mirror actually holds it before shipping.

11 3d ago A 74 tokens original MIT

making-a-release

03

fusedio/fused-render

Skill Claude CodeCodex

Use when cutting a new fused-render release, bumping the version, or creating a release tag — bumps version, lands it on protected main via a bump PR, then tags vX.Y.Z and pushes the tag to trigger the DMG build/release workflow.

11 3d ago A 58 tokens original MIT

setting-up-dev-env

04

fusedio/fused-render

Skill Claude CodeCodex

Use when setting up a fused-render checkout or git worktree for the first time — before running pytest, the dev server, or any daemon — so tests and the server actually work instead of silently failing on missing deps or an unbuilt React shell.

11 3d ago A 55 tokens original MIT

fused-render-ai

05

fusedio/fused-render

Skill Claude CodeCodex

Call an AI model from a fused-render page or .py file — fused.ai text and streaming, .image, .video, .transcribe, .embed, .models, and import fusedai. Use when a page needs a model, or an AI call rejects (aiunavailable, modelloading, timeout, stalled).

11 3d ago A 72 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Design the optional icon.svg for a fused-render app — the file the shell shows as the app's sidebar glyph and browser-tab favicon. Use when the user asks for an app icon, logo, favicon or glyph, or wants to add, change or fix icon.svg.

11 3d ago A 60 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Author .html views and .py data files for fused-render — the fused.runPython() bridge, URL-synced params, file IO, preview mode. Use when creating, editing or debugging a view, a data file or a preview template; when a view renders blank or shows a traceback overlay; or on any mention of…

11 3d ago A 104 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Give a fused-render app folder a resident daemon the server supervises — exempt from idle-retire, opt-in autostart. Use when a folder must keep running after its page closes, hold a connection or native tray UI, or when a warm worker "keeps dying" after 15 minutes idle; covers [tool.fused-render.app] and fused.daemon..

11 3d ago A 83 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Record the screen, record the microphone, or grab a screenshot natively from a fused-render page — fused.capture.screen/audio/screenshot/sources. Use when a page records or captures anything, or a capture option is refused on this platform.

11 3d ago A 54 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Register a custom preview template so files of an extension render with your own template — the /.fused-render layout, registry.json mode lists, and mode. Use when the user wants their own viewer for a file type, or to override/reorder template modes.

11 3d ago A 60 tokens original MIT

fused-render-index

11

fusedio/fused-render

Skill Claude CodeCodex

Read fused-render's machine-wide file index instead of walking the filesystem — the fused.fileIndex.search/query bridge and a copy-paste duckdb reader for bulk Python. Use for a file search box, a disk-usage or file-type breakdown, or SQL over the filesystem.

11 3d ago A 60 tokens original MIT

fused-render-jobs

12

fusedio/fused-render

Skill Claude CodeCodex

Work that outlives one fused.runPython call — the 60 s executor timeout and the ways around it, plus fused.trackJob reporting into the shell's download manager from the page and from a detached worker. Use on a timeout, or when a progress row goes stalled.

11 3d ago A 62 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Light/dark theming for a fused-render view — data-fused-theme="shell", the token rules, and colours handed to canvas/charts/maplibre. Use when a view must follow the app's appearance or looks wrong in the opposite one.

11 3d ago A 58 tokens original MIT

fused-render-usage

14

fusedio/fused-render

Skill Claude CodeCodex

Open and run a fused-render project — launching the FusedRender desktop app, opening files and views, browsing the filesystem. Use when the user wants to open, run or show a project or view rather than author one.

11 3d ago A 51 tokens original MIT