One-click install
npx skills add https://github.com/Motion-Creative/runneth-apps --skill brand-kit-motion-creative
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-kit
Source: https://github.com/Motion-Creative/runneth-apps/tree/main/landing-page-bundle/brand-kit
Command: npx skills add https://github.com/Motion-Creative/runneth-apps --skill brand-kit-motion-creative

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes references (resource) components.

What problem does it solve?

It turns a brand’s website copy and visual system into a reusable, on-brand kit so other agents can generate accurate branded outputs without guessing.

Core Features & Use Cases

  • Computed-DOM visual extraction: Uses live browser computed styles (not raw stylesheet variables) plus screenshots to confirm palette, typography, and UI values.
  • Multi-mode inputs: Builds from a URL/hostname, from existing brand files, or from scratch with guided seed prompts.
  • Actionable deliverables: Produces a durable markdown source of truth and a brand-styled HTML preview for easy review and downstream use.
  • Auto-activation: After the first build, appends an idempotent instruction to /agent/user.md so future branded generations consult the saved kit automatically.

Quick Start

Run the skill with the argument URL, for example: Build a brand kit for https://example.com, and then use the generated markdown kit and HTML preview to guide all future branded outputs.

Frequently Asked Questions about brand-kit

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

FAQPage Schema
How do I extract a visual brand system from a website URL?

You can extract a visual brand system from a URL by analyzing the website's computed DOM styles and screenshots. This process captures live palette, typography, and UI values to generate a reusable brand kit and HTML preview.

How do I create a brand kit from existing files or from scratch?

You can create a brand kit from existing brand files or from scratch using guided seed prompts. The process produces a durable markdown source of truth and a brand-styled HTML preview for downstream use.

Does computed DOM extraction work better than raw stylesheet extraction for brand analysis?

Computed DOM extraction works better for brand analysis because it reads live browser computed styles rather than raw stylesheet variables. This ensures accurate capture of actual rendered palette and typography values.

Why do I need Playwright to analyze a landing page for brand styling?

You need Playwright to analyze a landing page because it enables fresh landing-page-summary generation and computed DOM extraction. It drives the live browser environment required to capture accurate visual styling and screenshots.

How do I ensure future generated content stays on-brand automatically?

To ensure future content stays on-brand automatically, the skill appends an idempotent instruction to your user configuration file after the first build. This forces future branded generations to consult the saved kit.

Can I build a brand system directly from website copy and messaging?

Yes, you can build a brand system directly from website copy and messaging. The skill analyzes the target brand's landing page text to extract voice and messaging data, incorporating it into the final markdown source of truth.