English · 中文说明 →
Stop describing taste. Pick it.
A local-first visual menu for AI agents — browse 60+ real previews, click a card, get an executable prompt. Paste it into Claude Code / Codex / Hermes and the agent generates the deck following the visual constraints you picked.
In Codex, ask:
Install this skill from GitHub: https://github.com/pakco77/pakco-html
Use the repo root as the skill path and install it as pakco-html.
Or install from a terminal:
curl -fsSL https://raw.githubusercontent.com/pakco77/pakco-html/refs/heads/main/scripts/install-codex.sh | bash
# serve for live iframe previews
cd ~/.codex/skills/pakco-html && python3 -m http.server 8000
# visit: http://localhost:8000/templates/style-picker.htmlRestart Codex after installation so it reloads the skill list.
npx skills add https://github.com/pakco77/pakco-html
# serve for live iframe previews
cd ~/.claude/skills/pakco-html && python3 -m http.server 8000
# visit: http://localhost:8000/templates/style-picker.htmlFor agents supported by the skills CLI, install to a specific agent:
npx skills add https://github.com/pakco77/pakco-html --agent kimi-code-cli
npx skills add https://github.com/pakco77/pakco-html --agent qwen-code
npx skills add https://github.com/pakco77/pakco-html --agent gemini-cliFor agents that read a local SKILL.md directory but are not in the CLI list, use the generic installer:
curl -fsSL https://raw.githubusercontent.com/pakco77/pakco-html/refs/heads/main/scripts/install-agent.sh | bash -s -- workbuddy
curl -fsSL https://raw.githubusercontent.com/pakco77/pakco-html/refs/heads/main/scripts/install-agent.sh | bash -s -- ~/.some-agent/skills/pakco-htmlKnown generic targets include codex, claude, kimi, qwen, gemini, kiro, cursor, hermes, codebuddy, and workbuddy.
Click any card → prompt copied → paste into your agent → done.
| Tab | What | Count |
|---|---|---|
| 🎨 Skins | CSS re-skin over shared layout | 36 |
| 📑 Templates | Full decks — landscape & vertical pages | 23 |
| 🧩 UI Taste | UI style system | 4 |
| 🖼 Social Cards | Social image tones + deck templates | 4 tones |
Plus 31 single-page layouts, 27 CSS animations, 20 canvas FX, and presenter mode (S key).
The visual work belongs to upstream authors — this repo is a packaging + picker layer:
- 🎨 lewislulu/html-ppt-skill — core skill: skins, layouts, animations, runtime
- 🪶 op7418/guizang-ppt-skill — magazine & Swiss deck templates
- 🖼 op7418/guizang-social-card-skill — social card system
- 🧩 Leonxlnx/taste-skill — UI taste system
MIT © 2026 lewis. Upstream skills retain their own licenses.