paw-mkt-dashboard

Generate a self-contained SvelteKit and sql.js marketing dashboard with CRUD and JSON export.

85|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/pawbytes/skill-suites --skill paw-mkt-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paw-mkt-dashboard
Source: https://github.com/pawbytes/skill-suites/tree/main/src/marketing/paw-mkt-dashboard
Command: npx skills add https://github.com/pawbytes/skill-suites --skill paw-mkt-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of self-contained marketing dashboards that connect to brand data and run locally, eliminating the need for prebuilt templates.

Core Features & Use Cases

  • LLM-built UI from actual brand data: Generates components and routes based on discovered brand structures.
  • Self-contained, local server with CRUD: Runs on localhost with zero native dependencies and exportable JSON for versioning.
  • Brand discovery and dashboard composition: Reads brand folders to seed data, builds dashboards for campaigns, content calendars, SOSTAC progress, and documents.

Quick Start

Generate a local, self-contained marketing dashboard from your brand data and start the server with npm run dev.

Frequently Asked Questions about paw-mkt-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a marketing dashboard from brand data without using prebuilt templates?

To generate a marketing dashboard from brand data, the Skill reads your brand folders to discover data structures and builds a self-contained SvelteKit application with sql.js. It creates components and routes dynamically based on the actual data, running locally on localhost without requiring prebuilt templates.

Can I run an SvelteKit and sql.js dashboard locally with zero native dependencies?

Yes, you can run an SvelteKit and sql.js dashboard locally with zero native dependencies. The generated application is entirely self-contained, running on localhost via npm run dev, which eliminates the need for external database servers or complex native installations.

What is LLM-powered brand data discovery for marketing dashboards?

LLM-powered brand data discovery is the process of reading brand folders to seed data and automatically generating dashboard views. It builds comprehensive interfaces for campaigns, content calendars, SOSTAC progress, and documents by analyzing the actual structures within your brand data.

Does the generated marketing dashboard support CRUD operations and data export?

Yes, the generated marketing dashboard supports CRUD operations and data export. It features a CRUD-enabled UI for managing data and includes JSON export and import capabilities, allowing you to export data for versioning and import it back as needed.

How do I render markdown documents inside a local marketing dashboard?

To render markdown documents inside a local marketing dashboard, the generated SvelteKit application includes built-in markdown document rendering capabilities. This allows you to view strategy documents and content directly within the dashboard interface during local development.

What are the limitations of using a self-contained sql.js application for marketing dashboards?

A limitation of using a self-contained sql.js application for marketing dashboards is that it runs entirely in the local environment via localhost. It is designed for local data-seeding and versioning rather than serving as a scalable, multi-user cloud-hosted marketing analytics platform.