From software-of-you
Generates HTML dashboards and views for Software of You using Tailwind CSS CDN and Lucide icons. Invoke via /dashboard or /view commands.
How 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.
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>)<script>... must render as inert escaped text, never executable markup. Only known-trusted, already-escaped markup may be inserted raw.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.
npx claudepluginhub kmorebetter/better-software-of-youMines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.