Use when generating any HTML dashboard or view for Software of You. Provides the design system, base template, and component patterns for consistent visual output across all modules.
From software-of-younpx claudepluginhub kmorebetter/better-software-of-youThis skill uses the workspace's default tool permissions.
references/activity-feed-patterns.mdreferences/component-patterns.mdreferences/delight-patterns.mdreferences/entity-page-reference.htmlreferences/navigation-patterns.mdreferences/shared-html-patterns.mdreferences/staleness-queries.mdreferences/template-base.htmlGuides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Designs scalable batch/streaming data pipelines, warehouses, lakehouses using Spark, dbt, Airflow, Kafka/Flink, and cloud platforms like Snowflake, BigQuery, Databricks.
Builds production Apache Airflow DAGs using best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch jobs.
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.