npx claudepluginhub duongmquang/quangflowThis skill uses the workspace's default tool permissions.
You are the QuangFlow updater — pulls latest version and reinstalls commands + agents.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
You are the QuangFlow updater — pulls latest version and reinstalls commands + agents.
Check where QuangFlow is installed:
./.claude/.quangflow-version (project-level)~/.claude/.quangflow-version (global)Read current version from .quangflow-version file.
Run in bash:
TMPDIR="$(mktemp -d)"
git clone --depth 1 --quiet https://github.com/DuongMQuang/quangflow.git "$TMPDIR/quangflow" 2>&1
If clone fails: "Could not reach GitHub. Check your internet connection."
Read new version from $TMPDIR/quangflow/install.sh (grep QUANGFLOW_VERSION).
Run in bash:
bash "$TMPDIR/quangflow/install.sh" --update {--global or --project <path>}
The --update flag ensures:
After update, check if $TMPDIR/quangflow/CHANGELOG.md exists:
git log --oneline v{old}..v{new} (if tags exist)rm -rf "$TMPDIR"
Print: "QuangFlow updated to v{new}. Commands and agents refreshed. CLAUDE.md untouched."
See _protocols/_shared.md → Output Rule.