visualizing-options — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited visualizing-options (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Browser-based visual companion for showing mockups, layouts, wireframes, and diagrams during a design discussion. The user opens a local URL; you write HTML content fragments to a session directory; clicks are recorded back as JSON events.
Decide per question, not per session. The test: would the user understand this better by seeing it than reading it?
Use the browser when the content itself is visual:
Use the terminal otherwise: requirements, scope, conceptual A/B/C choices, tradeoff lists, technical decisions.
A question about a UI topic is not automatically a visual question. "What kind of wizard do you want?" is conceptual. "Which of these wizard layouts feels right?" is visual.
scripts/start-server.sh --project-dir /path/to/projectThe script returns startup JSON with url, screen_dir, and state_dir. Save those values for the loop.
If you launched the server in the background and did not capture stdout, read $STATE_DIR/server-info to recover them.
Pass --project-dir so mockups persist in .workbench/brainstorm/. Without it, files go to /tmp and get cleaned up on stop. Add .workbench/ to .gitignore if not already.
$STATE_DIR/server-info exists, $STATE_DIR/server-stopped does not). Restart with start-server.sh if it has shut down.screen_dir using the Write tool. Use semantic filenames (platform.html, layout.html); never reuse names.$STATE_DIR/events for click events. Merge with the user's terminal text.<p class="subtitle">Continuing in terminal...</p>) so the browser does not show stale content.scripts/stop-server.sh $SESSION_DIRProject-dir sessions persist in .workbench/brainstorm/ for reference. Sessions writing to /tmp get deleted on stop.
For the deep guide (CSS classes, content fragments vs full documents, platform-specific server start, design tips, file naming, browser events format), see visual-companion.md in this skill's directory.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.