landing-page-generator

Featured

Generate complete, deploy-ready landing pages from any repository. Use when creating a homepage for an open-source project, building a project website, converting a README into a marketing page, or standardizing landing pages across multiple repos.

AI & Automation 5,950 stars 774 forks Updated yesterday CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Landing Page Generator Generate a complete, deploy-ready landing page from any repository by analyzing its documentation and structure. ## When to Use This Skill - Creating a landing page for a GitHub repository - Generating static sites from existing documentation - Standardizing landing pages across multiple projects - Converting README content to marketing/showcase pages ## What This Skill Does 1. **Analyze Repository**: Read README.md, CHANGELOG.md, package.json/VERSION, docs/, assets/ 2. **Extract Content**: Identify title, tagline, features, installation, screenshots 3. **Map to Sections**: Hero, Features, Install, FAQ, Footer (+ optional: Risk Banner, Pricing) 4. **Generate Landing**: Create complete static site (HTML + CSS + JS) 5. **Deploy-Ready Output**: Include GitHub Actions workflow for GitHub Pages ## How to Use ### Basic Usage ``` /landing-page-generator from ~/path/to/repo ``` ### With Options ``` /landing-page-generator from ~/path/to/repo --risk-banner --pricing-table ``` ### Available Options | Option | Description | Default | |--------|-------------|---------| | `--risk-banner` | Add prominent warning/disclaimer banner above fold | false | | `--pricing-table` | Include pricing comparison section | false | | `--screenshots <path>` | Path to screenshots folder | ./assets/ | | `--theme [dark\|light]` | Color theme variant | dark | | `--search` | Enable Cmd+K search | true | | `--output <path>` | Output directory | ./[repo-name]-landing/ | ## Wo...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
8 months ago
Last Updated
yesterday
Language
Python
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category