skills/marketing/branding/brand-identity/SKILL.md
Provides the single source of truth for brand guidelines, design tokens, technology choices, and voice/tone. Use this skill whenever generating UI components, styling applications, writing copy, or creating user-facing assets to ensure brand consistency.
npx skillsauth add lunartech-x/superpowers brand-identityInstall 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.
Instructions: Copy this template and fill in all
{{PLACEHOLDER}}values with your brand's specifics. Delete this instruction block when done.
Brand Name: {{BRAND_NAME}} Tagline: {{BRAND_TAGLINE}}
This skill defines the core constraints for visual design and technical implementation. Adhere to these guidelines strictly to maintain brand consistency.
| Token | Value | Usage |
|-------|-------|-------|
| Primary | {{PRIMARY_COLOR}} | Main brand color |
| Primary Hover | {{PRIMARY_HOVER}} | Hover state |
| Primary Foreground | {{PRIMARY_FOREGROUND}} | Text on primary |
| Secondary | {{SECONDARY_COLOR}} | Secondary elements |
| Secondary Foreground | {{SECONDARY_FOREGROUND}} | Text on secondary |
| Background | {{BACKGROUND_COLOR}} | Page background |
| Foreground | {{FOREGROUND_COLOR}} | Default text |
| Muted | {{MUTED_COLOR}} | Muted backgrounds |
| Accent | {{ACCENT_COLOR}} | Accent elements |
| Destructive | {{DESTRUCTIVE_COLOR}} | Error/danger actions |
| Success | {{SUCCESS_COLOR}} | Success states |
| Property | Value |
|----------|-------|
| Headings Font | {{HEADING_FONT}}, sans-serif |
| Body Font | {{BODY_FONT}}, sans-serif |
| Bold Weight | {{BOLD_WEIGHT}} |
| Normal Weight | {{NORMAL_WEIGHT}} |
| Property | Value |
|----------|-------|
| Border Radius (default) | {{BORDER_RADIUS}} |
| Border Radius (small) | {{BORDER_RADIUS_SM}} |
| Spacing Base Unit | {{SPACING_UNIT}} |
| Category | Technology | |----------|------------| | Framework | {{FRAMEWORK}} | | Styling | {{STYLING_ENGINE}} | | Components | {{COMPONENT_LIBRARY}} | | Icons | {{ICON_LIBRARY}} |
{{STYLING_RULES}}
{{FORBIDDEN_PATTERNS}}
{{PERSONALITY_KEYWORDS}}
| Rule | Guideline | |------|-----------| | Headings | {{HEADING_STYLE}} | | Punctuation | {{PUNCTUATION_RULES}} | | Voice | {{VOICE_PREFERENCE}} | | Sentences | {{SENTENCE_STYLE}} |
| ❌ Do Not Use | ✅ Use Instead | |---------------|----------------| | {{AVOID_TERM_1}} | {{PREFER_TERM_1}} | | {{AVOID_TERM_2}} | {{PREFER_TERM_2}} | | {{AVOID_TERM_3}} | {{PREFER_TERM_3}} |
Use these if no specific brand values are provided:
{
"colors": {
"primary": "#000000",
"primary_hover": "#333333",
"primary_foreground": "#FFFFFF",
"secondary": "#F4F4F5",
"secondary_foreground": "#18181B",
"background": "#FFFFFF",
"foreground": "#09090B",
"muted": "#F4F4F5",
"accent": "#F4F4F5",
"destructive": "#EF4444",
"success": "#10B981"
},
"typography": {
"headings": "Inter",
"body": "Roboto",
"bold": "700",
"normal": "400"
},
"ui": {
"border_radius": "0.5rem",
"border_radius_sm": "0.25rem",
"spacing_unit": "4px"
},
"stack": {
"framework": "React (TypeScript)",
"styling": "Tailwind CSS",
"components": "shadcn/ui",
"icons": "Lucide React"
}
}
tools
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
testing
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
development
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market news/sentiment, insider transactions, GDP, CPI, treasury yields, gold/silver/oil prices, Bitcoin/crypto prices, forex exchange rates, or calculating technical indicators (SMA, EMA, MACD, RSI, Bollinger Bands). Requires a free API key from alphavantage.co.
development
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.