By nandzz
Converts any structured AI response — tables, metrics, dependency maps, comparisons, diagrams — into a self-contained interactive HTML report rendered by the local GenPage App.
Converts any structured AI response — tables, grouped sections, metrics, dependency maps, comparisons, diagrams — into a self-contained interactive HTML report rendered by the local GenPage App.
The skill intercepts responses that would naturally produce structured output and routes them to a browser-based viewer instead of dumping markdown into the chat.
| Requirement | Notes |
|---|---|
| GenPage App | Must be running on 127.0.0.1:5678. Install here → |
| Python 3.6+ | Pre-installed on macOS/Linux. Download for Windows → |
Windows: Use
pythoninstead ofpython3in all commands below.
gh skill install nandzz/genpage
claude plugin marketplace add nandzz/genpage
Then install the plugin:
claude plugin install genpage@genpage-marketplace
Copy skills/genpage/SKILL.md to your client's skill directory:
| Client | Skill directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | .cursor/skills/ in your project |
| Windsurf | .windsurf/skills/ in your project |
| Copilot (VS Code) | .github/ + configure in copilot-instructions.md |
| Continue | .continue/ |
| Kiro | .kiro/skills/ |
| Roo Code / Kilo Code | .roo/skills/ |
~/.genpage/report-<timestamp>.html, POSTs it to the GenPage App, deletes the file. A log is appended to ~/.genpage/genpage.log.All colors are controlled by the genpage DaisyUI theme defined in the GenPage App. The skill only assigns semantic tokens (text-primary, badge-success, bg-base-200, etc.) — it never hardcodes color values. To change the palette, update the theme in the App.
genpage/
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace catalog
├── plugins/
│ └── genpage/
│ ├── .claude-plugin/
│ │ └── plugin.json # Claude Code plugin manifest
│ └── skills/
│ └── genpage/
│ ├── SKILL.md # Skill definition
│ └── scripts/
│ └── post-to-result-hub.py # POST script (Python stdlib only)
├── README.md
└── skill.json # Multi-platform skill metadata
The GenPage App is the local server that receives and renders reports. It binds to 127.0.0.1:5678 and applies the genpage DaisyUI theme.
https://github.com/nandzz/genpage
MIT © Felipe Fernandes
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nandzz/genpage --plugin genpageUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.