dragoon0x/everything-design-taste

progress-indicator

Progress bars, step indicators, loading progress, and progress feedback patterns.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill progress-indicator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,096 B
  • docs SUMMARY.md 107 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Progress Indicators

Types

Type When
Determinate bar Known progress (file upload, multi-step form)
Indeterminate bar Unknown duration but brief
Circular/ring Space-constrained, or for completion percentage
Step indicator Multi-step processes with discrete steps
Skeleton Content loading placeholder

Design Rules

  1. Show percentage for determinate progress
  2. Estimated time remaining for long operations
  3. Use animation direction to indicate activity
  4. Color: brand color for normal, green for complete
  5. Don't show progress for operations under 1 second
  6. For >10 seconds: show what's happening ("Uploading file 3 of 7")

Step Indicators

  • Completed steps: filled circle + checkmark
  • Current step: filled circle + number
  • Future steps: outlined circle + number
  • Connected by a line (filled to current point)