brand-guidelines
Anthropic Marken-Styling anwenden
Également disponible depuis: DYAI2025,anthropics,Cam10001110101,ComposioHQ,davila7,7Spade,ZhanlinCui,sickn33,ArtemisAI,Azeem-2,AutumnsGrove
Teams, die Präsentationen, Dokumente oder Design-Artefakte erstellen, benötigen einheitliche Markenvisualisierungen. Dieser Skill bietet die offiziellen Farben, Typografie und Styling-Richtlinien von Anthropic für die Erstellung markenkonformer Inhalte.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "brand-guidelines". Anthropic Markenfarben anwenden, um eine Überschrift und Fließtext zu stylen
Résultat attendu:
**Überschriften-Styling:**
- Font: Poppins (with Arial fallback)
- Size: 24pt or larger
- Color: #141413 (Dark) on light backgrounds, #faf9f5 (Light) on dark backgrounds
- Weight: Bold
**Fließtext-Styling:**
- Font: Lora (with Georgia fallback)
- Size: 12-14pt
- Color: #141413 (Dark)
- Line height: 1.5
**Akzentfarben für Formen und Grafiken:**
- Primary accent: #d97757 (Orange)
- Secondary accent: #6a9bcc (Blue)
- Tertiary accent: #788c5d (Green)
Utilisation de "brand-guidelines". CSS für eine Anthropic-gestylte Button-Komponente generieren
Résultat attendu:
.anthropic-button {
background-color: #d97757; /* Orange accent */
color: #faf9f5; /* Light background color */
font-family: 'Poppins', Arial, sans-serif;
font-weight: 600;
padding: 12px 24px;
border: none;
border-radius: 4px;
}
.anthropic-button:hover {
background-color: #6a9bcc; /* Blue accent for hover */
}
Audit de sécurité
SûrAll static findings are false positives. The skill generates brand-compliant CSS and styling text output through LLM prompting. No actual network calls, file system modifications, or external command execution occur. The detected patterns are markdown documentation (hex color codes misinterpreted as shell syntax, license URLs as network indicators). This is a read-only branding utility that only produces text output.
Facteurs de risque
🌐 Accès réseau (3)
📁 Accès au système de fichiers (1)
⚙️ Commandes externes (7)
Score de qualité
Ce que vous pouvez construire
Markenkonforme Präsentationen erstellen
Generieren Sie einheitliches Farb- und Schrift-Styling für Foliendecks, Pitch-Decks oder Unternehmenspräsentationen unter Verwendung der offiziellen Anthropic Farben und Typografie.
Design-Mockups stylen
Wenden Sie Anthropic Markenfarben auf Wireframes, Mockups oder Design-Prototypen an, um visuelle Konsistenz mit Unternehmensstandards zu gewährleisten.
Markenkonforme Dokumentation schreiben
Erstellen Sie Dokumentation, interne Leitfäden oder technische Docs, die der visuellen Identität von Anthropic mit korrekten Schriften und Farbschema folgen.
Essayez ces prompts
Apply Anthropic brand guidelines to create styling for my artifact. Use the official brand colors: Dark (#141413) for primary text, Light (#faf9f5) for backgrounds, and accent colors Orange (#d97757), Blue (#6a9bcc), and Green (#788c5d). Apply Poppins font to headings and Lora font to body text.
Generate CSS code using Anthropic's official brand colors. Primary colors: Dark #141413, Light #faf9f5, Mid Gray #b0aea5, Light Gray #e8e6dc. Accent colors: Orange #d97757, Blue #6a9bcc, Green #788c5d. Include proper font declarations with Poppins for headings and Lora for body text, with Arial and Georgia fallbacks.
Create a slide deck theme based on Anthropic brand guidelines. Include: title slide styling with Poppins font and dark background (#141413) with light text (#faf9f5), content slide layouts with accent color highlights, and consistent typography hierarchy. Specify hex color codes and font treatments for each element.
Generate a comprehensive brand specification document that includes: complete color palette with hex, RGB, and CMYK values, typography system with font weights and sizing, usage guidelines for backgrounds versus text, and examples of correct and incorrect color combinations. Reference Anthropic's official brand guidelines.
Bonnes pratiques
- Verwenden Sie immer die offiziellen Hex-Farbcodes aus den Markenrichtlinien für genaue Farbabstimmung.
- Wenden Sie Poppins-Schrift auf Überschriften (24pt+) und Lora auf Fließtext an, um eine klare visuelle Hierarchie zu etablieren.
- Verwenden Sie Akzentfarben (Orange, Blau, Grün) für Nicht-Text-Elemente wie Buttons, Icons und dekorative Formen.
- Stellen Sie ausreichenden Kontrast zwischen Text- und Hintergrundfarben sicher, um die Barrierefreiheit zu gewährleisten.
Éviter
- Verwendung von Nicht-Markenfarben für primäre Elemente, was die visuelle Konsistenz beeinträchtigt.
- Anwendung von Fließtextschriften auf Überschriften, was die typografische Hierarchie schwächt.
- Verwendung von Akzentfarben für Text, was die Lesbarkeit reduziert und gegen Markenrichtlinien verstößt.
- Vermischung von Markenschriften mit unpassenden Schriftfamilien, die mit dem Designsystem kollidieren.