{"id":"1a12ef00-a00d-4ab2-8431-fa6866f7f09c","shortId":"8u7Qg6","kind":"skill","title":"ifq-design-skills","tagline":"Use this skill whenever the user asks for an HTML-first visual design deliverable or design judgment: interactive prototype, slide deck, motion demo, infographic, dashboard, landing page, whitepaper, changelog, business card, social cover, brand system, design critique, multi-var","description":"# IFQ Design Skills\n\nOne prompt in -> shippable HTML out, with optional MP4 / GIF / PPTX / PDF / SVG export. This root file is a short router for OpenClaw, ClawHub, skills.sh, Hermes, Codex, Claude Code, Cursor, OpenCode, and other AgentSkills-compatible hosts. Load deeper files only when the task requires them.\n\n## 30-Second Load Path\n\n1. Confirm the request is a visual deliverable built from HTML. If it is not, exit this skill.\n2. Pick the mode from [references/modes.md](references/modes.md), then read [assets/templates/INDEX.json](assets/templates/INDEX.json).\n3. Fork a listed template into the user's workspace. Never start from a blank HTML file.\n4. Inline [assets/ifq-brand/ifq-tokens.css](assets/ifq-brand/ifq-tokens.css) and weave at least 3 IFQ ambient marks from [references/ifq-brand-spec.md](references/ifq-brand-spec.md).\n5. Verify with `npm run verify:lite -- <file.html>`, then `npm run preview -- <file.html>`.\n\n## Human + Agent Promise\n\n- Humans get a finished artifact path: HTML first, optional export only when requested, and no hidden setup.\n- Agents get a short route: mode, template, must-read references, tier policy, and verification command.\n- Maintainers get regression pressure: 12 mode evals, scanner-clean scripts, and marketplace metadata checks.\n- Marketplaces get a readable package: one-line install, zero required env vars, explicit permissions, and no silent installs.\n\n## First-Run Success Path\n\nAfter install, make the first interaction produce a visible artifact in one turn:\n\n1. Accept a natural-language visual request without turning it into setup work.\n2. Route it to one mode and one template; name both in the final evidence.\n3. Write the HTML file into the user's workspace with labeled assumptions for unresolved facts.\n4. Run `npm run verify:lite -- <file.html>` when shell is available, then preview or screenshot with host browser tooling when available.\n5. Report the file path, route, template, verification result, and only caveats that affect use.\n\nDo not ask for account login, global install, export dependencies, or broad environment changes during the first-run path.\n\n## Output Boundary\n\n- Core output is verified local HTML, plus SVG/static companions or export-ready source structure when the task needs them.\n- MP4/GIF/PDF/PPTX helpers are full-repo optional automation. Prepare the HTML source first; install or run export tooling only after explicit user intent.\n- Never claim an export file, screenshot, marketplace status, or security result exists until the relevant command or live check has actually passed.\n\n## Use When\n\n- Interactive prototype, hi-fi mockup, clickable app flow, dashboard, landing page, whitepaper, report, infographic, slide deck, changelog, card, invitation, social cover, or brand system.\n- Motion demo or launch animation, especially when the user also wants MP4/GIF output.\n- Design critique, brand diagnosis, or 3 differentiated style directions before implementation.\n- The user asks for PDF/PPTX/SVG export from an HTML-first source.\n\n## Do Not Use When\n\n- The real task is production frontend engineering, backend work, SEO-critical site implementation, or a CSS bug inside an existing app.\n- The user only wants copy editing with no visual artifact.\n- The deliverable must round-trip through Word, Google Docs, or a locked corporate template.\n\n## Tier Policy\n\n| Tier | Default? | Requirements | Use for |\n|---|---:|---|---|\n| Tier 0 | yes | Node >= 18.17 | HTML, preview, lite verification, smoke tests |\n| Tier 1 | opt-in | Python + Playwright + Chromium | headless screenshots, console capture, multi-viewport checks |\n| Tier 2 | opt-in | `npm run install:export`; MP4/GIF also need `ffmpeg` | MP4, GIF, PDF, editable PPTX export |\n\nDo not install optional dependencies unless the user explicitly needs screenshots or export formats.\n\n## Routing Decision Tree\n\n```\nUser request arrives\n  │\n  ├─ Is it a visual design deliverable? ─── No → Exit skill, hand back to default agent\n  │\n  ├─ Can you match a mode trigger? ─── Yes (confidence >70%) → fork template → deliver → verify\n  │                                      (one-turn: name assumptions, no questions)\n  │\n  ├─ Can you match a mode trigger? ─── Yes (confidence ≤70%) → design-direction-advisor.md lightweight\n  │                                      (3 text-only directions, no demos, wait for user pick)\n  │\n  ├─ Does it mention a concrete product/tech/event? ─── Yes → fact-and-asset-protocol.md + web fact-check\n  │\n  ├─ Is it a mobile app prototype? ─── Yes → app-prototype-rules.md + ios_frame.jsx / android_frame.jsx\n  │\n  └─ Is it motion/video? ─── Yes → animation-pitfalls.md + animations.md + video-export.md\n```\n\nRead [references/modes.md](references/modes.md) for full mode protocol. The Quick Reference table above is the speed layer.\n\n## Quick Reference (Agent Speed Table)\n\n| Mode | Trigger keywords | Template | Key references |\n|---|---|---|---|\n| M-01 | launch film, 发布会, product video | `T-launch-film` | animations.md, video-export.md |\n| M-02 | portfolio, 个人站, about me | `T-hero-landing` | design-direction-advisor.md |\n| M-03 | whitepaper, 白皮书, annual report | `T-infographic-vertical` | fact-and-asset-protocol.md |\n| M-04 | dashboard, 看板, KPI, command center | `T-dashboard` | app-prototype-rules.md |\n| M-05 | A vs B, 横评, benchmark | `T-compare-vs` | fact-and-asset-protocol.md |\n| M-06 | onboarding, 新手引导, flow demo | `T-onboarding-flow` | app-prototype-rules.md |\n| M-07 | changelog, release notes, 发布日记 | `T-changelog` | content-guidelines.md |\n| M-08 | keynote, PPT, 演讲, slide deck | `T-slide-title` | slide-decks.md, editable-pptx.md |\n| M-09 | 社媒物料, social cover, 小红书 | `T-social-x` | content-guidelines.md |\n| M-10 | 名片, business card, 邀请函 | `T-business-card` | ifq-brand-spec.md |\n| M-11 | 品牌诊断, brand audit, 品牌体检 | `T-brand-diagnosis` | critique-guide.md |\n| M-12 | brand from scratch, 从零建立品牌 | `T-brand-system` | design-direction-advisor.md |\n\nAll templates: `npm run verify:lite -- <file>` + `npm run preview -- <file>` (Tier 0, zero-install).\n\n## IFQ Ambient Layer\n\n- The user's brand is the subject. IFQ is the authored layer: layout rhythm, warm paper, rust ledger, mono field notes, signal spark, quiet URL, and editorial contrast.\n- Every deliverable uses at least 3 IFQ marks. Never paste a loud generic logo or watermark unless the task is IFQ-owned or an animation export that calls for the promotion stamp.\n- Built-in templates use local-first fonts for China-safe rendering. Google Fonts or CDN runtimes are opt-in only; see [references/font-loading.md](references/font-loading.md).\n- Avoid visible internal taxonomy labels such as `Signal Spark` or `Rust Ledger` in user-facing designs. Write real content instead.\n\n## Conversation Patterns\n\n**Pattern A — Specific request (most common, one turn):**\nUser: \"做一个 A vs B 对比评测，我们对 Stripe\" → Agent: fact-check both products → route M-05 → fork T-compare-vs → fill with verified data → deliver → verify.\n\n**Pattern B — Confident default (one turn):**\nUser: \"给我做个 landing page\" → Agent: match M-02 with >70% confidence → fork T-hero-landing → pick Editorial Serif style → fill with defaults → deliver → verify → name assumptions in caveats.\n\n**Pattern C — Lightweight advisor (two turns):**\nUser: \"帮我做点好看的东西\" → Agent: no mode match at >70% → read design-direction-advisor.md → propose 3 text-only directions → user picks → route → deliver.\n\n**Pattern D — Iterative refinement:**\nUser: \"把刚才那个 deck 的配色改暖一点\" → Agent: locate previous artifact → edit in-place → re-run `verify:lite` → report what changed.\n\nRule: **never ask more than 1 question per turn**. Use defaults for everything else. If the user did not specify a style, pick one and name it in the deliverable — they can iterate.\n\n## Error Recovery\n\n| Failure | Recovery |\n|---|---|\n| No template matches the request | Use T-hero-landing as generic scaffold, note the gap in deliverable |\n| `verify:lite` reports placeholders | Fix the placeholders, re-verify, report the fix |\n| `verify:lite` reports IFQ label leaks | Remove internal taxonomy labels (Signal Spark, Rust Ledger etc.) from user-facing text |\n| Export command fails | Report the exact error, suggest `npm run install:export` if deps missing, never claim the export exists |\n| User says \"this looks AI-generated\" | Read anti-ai-slop.md, apply the 7-point pre-flight checklist, rewrite with more rhythm variation |\n| Agent cannot fact-check (no web access) | Name unverified claims as \"unverified\" in the deliverable, do not invent specs |\n| Template rendering fails or looks broken | Fall back to a simpler template (T-hero-landing), report the degradation reason |\n| Request is outside the skill scope | State the boundary honestly, suggest alternatives (e.g. \"this is better suited to a React framework\") |\n\n## Safety Contract\n\n- Root instructions stay scoped to HTML visual delivery. Do not ask for unrelated secrets, host config, persistent agents, or background services.\n- Scripts are local-first: no dynamic eval, no runtime network calls, no hidden installs, and no writes outside the user's workspace.\n- Required environment variables are intentionally empty. Optional export tools are documented and invoked only after user intent.\n- OpenClaw/ClawHub metadata lives in the single-line JSON `metadata` field so parsers can gate on `metadata.openclaw.requires.bins` and `metadata.openclaw.requires.env`.\n\n## Verification Before Delivery\n\n1. Run `npm run verify:lite -- <file.html>` for placeholder and IFQ label leaks.\n2. Run `npm run preview -- <file.html>` and inspect the browser output.\n3. For app prototypes, click at least one primary path, one tab/screen switch, and one detail/annotation action.\n4. For decks, verify slide count and format requirements before PDF/PPTX export.\n5. For animation exports, verify timing, audio policy, and final file presence.\n6. After repo edits, run `npm run validate` and `npm run verify:publish`.\n\n## Reference Map\n\n| Need | Load |\n|---|---|\n| First-time quickstart, 3 one-liner examples | [references/quickstart.md](references/quickstart.md) |\n| UI discovery chips and default invocation | [agents/openai.yaml](agents/openai.yaml) |\n| Full role, scope, IFQ runtime posture | [references/ifq-ambient-runtime.md](references/ifq-ambient-runtime.md) |\n| Fact checks, brand assets, product/UI images | [references/fact-and-asset-protocol.md](references/fact-and-asset-protocol.md) |\n| Junior-designer cadence, variations, placeholders, anti-slop | [references/designer-operating-principles.md](references/designer-operating-principles.md), [references/anti-ai-slop.md](references/anti-ai-slop.md) |\n| Vague prompt -> 3 design directions | [references/design-direction-advisor.md](references/design-direction-advisor.md), [references/design-styles.md](references/design-styles.md), [references/ifq-native-recipes.md](references/ifq-native-recipes.md) |\n| End-to-end task workflow, exceptions, exports | [references/delivery-workflow.md](references/delivery-workflow.md), [references/workflow.md](references/workflow.md), [references/verification.md](references/verification.md) |\n| Agent interaction protocol, decision tree, state machine | [references/agent-interaction-protocol.md](references/agent-interaction-protocol.md) |\n| Skill improvement, eval coverage, contribution rules | [references/killer-skill-playbook.md](references/killer-skill-playbook.md), [evals/evals.json](evals/evals.json), [CONTRIBUTING.md](CONTRIBUTING.md), [SECURITY.md](SECURITY.md) |\n| OpenClaw / ClawHub / skills.sh publishing posture | [references/marketplace-quality.md](references/marketplace-quality.md), [references/skill-leaderboard-lessons.md](references/skill-leaderboard-lessons.md), [references/smoke-test.md](references/smoke-test.md) |\n| Runtime install and tool mapping | [references/agent-compatibility.md](references/agent-compatibility.md) |\n| React/Babel single-file rules | [references/react-setup.md](references/react-setup.md) |\n| Slides and editable PPTX | [references/slide-decks.md](references/slide-decks.md), [references/editable-pptx.md](references/editable-pptx.md) |\n| Motion/video/audio | [references/animation-pitfalls.md](references/animation-pitfalls.md), [references/animation-best-practices.md](references/animation-best-practices.md), [references/audio-design-rules.md](references/audio-design-rules.md), [references/sfx-library.md](references/sfx-library.md) |\n| IFQ identity assets | [references/ifq-brand-spec.md](references/ifq-brand-spec.md), [assets/ifq-brand/BRAND-DNA.md](assets/ifq-brand/BRAND-DNA.md) |\n\n## Completion Rule\n\nDeliver the smallest verified artifact that satisfies the request. Report the output file, the verification commands run, and any caveats. Do not claim export, screenshots, or marketplace safety unless the relevant check actually passed.","tags":["ifq","design","skills","peixl","agent-skills","ai-agents","claude-code","clawhub","codex","dashboard","hermes","html"],"capabilities":["skill","source-peixl","skill-ifq-design-skills","topic-agent-skills","topic-ai-agents","topic-claude-code","topic-clawhub","topic-codex","topic-dashboard","topic-design","topic-hermes","topic-html","topic-motion-design","topic-openclaw","topic-prototype"],"categories":["ifq-design-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/peixl/ifq-design-skills","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add peixl/ifq-design-skills","source_repo":"https://github.com/peixl/ifq-design-skills","install_from":"skills.sh"}},"qualityScore":"0.457","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 14 github stars · SKILL.md body (12,809 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-03T01:03:23.355Z","embedding":null,"createdAt":"2026-04-28T13:06:43.601Z","updatedAt":"2026-05-03T01:03:23.355Z","lastSeenAt":"2026-05-03T01:03:23.355Z","tsv":"'-01':726 '-02':739,1038 '-03':750 '-04':761 '-05':772,1013 '-06':784 '-07':795 '-08':805 '-09':818 '-10':829 '-11':840 '-12':851 '0':548,871 '1':99,259,559,1115,1386 '12':211 '18.17':551 '2':117,273,575,1398 '3':128,153,288,471,658,911,1077,1408,1470,1516 '30':95 '4':145,304,1425 '5':160,324,1437 '6':1449 '7':1229 '70':635,655,1040,1073 'accept':260 'access':1247 'account':343 'action':1424 'actual':424,1645 'advisor':1063 'affect':337 'agent':172,191,626,716,1005,1035,1068,1094,1240,1320,1539 'agents/openai.yaml':1483,1484 'agentskil':83 'agentskills-compat':82 'ai':1223 'ai-gener':1222 'also':462,584 'altern':1291 'ambient':155,876 'android_frame.jsx':690 'anim':457,931,1439 'animation-pitfalls.md':695 'animations.md':696,736 'annual':753 'anti':1508 'anti-ai-slop.md':1226 'anti-slop':1507 'app':435,514,685,1410 'app-prototype-rules.md':688,770,793 'appli':1227 'arriv':612 'artifact':178,255,524,1097,1617 'ask':11,341,479,1112,1313 'asset':1496,1606 'assets/ifq-brand/brand-dna.md':1609,1610 'assets/ifq-brand/ifq-tokens.css':147,148 'assets/templates/index.json':126,127 'assumpt':300,644,1057 'audio':1443 'audit':843 'author':888 'autom':388 'avail':313,323 'avoid':966 'b':775,1001,1026 'back':623,1267 'backend':500 'background':1322 'benchmark':777 'better':1295 'blank':142 'boundari':360,1288 'brand':39,451,468,842,847,852,858,881,1495 'broad':350 'broken':1265 'browser':320,1406 'bug':510 'built':107,940 'built-in':939 'busi':35,831,836 'c':1061 'cadenc':1504 'call':934,1335 'cannot':1241 'captur':569 'card':36,446,832,837 'caveat':335,1059,1632 'cdn':956 'center':766 'chang':352,1109 'changelog':34,445,796,802 'check':221,422,573,680,1008,1244,1494,1644 'checklist':1234 'china':950 'china-saf':949 'chip':1479 'chromium':565 'claim':405,1214,1250,1635 'claud':76 'clawhub':72,1563 'clean':216 'click':1412 'clickabl':434 'code':77 'codex':75 'command':206,419,765,1199,1628 'common':994 'companion':369 'compar':780,1017 'compat':84 'complet':1611 'concret':673 'confid':634,654,1027,1041 'config':1318 'confirm':100 'consol':568 'content':985 'content-guidelines.md':803,827 'contract':1302 'contrast':905 'contribut':1552 'contributing.md':1558,1559 'convers':987 'copi':519 'core':361 'corpor':538 'count':1430 'cover':38,449,821 'coverag':1551 'critic':504 'critiqu':42,467 'critique-guide.md':849 'css':509 'cursor':78 'd':1087 'dashboard':30,437,762,769 'data':1022 'decis':608,1542 'deck':26,444,810,1092,1427 'deeper':87 'default':543,625,1028,1053,1120,1481 'degrad':1278 'deliv':638,1023,1054,1085,1613 'deliver':19,106,526,618,907,1139,1164,1255 'deliveri':1310,1385 'demo':28,454,664,788 'dep':1211 'depend':348,597 'design':3,18,21,41,47,466,617,982,1503,1517 'design-direction-advisor.md':656,748,860,1075 'detail/annotation':1423 'diagnosi':469,848 'differenti':472 'direct':474,662,1081,1518 'discoveri':1478 'doc':534 'document':1357 'dynam':1330 'e.g':1292 'edit':520,590,1098,1452,1589 'editable-pptx.md':816 'editori':904,1048 'els':1123 'empti':1352 'end':1526,1528 'end-to-end':1525 'engin':499 'env':233 'environ':351,1348 'error':1143,1204 'especi':458 'etc':1192 'eval':213,1331,1550 'evals/evals.json':1556,1557 'everi':906 'everyth':1122 'evid':287 'exact':1203 'exampl':1474 'except':1531 'exist':415,513,1217 'exit':114,620 'explicit':235,401,601 'export':62,183,347,372,397,407,482,582,592,605,932,1198,1209,1216,1354,1436,1440,1532,1636 'export-readi':371 'face':981,1196 'fact':303,679,1007,1243,1493 'fact-and-asset-protocol.md':676,759,782 'fact-check':678,1006,1242 'fail':1200,1262 'failur':1145 'fall':1266 'ffmpeg':586 'fi':432 'field':897,1374 'file':65,88,144,292,327,408,1447,1583,1625 'fill':1019,1051 'film':728,735 'final':286,1446 'finish':177 'first':16,181,242,250,356,393,487,946,1328,1467 'first-run':241,355 'first-tim':1466 'fix':1169,1177 'flight':1233 'flow':436,787,792 'font':947,954 'fork':129,636,1014,1042 'format':606,1432 'framework':1300 'frontend':498 'full':385,702,1485 'full-repo':384 'gap':1162 'gate':1378 'generat':1224 'generic':918,1158 'get':175,192,208,223 'gif':58,588 'global':345 'googl':533,953 'hand':622 'headless':566 'helper':382 'herm':74 'hero':746,1045,1155,1274 'hi':431 'hi-fi':430 'hidden':189,1337 'honest':1289 'host':85,319,1317 'html':15,53,109,143,180,291,366,391,486,552,1308 'html-first':14,485 'human':171,174 'ident':1605 'ifq':2,46,154,875,885,912,927,1181,1395,1488,1604 'ifq-brand-spec.md':838 'ifq-design-skil':1 'ifq-own':926 'imag':1498 'implement':476,506 'improv':1549 'in-plac':1099 'infograph':29,442,757 'inlin':146 'insid':511 'inspect':1404 'instal':230,240,247,346,394,581,595,874,1208,1338,1574 'instead':986 'instruct':1304 'intent':403,1351,1363 'interact':23,251,428,1540 'intern':968,1185 'invent':1258 'invit':447 'invoc':1482 'invok':1359 'ios_frame.jsx':689 'iter':1088,1142 'json':1372 'judgment':22 'junior':1502 'junior-design':1501 'key':723 'keynot':806 'keyword':721 'kpi':764 'label':299,970,1182,1187,1396 'land':31,438,747,1033,1046,1156,1275 'languag':264 'launch':456,727,734 'layer':713,877,889 'layout':890 'leak':1183,1397 'least':152,910,1414 'ledger':895,977,1191 'lightweight':657,1062 'line':229,1371 'liner':1473 'list':131 'lite':166,309,554,866,1106,1166,1179,1391 'live':421,1366 'load':86,97,1465 'local':365,945,1327 'local-first':944,1326 'locat':1095 'lock':537 'login':344 'logo':919 'look':1221,1264 'loud':917 'm':725,738,749,760,771,783,794,804,817,828,839,850,1012,1037 'machin':1545 'maintain':207 'make':248 'map':1463,1577 'mark':156,913 'marketplac':219,222,410,1639 'match':629,649,1036,1071,1149 'mention':671 'metadata':220,1365,1373 'metadata.openclaw.requires.bins':1380 'metadata.openclaw.requires.env':1382 'miss':1212 'mobil':684 'mockup':433 'mode':120,196,212,278,631,651,703,719,1070 'mono':896 'motion':27,453 'motion/video':693 'motion/video/audio':1595 'mp4':57,587 'mp4/gif':464,583 'mp4/gif/pdf/pptx':381 'multi':44,571 'multi-var':43 'multi-viewport':570 'must':199,527 'must-read':198 'name':282,643,1056,1135,1248 'natur':263 'natural-languag':262 'need':379,585,602,1464 'network':1334 'never':138,404,914,1111,1213 'node':550 'note':798,898,1160 'npm':163,168,306,579,863,867,1206,1388,1400,1454,1458 'onboard':785,791 'one':49,228,257,277,280,641,995,1029,1133,1415,1418,1422,1472 'one-lin':227,1471 'one-turn':640 'openclaw':71,1562 'openclaw/clawhub':1364 'opencod':79 'opt':561,577,960 'opt-in':560,576,959 'option':56,182,387,596,1353 'output':359,362,465,1407,1624 'outsid':1282,1342 'own':928 'packag':226 'page':32,439,1034 'paper':893 'parser':1376 'pass':425,1646 'past':915 'path':98,179,245,328,358,1417 'pattern':988,989,1025,1060,1086 'pdf':60,589 'pdf/pptx':1435 'pdf/pptx/svg':481 'per':1117 'permiss':236 'persist':1319 'pick':118,668,1047,1083,1132 'place':1101 'placehold':1168,1171,1393,1506 'playwright':564 'plus':367 'point':1230 'polici':203,541,1444 'portfolio':740 'postur':1490,1566 'ppt':807 'pptx':59,591,1590 'pre':1232 'pre-flight':1231 'prepar':389 'presenc':1448 'pressur':210 'preview':170,315,553,869,1402 'previous':1096 'primari':1416 'produc':252 'product':497,730,1010 'product/tech/event':674 'product/ui':1497 'promis':173 'promot':937 'prompt':50,1515 'propos':1076 'protocol':704,1541 'prototyp':24,429,686,1411 'publish':1461,1565 'python':563 'question':646,1116 'quick':706,714 'quickstart':1469 'quiet':901 're':1103,1173 're-run':1102 're-verifi':1172 'react':1299 'react/babel':1580 'read':125,200,698,1074,1225 'readabl':225 'readi':373 'real':494,984 'reason':1279 'recoveri':1144,1146 'refer':201,707,715,724,1462 'references/agent-compatibility.md':1578,1579 'references/agent-interaction-protocol.md':1546,1547 'references/animation-best-practices.md':1598,1599 'references/animation-pitfalls.md':1596,1597 'references/anti-ai-slop.md':1512,1513 'references/audio-design-rules.md':1600,1601 'references/delivery-workflow.md':1533,1534 'references/design-direction-advisor.md':1519,1520 'references/design-styles.md':1521,1522 'references/designer-operating-principles.md':1510,1511 'references/editable-pptx.md':1593,1594 'references/fact-and-asset-protocol.md':1499,1500 'references/font-loading.md':964,965 'references/ifq-ambient-runtime.md':1491,1492 'references/ifq-brand-spec.md':158,159,1607,1608 'references/ifq-native-recipes.md':1523,1524 'references/killer-skill-playbook.md':1554,1555 'references/marketplace-quality.md':1567,1568 'references/modes.md':122,123,699,700 'references/quickstart.md':1475,1476 'references/react-setup.md':1585,1586 'references/sfx-library.md':1602,1603 'references/skill-leaderboard-lessons.md':1569,1570 'references/slide-decks.md':1591,1592 'references/smoke-test.md':1571,1572 'references/verification.md':1537,1538 'references/workflow.md':1535,1536 'refin':1089 'regress':209 'releas':797 'relev':418,1643 'remov':1184 'render':952,1261 'repo':386,1451 'report':325,441,754,1107,1167,1175,1180,1201,1276,1622 'request':102,186,266,611,992,1151,1280,1621 'requir':93,232,544,1347,1433 'result':332,414 'rewrit':1235 'rhythm':891,1238 'role':1486 'root':64,1303 'round':529 'round-trip':528 'rout':195,274,329,607,1011,1084 'router':69 'rule':1110,1553,1584,1612 'run':164,169,243,305,307,357,396,580,864,868,1104,1207,1387,1389,1399,1401,1453,1455,1459,1629 'runtim':957,1333,1489,1573 'rust':894,976,1190 'safe':951 'safeti':1301,1640 'satisfi':1619 'say':1219 'scaffold':1159 'scanner':215 'scanner-clean':214 'scope':1285,1306,1487 'scratch':854 'screenshot':317,409,567,603,1637 'script':217,1324 'second':96 'secret':1316 'secur':413 'security.md':1560,1561 'see':963 'seo':503 'seo-crit':502 'serif':1049 'servic':1323 'setup':190,271 'shell':311 'shippabl':52 'short':68,194 'signal':899,973,1188 'silent':239 'simpler':1270 'singl':1370,1582 'single-fil':1581 'single-lin':1369 'site':505 'skill':4,7,48,116,621,1284,1548 'skill-ifq-design-skills' 'skills.sh':73,1564 'slide':25,443,809,813,1429,1587 'slide-decks.md':815 'slop':1509 'smallest':1615 'smoke':556 'social':37,448,820,825 'sourc':374,392,488 'source-peixl' 'spark':900,974,1189 'spec':1259 'specif':991 'specifi':1129 'speed':712,717 'stamp':938 'start':139 'state':1286,1544 'status':411 'stay':1305 'stripe':1004 'structur':375 'style':473,1050,1131 'subject':884 'success':244 'suggest':1205,1290 'suit':1296 'svg':61 'svg/static':368 'switch':1420 'system':40,452,859 't-brand-diagnosi':845 't-brand-system':856 't-business-card':834 't-changelog':800 't-compare-v':778,1015 't-dashboard':767 't-hero-land':744,1043,1153,1272 't-infographic-vert':755 't-launch-film':732 't-onboarding-flow':789 't-slide-titl':811 't-social-x':823 'tab/screen':1419 'tabl':708,718 'task':92,378,495,924,1529 'taxonomi':969,1186 'templat':132,197,281,330,539,637,722,862,942,1148,1260,1271 'test':557 'text':660,1079,1197 'text-on':659,1078 'tier':202,540,542,547,558,574,870 'time':1442,1468 'titl':814 'tool':321,398,1355,1576 'topic-agent-skills' 'topic-ai-agents' 'topic-claude-code' 'topic-clawhub' 'topic-codex' 'topic-dashboard' 'topic-design' 'topic-hermes' 'topic-html' 'topic-motion-design' 'topic-openclaw' 'topic-prototype' 'tree':609,1543 'trigger':632,652,720 'trip':530 'turn':258,268,642,996,1030,1065,1118 'two':1064 'ui':1477 'unless':598,922,1641 'unrel':1315 'unresolv':302 'unverifi':1249,1252 'url':902 'use':5,338,426,491,545,908,943,1119,1152 'user':10,135,295,402,461,478,516,600,610,667,879,980,997,1031,1066,1082,1090,1126,1195,1218,1344,1362 'user-fac':979,1194 'vagu':1514 'valid':1456 'var':45,234 'variabl':1349 'variat':1239,1505 'verif':205,331,555,1383,1627 'verifi':161,165,308,364,639,865,1021,1024,1055,1105,1165,1174,1178,1390,1428,1441,1460,1616 'vertic':758 'video':731 'video-export.md':697,737 'viewport':572 'visibl':254,967 'visual':17,105,265,523,616,1309 'vs':774,781,1000,1018 'wait':665 'want':463,518 'warm':892 'watermark':921 'weav':150 'web':677,1246 'whenev':8 'whitepap':33,440,751 'without':267 'word':532 'work':272,501 'workflow':1530 'workspac':137,297,1346 'write':289,983,1341 'x':826 'yes':549,633,653,675,687,694 'zero':231,873 'zero-instal':872 '个人站':741 '从零建立品牌':855 '做一个':998 '发布会':729 '发布日记':799 '名片':830 '品牌体检':844 '品牌诊断':841 '对比评测':1002 '小红书':822 '帮我做点好看的东西':1067 '我们对':1003 '把刚才那个':1091 '新手引导':786 '横评':776 '演讲':808 '白皮书':752 '的配色改暖一点':1093 '看板':763 '社媒物料':819 '给我做个':1032 '邀请函':833","prices":[{"id":"754e694d-4ada-4d9e-902a-0e35f0bcaf49","listingId":"1a12ef00-a00d-4ab2-8431-fa6866f7f09c","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"peixl","category":"ifq-design-skills","install_from":"skills.sh"},"createdAt":"2026-04-28T13:06:43.601Z"}],"sources":[{"listingId":"1a12ef00-a00d-4ab2-8431-fa6866f7f09c","source":"github","sourceId":"peixl/ifq-design-skills","sourceUrl":"https://github.com/peixl/ifq-design-skills","isPrimary":false,"firstSeenAt":"2026-04-28T13:06:43.601Z","lastSeenAt":"2026-05-03T01:03:23.355Z"}],"details":{"listingId":"1a12ef00-a00d-4ab2-8431-fa6866f7f09c","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"peixl","slug":"ifq-design-skills","github":{"repo":"peixl/ifq-design-skills","stars":14,"topics":["agent-skills","ai-agents","claude-code","clawhub","codex","dashboard","design","hermes","html","motion-design","openclaw","prototype","skills","slide-deck","zero-install"],"license":"apache-2.0","html_url":"https://github.com/peixl/ifq-design-skills","pushed_at":"2026-05-02T11:49:05Z","description":"Agent-native design skill: ordinary prompts -> verified HTML-first prototypes, decks, dashboards, motion demos, and export-ready visuals.","skill_md_sha":"1b1e4b3986ca031abc185204163730aa36d4e1be","skill_md_path":"SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/peixl/ifq-design-skills"},"layout":"root","source":"github","category":"ifq-design-skills","frontmatter":{"name":"ifq-design-skills","license":"Apache-2.0 WITH brand-clause","description":"Use this skill whenever the user asks for an HTML-first visual design deliverable or design judgment: interactive prototype, slide deck, motion demo, infographic, dashboard, landing page, whitepaper, changelog, business card, social cover, brand system, design critique, multi-variant exploration, or export to MP4, GIF, PPTX, PDF, or SVG. It is optimized to make AI agents do the routing, template selection, verification, and export prep so humans spend less time prompt-engineering. Do not use for production web apps, SEO sites, backend systems, or pure copy edits."},"skills_sh_url":"https://skills.sh/peixl/ifq-design-skills"},"updatedAt":"2026-05-03T01:03:23.355Z"}}