rustfs-console-design-guide

A design guide for RustFS Console, the web interface used to operate RustFS storage systems. It defines how pages, forms, tables, dialogs, status views, and risky actions should communicate system state and safe next steps.

In plain words
What is it for?
Use it when creating or reviewing Console screens, settings, responsive layouts, destructive actions, or interface screenshots.
Why use it?
It gives interface changes a consistent structure and helps operators understand what is happening, what they can change, and how to recover from failures.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/rustfs/console/rustfs-console-design-guide
Any agent
npx skills add rustfs/console --skill rustfs-console-design-guide
Clone the repo
git clone --depth 1 https://github.com/rustfs/console

Made for: Claude Code, Codex.

Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,384 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00073 $0.02384
Opus 5 $0.00036 $0.01192
Sonnet 5 $0.00015 $0.00477
Haiku 4.5 $0.00007 $0.00238

Measured 2d ago against content hash fb5ceacaebc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

rustfs-console-design-guide scanned grade A with 0 findings 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 2d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/rustfs-console-design-guide/SKILL.md · 214 lines

How it starts

The opening of the file, as written. The whole thing — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RustFS Console Design Guide

This guide is the source of design decisions; use skills/ui-audit/SKILL.md as the companion workflow for audit execution, browser validation, and evidence capture.

Use this guide while shaping the interface, before implementation details harden. Treat Console as an operational tool: the design should help people understand system state, make a deliberate change, and recover when reality is uncertain.

Design objectives

Every screen should make four things obvious:

  1. Where the user is.
  2. What the system currently knows.
  3. What the user can safely do next.
  4. How to recover when a read or write fails.

Prefer calm hierarchy over decoration. Density is acceptable when relationships remain clear; visual noise is not.

1. Page composition

Build pages in this order:

  1. Page identity: title, concise purpose, and scope such as the active bucket or node.
  2. Current state: trusted status, important constraints, and freshness when relevant.
  3. Primary task: the action or configuration the page exists to support.
  4. Supporting detail: history, diagnostics, advanced controls, and secondary actions.

Keep the primary action near the content it affects. Avoid detached action bars whose target is ambiguous.

On scoped detail pages, keep Back navigation and page-level Add/Refresh actions in the same page header. Do not repeat a second toolbar immediately above the table unless it controls only table-local state such as selection or filtering.

For short authentication forms, constrain the form measure independently from the surrounding split panel. A wider available pane should not make credential fields unnecessarily wide.

Use cards only when content is a distinct surface with its own identity or interaction. Do not turn every section into a card.

2. Visual hierarchy and surfaces

Use visual weight to express containment, not to decorate every group.

Border depth

  • Give one visual region at most one complete outline.
  • Keep at most two structural frame levels. A nested level should normally use spacing, a muted background, or a one-way separator instead of another box.
  • Reserve complete borders for the outer surface, form controls, warnings/errors, and explicit interactive choices.
  • Use fieldset/legend, section/heading, or dl/dt/dd to express structure without adding frames.
  • Do not place a bordered card inside a bordered fieldset inside a bordered dialog merely to create grouping.
  • Use dividers only between peer sections. Keep one aligned divider system per surface; do not add dividers recursively to an ancestor and its descendants.
  • A divider is not a generic replacement for a removed box. If it does not clarify which sections are peers, use spacing or a heading instead.

Read the full file on GitHub · 214 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 214 lines · 73 tokens per session scan A fb5ceacaebc9

Subscribe to this mod's changes

rustfs-console-design-guide is a skill published in the GitHub repository rustfs/console (169 stars, last pushed 3d ago), licensed Apache-2.0. It adds 73 tokens to every session and 2,384 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

rustfs-release-publish

Run the end-to-end RustFS console gate, version bump, preview validation, human confirmation, and final-tag publication pipeline. Use only when the user explicitly asks to release or publish a RustFS version (发版/发布).

rustfs/rustfs · 52 tokens

rust-code-quality

Run a focused Rust quality review when the user requests one, when reviewing a Rust PR/commit, or when another selected review workflow delegates Rust-specific checks. Do not auto-load for every implementation edit.

rustfs/rustfs · 44 tokens

pr-review

Review a GitHub PR end-to-end from a URL or number — fetch metadata, inspect the diff, run multi-role adversarial review, check CI status, and post the review comment. Use when the user provides a PR link and asks to review it.

rustfs/rustfs · 55 tokens

issue-triage

Triage a GitHub issue — determine if it is already fixed, needs implementation, or should be closed. Searches related commits and PRs, verifies implementation status, and posts a triage comment or closes the issue. Use when the user provides an issue URL and asks whether it can be closed or needs work.

rustfs/rustfs · 68 tokens

security-advisory-lessons

Perform a dedicated RustFS security/advisory review for authn/authz, IAM, RPC trust, paths, secrets, browser isolation, encryption, Object Lock, or other security boundaries. Use only when the user requests a security/advisory review or an adversarial review explicitly escalates to the full advisory map; do not…

rustfs/rustfs · 83 tokens

tier-debug

Debug ILM tiering / lifecycle transition issues — NoSuchVersion on tier GET, restore failures, xl.meta inspection, remote-tier versionId tracing. Use when investigating tiered/transitioned objects, warm backends, or transition metadata.

rustfs/rustfs · 51 tokens