skills/design-and-media/ui-ux/design-skills/ai-website-deployment/SKILL.md
Deploys AI-generated websites to production using Netlify. Use when the user wants to host a website, deploy to a live URL, or publish an Anti-Gravity project online.
npx skillsauth add lunartech-x/superpowers ai-website-deploymentInstall 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.
Deploy Anti-Gravity generated websites to Netlify for free hosting.
Best for one-time deployments or demos.
Best for ongoing projects with version control.
npm run buildout folder (or dist/.next)out foldernpm run build
Note: For static export to work, ensure
next.config.jshas:output: 'export'
The output folder is typically:
out/ or .next/dist/build/random-name.netlify.app)After deployment:
npm run buildoutEnsure static export is configured:
// next.config.js
module.exports = {
output: 'export',
images: {
unoptimized: true
}
}
For static export, ensure images are in /public/ folder and referenced with absolute paths.
| Platform | Free Tier | Best For | |----------|-----------|----------| | Netlify | Yes | Static sites | | Vercel | Yes | Next.js apps | | GitHub Pages | Yes | Simple HTML | | Cloudflare Pages | Yes | Edge performance |
- [ ] Build succeeds locally
- [ ] `out/` folder exists
- [ ] Images load correctly
- [ ] No console errors
- [ ] Mobile responsive
- [ ] Drag to Netlify
- [ ] Test live URL
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.