anthropic-style

Installation
SKILL.md

Anthropic Visual Style

Use this skill when generating any visual output that should look Anthropic-branded: plots, charts, diagrams, slides, or web pages.

Quick Start (matplotlib — primary use case)

from anthro_colors import use_anthropic_defaults
use_anthropic_defaults()

import matplotlib.pyplot as plt
fig, ax = plt.subplots()
# All plots now use Anthropic style automatically
Installs
30
GitHub Stars
9
First Seen
Feb 15, 2026
anthropic-style — yulonglin/dotfiles