Help us improve
Share bugs, ideas, or general feedback.
From software-of-you
Generates self-contained HTML dashboards and module views for Software of You using Tailwind CSS CDN, with shared design system, base templates, and component patterns for consistency.
npx claudepluginhub kmorebetter/better-software-of-youHow this skill is triggered — by the user, by Claude, or both
Slash command
/software-of-you:dashboard-generationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Software of You generates self-contained HTML files on demand — no server, no build step. Every view is a single HTML file with inline styles via Tailwind CSS CDN.
Builds and tests Vizro dashboards from design specs by copying example app, fetching model schemas, and running Playwright tests. For Python-based dashboard implementation.
Generates FilamentPHP v4 dashboard pages with single-tab or multi-tab layouts, message callouts, and widget integration. Useful for admin panel dashboards.
Generates self-contained interactive HTML dashboards with KPI cards, charts, filters, and tables from queries, CSVs, or samples for reports and monitoring.
Share bugs, ideas, or general feedback.
Software of You generates self-contained HTML files on demand — no server, no build step. Every view is a single HTML file with inline styles via Tailwind CSS CDN.
/dashboard — generate the unified home dashboard/view <module> — generate a module-specific viewAll views share a consistent visual language:
<script src="https://cdn.tailwindcss.com"></script>)<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>)references/template-base.html — the HTML skeleton every view should start from (includes delight CSS/JS)references/component-patterns.md — reusable snippets for stat cards, tables, timelines, badgesreferences/delight-patterns.md — micro-interactions, animations, copy personality, and empty state patternsreferences/shared-html-patterns.md — cross-command patterns: header cards, stat pills, filter tabs, left-border cards, empty states, avatar/icon patterns, color/icon reference table, footer, nav badge query, view registration SQL/dashboard) — unified overview of all modules/view contacts, /view projects) — specialized per-module layoutsWrite all HTML files to ${CLAUDE_PLUGIN_ROOT:-$(pwd)}/output/
Open with open <filepath> on macOS after writing.