.claude/skills/brand-compliance/SKILL.md
Audit content and assets for brand compliance — style guide validation, tone of voice checking, visual identity consistency, brand asset management, and cross-channel coherence.
npx skillsauth add oimiragieo/agent-studio brand-complianceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Invoke this skill when:
Skill({ skill: 'brand-compliance' });
Check written content against the brand's style guide:
Grammar and Language:
Formatting:
Output: List each violation with exact text, rule violated, severity, and suggested fix.
Score content against the brand voice profile across key dimensions:
Voice Dimensions (score 1–5 per dimension):
Tone Analysis:
Default voice profile (use when brand profile not provided):
When reviewing design assets or code with visual specifications:
Logo Usage:
Color Palette:
Typography:
Imagery and Icons:
Verify asset usage compliance:
Asset Categories:
Checks:
Evaluate consistency across channels when multiple touchpoints are provided:
Core Brand Elements (must be consistent across all channels):
Channel-Specific Adaptations (acceptable variations):
Coherence Score: Rate 1–5 per channel pair reviewed.
Produce a structured report:
# Brand Compliance Report
**Content/Asset:** [name]
**Date:** [date]
**Audited By:** brand-compliance skill
## Summary
- Total Findings: N
- Errors (Blocking): N
- Warnings (Informational): N
- Passed: N
## Findings
| # | Area | Finding | Severity | Suggested Fix |
| --- | ------ | ------------------------------------ | -------- | ------------------ |
| 1 | Style | [exact text] uses "..." (prohibited) | ERROR | Replace with "..." |
| 2 | Tone | Formality score 5 vs. target 3 | WARNING | Rephrase: "..." |
| 3 | Visual | Logo minimum size violated | ERROR | Use 40px minimum |
## Tone Score
| Dimension | Target | Actual | Delta | Status |
| --------- | ------ | ------ | ----- | ------ |
| Formality | 3 | 4 | +1 | WARN |
| Warmth | 4 | 4 | 0 | PASS |
| Authority | 4 | 3 | -1 | WARN |
| Energy | 3 | 3 | 0 | PASS |
## Overall Compliance Score
[N]% compliant (errors weighted 3x, warnings weighted 1x)
## Next Steps
1. [Action for error #1]
2. [Action for error #2]
</instructions>
<examples>
Example 1: Copy Audit
User: "Review this product description for brand compliance"
Agent: [Reads content → runs Steps 1–2 → produces findings table with severity]
Output: 3 errors (prohibited terms, wrong capitalization), 2 warnings (tone slightly too formal), 92% compliance score
Example 2: Visual Asset Audit
User: "Check this landing page design for brand compliance"
Agent: [Reads design specs/CSS → runs Steps 3–5 → produces visual findings]
Output: 1 error (off-palette color #E5E5E5 used), 3 warnings (typography weight inconsistency), 88% compliance
Example 3: Cross-Channel Review
User: "Compare our Instagram and web copy for brand coherence"
Agent: [Reads both → runs Step 5 → coherence score]
Output: 85% coherent, tagline wording differs across channels (warning), CTA variations acceptable
</examples>
Input validated against schemas/input.schema.json before execution.
Output contract defined in schemas/output.schema.json.
Pre-execution hook: hooks/pre-execute.cjs
Post-execution hook: hooks/post-execute.cjs (emits observability event)
tokens.json or approved color/type files when available, not just memory.| Anti-Pattern | Why It Fails | Correct Approach | | ------------------------------------------- | --------------------------------------------- | ----------------------------------------------------- | | Blocking CI on warnings | Excessive friction disables compliance checks | Block only on errors (severity: ERROR); log warnings | | Tone feedback without target profile | Subjective judgments are inconsistent | Require or default to a numeric voice profile | | Generic "off-brand" findings | No actionable remediation | Every finding must include suggested fix text | | Auditing only written copy, ignoring visual | Brand violations are often visual | Run all 5 audit steps unless scope explicitly limited | | Approving assets without version check | Deprecated assets slip through | Always verify asset version against approved DAM |
Before starting:
Read .claude/context/memory/learnings.md
After completing:
.claude/context/memory/learnings.md.claude/context/memory/issues.md.claude/context/memory/decisions.mdASSUME INTERRUPTION: If it's not in memory, it didn't happen.
tools
Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.
tools
Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
data-ai
Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
development
Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.