skills/design-and-media/ui-ux/design-skills/phoenix-design-system/SKILL.md
Creates premium AI SaaS landing pages following the Phoenix design system. Use when the user wants to build dark-themed tech websites, AI product pages, glassmorphism designs, or modern SaaS landing pages with gradient aesthetics.
npx skillsauth add lunartech-x/superpowers phoenix-design-systemInstall 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.
Build premium AI SaaS landing pages with the Phoenix design aesthetic - a dark, futuristic look with vibrant gradients and glassmorphism.
:root {
/* Backgrounds */
--bg-primary: #000000;
--bg-secondary: #0a0a0a;
--bg-card: rgba(15, 15, 15, 0.8);
/* Text */
--text-primary: #ffffff;
--text-secondary: #a1a1aa;
--text-muted: #71717a;
/* Accents */
--accent-purple: #a855f7;
--accent-pink: #ec4899;
--accent-blue: #3b82f6;
--accent-cyan: #06b6d4;
/* Gradients */
--gradient-aurora: linear-gradient(135deg, #a855f7, #ec4899, #3b82f6);
--gradient-glow: radial-gradient(circle, rgba(168,85,247,0.3), transparent);
}
[Logo] [Home] [About] [Features] [Pricing] [Use Cases] [Blog] [Contact] [Login] [Get Started]
Example:
Supercharge Your Productivity with AI
Over 200+ Next-Gen AI Assistants and Coaches to boost
your creativity and productivity – work smarter, not harder.
[Get started] [View pricing]
Learn how [Product] works
Ready to reclaim your time? Here's the rundown.
backdrop-filter: blur(10px)Choose your plan
.glass-card {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
}
.glow {
box-shadow: 0 0 40px rgba(168, 85, 247, 0.3);
}
.btn-primary {
background: #ffffff;
color: #000000;
border-radius: 9999px;
padding: 12px 24px;
font-weight: 500;
}
.btn-secondary {
background: transparent;
color: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 9999px;
}
| Element | Size | Weight | |---------|------|--------| | H1 (Hero) | 48-64px | 600-700 | | H2 (Section) | 36-42px | 600 | | H3 (Card) | 20-24px | 600 | | Body | 16-18px | 400 | | Small | 14px | 400 |
/* Mobile first */
@media (min-width: 640px) { /* sm */ }
@media (min-width: 768px) { /* md */ }
@media (min-width: 1024px) { /* lg */ }
@media (min-width: 1280px) { /* xl */ }
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.