๐ŸŽฏ

html-visual

๐ŸŽฏSkill

from 2ykwang/agent-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add 2ykwang/agent-skills --skill html-visual
skills.sh Installโš  Installs to .agents/skills/
$npx skills add 2ykwang/agent-skills --skill html-visual
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/html-visual/SKILL.md
VibeIndex|
What it does
|

Agent skills including html-visual for generating interactive single-file HTML visualizations (UI mockups, ERDs, flowcharts, data charts) and ralph-loop-template for iteration checklists.

๐Ÿ“ฆ

Same repository

2ykwang/agent-skills(19 items)

html-visual

SKILL.md

360Installs
-
AddedFeb 19, 2026

More from this repository10

๐ŸŽฏ
write-pr๐ŸŽฏSkill

Agent skills including html-visual for generating interactive single-file HTML visualizations (UI mockups, ERDs, flowcharts, data charts) and ralph-loop-template for iteration checklists.

๐ŸŽฏ
ralph-loop-template๐ŸŽฏSkill

A Ralph Loop template skill for autonomous agent iteration, part of an agent skills collection that includes HTML visualization and interactive single-file generation capabilities.

๐ŸŽฏ
docs๐ŸŽฏSkill

Skill

๐ŸŽฏ
code-history๐ŸŽฏSkill

Skill

๐ŸŽฏ
django-ticket-triage๐ŸŽฏSkill

Skill

๐ŸŽฏ
django-triage๐ŸŽฏSkill

Skill

๐Ÿ”Œ
django-ticket-triage๐Ÿ”ŒPlugin

Analyze a Django Trac ticket and produce a triage recommendation report.

๐Ÿ”Œ
ralph-loop-template๐Ÿ”ŒPlugin

Generates iterable checklist PROMPT files for Ralph Loop from plan files or current context, and provides the /ralph-loop execution command.

๐Ÿ”Œ
write-pr๐Ÿ”ŒPlugin

Analyzes git diff and commit history to write PR title and description based on the project's PR template.

๐Ÿ”Œ
create-qa-list๐Ÿ”ŒPlugin

Turn code, specs, a PR, or the current conversation into a QA test-case list a non-developer can read and run, exported as CSV, a shareable HTML report, or both. Trigger when the user wants QA test cases, a test plan, a QA checklist, or a test-case CSV/HTML (e.g. "write test cases for this", "make a QA list"). Output uses behavior-and-scenario language, never code symbols like function names or file paths. Not for writing or running automated test code (pytest/jest), code review, or test-strategy docs.