brand-manager

Create or load a reusable BrandProfile from PDFs, PPTX templates, and logos.

3|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/SteveGJones/jack-tar-deckhand --skill brand-manager-stevegjones
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brand-manager
Source: https://github.com/SteveGJones/jack-tar-deckhand/tree/main/plugins/jack-tar-deckhand/skills/brand-manager
Command: npx skills add https://github.com/SteveGJones/jack-tar-deckhand --skill brand-manager-stevegjones

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Keeps deck branding consistent by creating, loading, or updating a reusable BrandProfile from brand assets and persisting it across sessions.

Core Features & Use Cases

  • Create or load a BrandProfile from brand assets (PDF guidelines, PPTX template, logo) and automatically derive color palettes, typography, and usage rules.
  • Persist profiles under ./brands/{brand-id}/brand-profile.json for cross-deck reuse and quick deck setup.
  • Load existing profiles during deck sessions and update them when inputs change, ensuring brand compliance across presentations.

Quick Start

Run /brand-manager to create or load a brand profile from your brand assets.

Frequently Asked Questions about brand-manager

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

FAQPage Schema
How do I keep deck branding consistent across multiple presentations?▼

To keep deck branding consistent, you can create a reusable BrandProfile from brand assets like PDF guidelines, PPTX templates, and logos. The profile is persisted as a JSON file under a brands directory for cross-deck reuse.

Can I extract a color palette and typography from a PPTX template?▼

Yes, you can extract a color palette and typography from a PPTX template. The brand-manager reads PPTX templates and brand guidelines to automatically derive color palettes, typography, and usage rules for your decks.

How do I create a reusable brand profile from a PDF brand guidelines document?▼

You create a reusable brand profile by running the brand-manager on your PDF brand guidelines. It reads the branding inputs and persists a brand-profile.json file containing your derived color palettes and typography rules.

Does brand-manager work with custom brand directories and compliance modes?▼

Yes, brand-manager works with custom brand directories and compliance modes. It honors an optional brands-dir setting for profile storage locations and supports compliance_mode settings to ensure brand compliance across presentations.

What is the best way to update an existing brand profile when brand assets change?▼

The best way to update an existing brand profile when assets change is to load the profile during a deck session and apply updates. This ensures your brand compliance and derived typography rules remain current across presentations.