apply-personal-brand

Applies token-based brand themes to decks, docs, reports, landing pages, and charts.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/dineshrevunuru/SuperSkills --skill apply-personal-brand-dineshrevunuru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-personal-brand
Source: https://github.com/dineshrevunuru/SuperSkills/tree/main/apply-personal-brand
Command: npx skills add https://github.com/dineshrevunuru/SuperSkills --skill apply-personal-brand-dineshrevunuru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? External-facing artifacts like slide decks, reports, and landing pages often ship unstyled or with hand-copied brand values that drift from the canonical design system. This Skill themes any artifact by resolving values from a token source at apply time, so nothing is ever re-encoded or guessed. ## Core Features & Use Cases - Pointer-based theming: Themes are pointers to token sources (portfolio engine, Echo Show APL tokens, client brand files), never stored palettes, eliminating value drift. - Audience-driven slot selection: A decision tree picks the correct theme slot (portfolio, boo, saathi, salon, none) based on who the artifact is for, not its subject. - Role mapping and verification: Maps semantic token roles to artifact anatomy, re-checks contrast per medium (projector, print, dark room), enforces one accent per view, and hands chart palettes to a dataviz validator. - Use Case: A case-study deck about a salon client project going to hiring managers gets the portfolio theme applied — headings, captions, one accented metric per slide, and a validated chart palette — with a three-line theme note recording the resolved source and checks. ## Quick Start Apply my portfolio theme to this case-study deck and re-check the contrast for projector presentation.

Frequently Asked Questions about apply-personal-brand

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

FAQPage Schema
How do I apply a brand theme to a slide deck or report?

Pick the theme slot by audience using the decision tree, resolve the token source at apply time, map semantic roles to the artifact's anatomy, then re-run contrast and register checks. Values are never copied; they are resolved from the source each time.

What is the difference between a theme pointer and a stored palette?

A theme is a pointer to a token source plus a role map, never a stored palette of hex or font values. Copied values fork and drift from the canonical source, so this Skill resolves values fresh at every application.

Can I theme charts and data visualizations with brand colors?

Yes, but chart coloring is delegated: the finding series takes the slot's accent token, other series take the neutral ramp, and the dataviz validator re-runs on the swapped palette. A theme swap never exempts a chart from validation.

What happens when a token value is missing from the source?

The process stops and the request routes back to the token-building skill or the owner. Gaps are never filled with plausible or remembered values, since improvised hex codes are the exact failure the pointer model prevents.

When should I not apply a brand theme to an artifact?

Skip theming for graded academic submissions and ATS-parsed resumes, where the template or rubric wins. Also avoid it for product UI, which consumes token files directly, and for choosing token values, which belongs to the token-building step.