html-pages

Installation
SKILL.md

HTML Presentation Pages

Project Structure

docs/
├── index.html                    # Links to all guide pages
├── css/theme.css                 # Shared color variables and base styles
├── assets/
│   ├── bg-dark-abstract.png      # Shared background image
│   ├── teaser-*.png              # Optimized card images (720x450)
│   └── originals/                # Full-resolution originals (not committed)
├── research-plan-implement.html  # Example guide page
└── skills-mcp-commands.html      # Example guide page

Theme & Colors

All accent colors live in docs/css/theme.css as CSS variables. Never hardcode hex values in page styles.

Installs
1
First Seen
Jun 21, 2026
html-pages — rawe/agentic-coding-guide