From partme-ai-full-stack-skills
Applies Anthropic brand colors and typography (Poppins headings, Lora body text) to presentations, documents, visuals, and HTML. Useful for brand styling, color palettes, and corporate visual standards.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use this skill when:
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use this skill when:
Main Colors:
#141413 - Primary text and dark backgrounds#faf9f5 - Light backgrounds and text on dark#b0aea5 - Secondary elements#e8e6dc - Subtle backgroundsAccent Colors:
#d97757 - Primary accent#6a9bcc - Secondary accent#788c5d - Tertiary accent# Example: Apply brand colors to a PowerPoint slide
from pptx.util import Pt
from pptx.dml.color import RGBColor
# Anthropic brand colors
DARK = RGBColor(0x14, 0x14, 0x13)
LIGHT = RGBColor(0xFA, 0xF9, 0xF5)
ORANGE = RGBColor(0xD9, 0x77, 0x57)
branding, corporate identity, visual identity, brand colors, typography, Anthropic brand, Poppins, Lora