Claude Skill

brand-voice-manager

Define, store, and enforce brand voice across all content - vocabulary, tone, do/don't lists per brand. Use to keep multi-brand output consistent.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download navinspire-ia-navin-navin_skills_brand-voice-manager-e9c73a3.zip · 1 KB
Part of navinspire-ia/navin — 182 skills

Install

skills CLI npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/brand-voice-manager
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git git clone https://github.com/Navinspire-ia/navin.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Brand Voice Manager

Keep every piece recognizably on-brand. Voice lives in versioned style cards that other skills consult before writing.

When to use

  • Defining or updating a brand voice
  • Enforcing consistency across campaign assets

When not to use

  • One-off neutral docs with no brand
  • Blending multiple brands in one piece

Style card format

# Voice - <Brand>
- Mission in one line
- Personality (3 adjectives)
- Tone by context: site / social / sales / support
- We say / we never say table
- Vocabulary: product names (exact casing), key terms FR/EN/AR
- Grammar: tu/vous, we/I, emoji policy
- Sample paragraphs: 2-3 approved examples
- Changelog

Store under brand/<brand>-voice.md.

Workflow

Define

  1. Collect "perfectly us" and "never us" samples.
  2. Draft the card; validate with the user.

Enforce

  1. read_file the card before branded writing.
  2. After drafting: banned words? tone? casing?
  3. List violations with fixes when auditing existing content.

Evolve

  • Update when the user corrects the same tone issue twice; append changelog.

Rules

  • Confirm which brand before writing.
  • The card wins over writer instinct; escalate disagreements to the user.
  • Marketing studio runs should load the card early and keep it across assets.

Anti-patterns

  • Silent voice drift across a campaign pack
  • Mixing two brands' vocabulary
Files (navin)
  • SKILL.md 1.6 KB
    ---
    name: brand-voice-manager
    description: Define, store, and enforce brand voice across all content - vocabulary, tone, do/don't lists per brand. Use to keep multi-brand output consistent.
    metadata: {"navin":{"emoji":"🎨","category":"writing"}}
    ---
    
    # Brand Voice Manager
    
    Keep every piece recognizably on-brand. Voice lives in versioned style cards that other skills consult before writing.
    
    ## When to use
    
    - Defining or updating a brand voice
    - Enforcing consistency across campaign assets
    
    ## When not to use
    
    - One-off neutral docs with no brand
    - Blending multiple brands in one piece
    
    ## Style card format
    
    ```markdown
    # Voice - <Brand>
    - Mission in one line
    - Personality (3 adjectives)
    - Tone by context: site / social / sales / support
    - We say / we never say table
    - Vocabulary: product names (exact casing), key terms FR/EN/AR
    - Grammar: tu/vous, we/I, emoji policy
    - Sample paragraphs: 2-3 approved examples
    - Changelog
    ```
    
    Store under `brand/<brand>-voice.md`.
    
    ## Workflow
    
    **Define**
    1. Collect "perfectly us" and "never us" samples.
    2. Draft the card; validate with the user.
    
    **Enforce**
    1. `read_file` the card before branded writing.
    2. After drafting: banned words? tone? casing?
    3. List violations with fixes when auditing existing content.
    
    **Evolve**
    - Update when the user corrects the same tone issue twice; append changelog.
    
    ## Rules
    
    - Confirm which brand before writing.
    - The card wins over writer instinct; escalate disagreements to the user.
    - Marketing studio runs should load the card early and keep it across assets.
    
    ## Anti-patterns
    
    - Silent voice drift across a campaign pack
    - Mixing two brands' vocabulary
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related