Add deckify skill (EN + 中文)#65
Closed
seacen wants to merge 2 commits into
Closed
Conversation
Collaborator
|
感谢提交。 主要需要确认和调整三点:
完成以上修改后,我们可以继续复审。当前不建议关闭为拒绝类 PR,更适合按小修处理。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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— Englishsrc/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
Then:
use deckify on https://www.tiffany.comNotes
agent-browserCLI (for rendered-DOM recon + screenshots). The skill'sscripts/setup.pychecks for it.