Skip to content

Add deckify skill (EN + 中文)#65

Closed
seacen wants to merge 2 commits into
Qoder-AI:mainfrom
seacen:add-deckify-skill
Closed

Add deckify skill (EN + 中文)#65
seacen wants to merge 2 commits into
Qoder-AI:mainfrom
seacen:add-deckify-skill

Conversation

@seacen

@seacen seacen commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

What

Adds deckify — a community agent skill that turns any brand's website into a reusable Design System (.md) plus a verified 9-slide HTML deck (.html).

  • src/content/skills/deckify.md — English
  • src/content/skills-zh/deckify.md — 中文 (slug-linked to the English entry, per the existing skills-zh convention)

Why it's useful

Making a brand-faithful deck has always had two hard parts: deciding what to say (judgment — AI shouldn't replace it) and making it look right (taste — colors, type, logo, spacing). AI cracked the first; the second stayed broken, producing the recognizable "AI slop" look. deckify solves it by separating what changes per brand (colors, fonts, logo, mood — learned by actually looking at the site) from what never changes (40+ baked-in engineering rules: fit contract, single-absorber rule, mobile inline-flex catch-all, logo-as-SVG-symbol pattern, 12px readability floor).

The output that compounds is the Design System markdown: train it on a brand once, and every future deck is just a prompt. It also self-verifies — 11 deterministic hard checks plus a 6-dimension visual self-judge — and fixes what scores low before handing back.

Slides are emitted as living HTML, not .pptx — the medium AI was born to write in: animatable, queryable, copy-paste-able into any conversation.

Install

npx skills add seacen/deckify

Then: use deckify on https://www.tiffany.com

Notes

  • One external dependency: the standalone agent-browser CLI (for rendered-DOM recon + screenshots). The skill's scripts/setup.py checks for it.
  • Supports English and 中文 decks with maintained sister templates.
  • License: PolyForm Noncommercial 1.0.0 (free for personal / educational / research / noncommercial use).
  • Repo: https://github.com/seacen/deckify

@cyandata

Copy link
Copy Markdown
Collaborator

感谢提交。deckify 的方向和 Skill 本体是有效的,我们倾向于按「小修后复审」处理,当前暂不直接合入。

主要需要确认和调整三点:

  1. 当前仓库使用的是 PolyForm Noncommercial 1.0.0 许可证,商业用途受限。Marketplace 分发需要确认作者明确允许 Qoder Marketplace 托管、分发并供用户安装该 Skill;也可以改为更适合公开分发的 permissive license。
  2. 该 Skill 依赖 agent-browser,并可能提示用户安装 / 下载 Chrome for Testing。请在安装说明中明确披露这一外部依赖。
  3. 请确认打包范围只包含 skills/deckify/ 这个 Skill 本体,不包含仓库里的示例 decks、assets、测试素材或其他开发用文件。同时请确认安装命令最终解析到的是该 Skill 目录,而不是整个仓库。

完成以上修改后,我们可以继续复审。当前不建议关闭为拒绝类 PR,更适合按小修处理。

@cyandata cyandata closed this Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants