[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80628":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":13,"stars7d":13,"stars30d":14,"stars90d":13,"forks30d":13,"starsTrendScore":13,"compositeScore":15,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":16,"fork":16,"defaultBranch":17,"hasWiki":16,"hasPages":16,"topics":18,"createdAt":10,"pushedAt":10,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":13,"starSnapshotCount":13,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},80628,"NullToHero","MariusYvard\u002FNullToHero","MariusYvard","Claude Cowork plugin to build, optimize and ship websites. 4 skills (siteasy design, SEO, inspect, \u002Faudit whole-site orchestrator), 54 commands, 84 reference docs, 13 parallel audit sub-agents, mobile ergonomics, GEO for AI search, in-browser live variant mode, stack-aware design-system generator, WCAG 2.2, report export.","https:\u002F\u002Fgithub.com\u002FMariusYvard\u002FNullToHero",null,"JavaScript",57,0,1,37.1,false,"main",[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"accessibility","ai-search","anti-patterns","claude","claude-plugin","claude-skills","core-web-vitals","cowork","geo","keyword-clustering","local-seo","motion-design","parallax","programmatic-seo","schema-markup","seo","ui-design","ux-design","wcag","website-builder","2026-06-12 04:01:29","# NullToHero — Cowork Plugin\n\n> **v1.4.0** · 3 skills · 47 commands · 77 reference docs · parallel audit sub-agents · report export · deterministic anti-pattern detector\n\n**From zero knowledge to hero website.** NullToHero gives Claude a complete design, SEO and motion engineering vocabulary so anyone, even with no prior experience, can build websites that look professional, rank on Google, and pass accessibility audits.\n\nBy [Marius Yvard](https:\u002F\u002Flecvdemarius.netlify.app\u002F) · Apache 2.0\n\n---\n\n## Install via marketplace\n\nThis repo is also a Claude Code marketplace. Two install paths:\n\n**A. As a marketplace (recommended, supports auto-update)**\n\n```\n\u002Fplugin marketplace add MariusYvard\u002FNullToHero\n\u002Fplugin install null-to-hero@null-to-hero-marketplace\n```\n\nFuture releases pull automatically with `\u002Fplugin marketplace update null-to-hero-marketplace`.\n\n**B. As a direct plugin**\n\n```\n\u002Fplugin install MariusYvard\u002FNullToHero\n```\n\n**C. Manual install (Unix\u002FmacOS\u002FLinux)**\n\n```bash\nbash \u003C(curl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002FMariusYvard\u002FNullToHero\u002Fmain\u002Finstall.sh)\n```\n\n**D. Manual install (Windows PowerShell)**\n\n```powershell\npowershell -ExecutionPolicy Bypass -File install.ps1\n```\n\n---\n\n## What's new in 1.4.0\n\n### Parallel audit sub-agents (C1)\n\n`\u002Fseo audit` now delegates each dimension to a dedicated sub-agent file in `skills\u002Fseo\u002Fagents\u002F`. When the Task tool is available (Claude Code \u002F Cowork), all 5 run in parallel — technical, content, schema, GEO, performance — then aggregate into a unified score and ACTION-PLAN. Sequential fallback when Task is unavailable.\n\n### Report export (C2)\n\nNew `\u002Fseo report [url|file|generate]` command formats any audit output into a client-ready deliverable: Markdown with ASCII score gauges and color-coded tables, or PDF via the Cowork PDF skill.\n\n### Standardized ACTION-PLAN (C3)\n\nAll `\u002Fseo` commands now produce action plans in a unified format: Quick Wins (\u003C 1h), 1-Week Fixes, 1-Month Projects, Backlog. Template lives in `references\u002Faction-plan.md`.\n\n### File integrity validator\n\n`tests\u002Fvalidate.js` now checks minimum line counts per file (26 files tracked). A truncated rewrite fails the check immediately — run `node tests\u002Fvalidate.js` before every commit.\n\n---\n\n## What's new in 1.3.0\n\nThe SEO skill expands from 7 to 18 commands, the GEO command gains a weighted scoring model and two new subcommands, and the repo ships its first contributor tooling.\n\n### New SEO commands\n\n\n| Command | What it does |\n|---------|-------------|\n| `sitemap [url\\|generate]` | XML sitemap validation and generation with industry templates |\n| `images [url]` | Image SEO audit — alt text, WebP\u002FAVIF formats, lazy loading, CLS, LCP |\n| `local [url]` | Local SEO — Google Business Profile, NAP consistency, citations, reviews, LocalBusiness schema |\n| `hreflang [url\\|generate]` | Hreflang validation and generation for multilingual\u002Fmulti-region sites |\n| `programmatic [url\\|plan]` | Programmatic SEO — URL patterns, quality gates (warn 100+, hard stop 500+), deduplication |\n| `competitor-pages [url\\|generate]` | \"X vs Y\" and \"alternatives to X\" pages with feature matrices and schema |\n| `cluster [keyword]` | Semantic keyword clustering by intent, gap analysis, pillar-and-cluster architecture |\n| `sxo [url]` | Search Experience Optimization — intent alignment, page-type matching, satisfaction signals |\n| `drift [url] baseline\\|compare\\|history` | SEO drift monitoring — capture baseline, detect changes, track history |\n| `backlinks [url]` | Backlink profile analysis via free sources (Moz, Bing, Common Crawl, GSC) |\n| `ecommerce [url]` | E-commerce SEO — product pages, category pages, faceted navigation, Product schema |\n\n### GEO upgrades\n\n`\u002Fseo geo` now uses a weighted scoring model across 6 dimensions (citability 25 %, brand authority 20 %, content quality 20 %, technical 15 %, structured data 10 %, platform optimization 10 %) and reports platform subscores for Google AI Overviews, ChatGPT, Perplexity and Bing Copilot separately. Two new subcommands:\n\n- `geo quick [url]` — 60-second GEO snapshot with top 3 quick wins\n- `geo compare [url]` — delta tracking against a stored baseline\n\nThe AI crawler list expands to 14 bots: GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, PerplexityBot, CCBot, anthropic-ai, Bytespider, cohere-ai, Diffbot, AI2Bot, Applebot-Extended, FacebookBot, PetalBot.\n\n### Repo quality\n\n- `CHANGELOG.md` — full release history\n- `CONTRIBUTING.md` — contributor guide (reference format, quality standards, PR workflow)\n- `install.sh` \u002F `install.ps1` — one-line installers for Unix and Windows\n- `tests\u002Fvalidate.js` — reference file integrity validator (`node tests\u002Fvalidate.js`)\n\n### Earlier additions\n\n**1.2.0** — Design foundations: Gestalt principles, UX research methodology, information architecture, journey mapping, WCAG 2.2, image strategy, form patterns. Three new commands (`research`, `ia`, `journey`). 25 new anti-pattern rules.\n\n**1.1.0** — Parallax engineering reference and Playwright audit script. One new command (`parallax`). 14 new anti-pattern rules.\n\n---\n\n## Skills\n\n### `\u002Fsiteasy` — Design\n\nBuild, polish, and ship production-grade interfaces.\n\n| Command | What it does |\n|---------|-------------|\n| `build [feature]` | Build a full UI feature end-to-end with a confirmed design brief |\n| `plan [feature]` | Plan UX and visual direction before writing code |\n| `research [scope]` | UX research planning, method selection, persona and journey synthesis |\n| `ia [target]` | Information architecture, card sorting, tree testing, navigation patterns |\n| `journey [persona]` | Generate empathy maps, journey maps, or service blueprints |\n| `setup` | Create PRODUCT.md — brand, audience, tone, anti-references |\n| `critique [target]` | Design review with heuristic scoring |\n| `audit [target]` | Technical quality checks — a11y, performance, responsive, WCAG 2.2, image strategy, forms |\n| `polish [target]` | Final quality pass before shipping |\n| `amplify [target]` | Make bland designs bolder — typography, color, presence |\n| `simplify [target]` | Reduce visual noise, strip to essence |\n| `animate [target]` | Add purposeful motion and micro-interactions |\n| `typeset [target]` | Typography audit, font selection, hierarchy |\n| `layout [target]` | Spacing systems, visual rhythm, grid |\n| `adapt [target]` | Mobile, tablet, desktop, print adaptation |\n| `clarify [target]` | UX copy, error messages, button labels, empty states |\n| `onboard [target]` | First-run flows, empty states, feature discovery |\n| `delight [target]` | Micro-interactions, personality, satisfying feedback |\n| `launch [target]` | Production hardening and Core Web Vitals optimization |\n| `overdrive [target]` | View Transitions API, WebGL, scroll-driven animations |\n| `parallax [target]` | Multi-layer depth, scrollytelling, AI-adaptive motion governance, WCAG 2.2.2 compliance |\n| `document` | Generate DESIGN.md from existing project code |\n| `extract [target]` | Pull reusable tokens and components into a design system |\n| `tokens [project]` | Audit or create a two-layer CSS token system |\n| `live [target]` | Interactive variant mode (requires running dev server) |\n\n---\n\n### `\u002Fseo` — Search Engine Optimization\n\nGet found on Google and AI search engines.\n\n| Command | What it does |\n|---------|-------------|\n| `audit [url]` | Full site SEO audit — crawls up to 500 pages, scores 7 dimensions, outputs ACTION-PLAN.md |\n| `page [url]` | Deep single-page analysis — title, meta, H1-H6, schema, images, content score |\n| `plan [business-type]` | Complete SEO strategy — architecture, content pillars, keyword plan, 4-phase roadmap |\n| `technical [url]` | Robots.txt, sitemaps, Core Web Vitals, mobile, security headers, AI crawlers |\n| `schema [url]` | Detect, validate, and generate Schema.org JSON-LD |\n| `content [url]` | E-E-A-T, readability, keyword density, AI citation readiness |\n| `geo [url]` | Weighted GEO score — Google AIO, ChatGPT, Perplexity, Bing Copilot subscores |\n| `geo quick [url]` | 60-second GEO snapshot with top 3 quick wins |\n| `geo compare [url]` | GEO delta tracking against a stored baseline |\n| `sitemap [url\\|generate]` | XML sitemap validation and generation |\n| `images [url]` | Image SEO — alt text, formats, lazy loading, CLS, LCP |\n| `local [url]` | Local SEO — GBP, NAP, citations, reviews, LocalBusiness schema |\n| `hreflang [url\\|generate]` | Hreflang validation and generation |\n| `programmatic [url\\|plan]` | Programmatic SEO with quality gates |\n| `competitor-pages [url\\|generate]` | Comparison and alternatives pages with feature matrices |\n| `cluster [keyword]` | Semantic keyword clustering and content architecture |\n| `sxo [url]` | Search Experience Optimization — intent alignment and satisfaction signals |\n| `drift [url] baseline\\|compare\\|history` | SEO drift monitoring |\n| `backlinks [url]` | Backlink profile analysis |\n| `ecommerce [url]` | E-commerce SEO — products, categories, faceted navigation |\n| `report [url\\|file\\|generate]` | Format audit output as Markdown deliverable or PDF |\n\n**Cross-command workflows:**\n\n- New site: `plan` → build → `technical` → `schema` → `sitemap` → `audit` → `report`\n- Existing site: `audit` → `technical` → `content` → `geo` → `backlinks` → `report`\n- Page not ranking: `page` → `content` → `schema` → `sxo`\n- Local business: `local` → `schema` → `geo`\n- Keyword strategy: `cluster` → `plan` → `programmatic`\n- Before redesign: `drift baseline` → redesign → `drift compare`\n- E-commerce: `ecommerce` → `schema` → `sitemap` → `images`\n- Client deliverable: any command → `report` (Markdown) or `report` + PDF export\n\n---\n\n### `\u002Finspect` — Quality Checks\n\nThree tools to run before every ship.\n\n| Command | What it does |\n|---------|-------------|\n| `detect [target]` | Deterministic anti-pattern scan — focus rings, touch targets, reduced-motion, parallax violations, WCAG 2.2, image strategy, forms |\n| `preview [target]` | Real Chromium screenshot — desktop and mobile, reads back visually, fixes bugs in a loop |\n| `review [file]` | Design engineering code review — motion crimes, a11y violations, Before\u002FAfter table with score |\n\n**Recommended pre-ship sequence:**\n\n```\n\u002Finspect detect index.html\n\u002Finspect preview index.html\n\u002Finspect review index.html\n```\n\n---\n\n## Knowledge Base\n\nNullToHero ships 75 reference documents that Claude loads on demand.\n\n### Design fundamentals\ngestalt, cognitive-load, layout, typography, color-and-contrast, dark-mode-engineering, spatial-design, shape, polish, distill, bolder, quieter, amplify, simplify\n\n### Methodology\nux-research, personas, journey-mapping, information-architecture, heuristics-scoring, critique, shape, teach\n\n### Accessibility\naccessibility-engineering, wcag-2-2, form-patterns\n\n### Motion\nmotion-design, animation-engineering, animate, delight, parallax, overdrive, interaction-design\n\n### Performance and assets\noptimize, image-strategy, responsive-design, adapt, harden, launch\n\n### Systems and architecture\ncomponent-patterns, creative-patterns, css-architecture, design-tokens, tokens, extract, brand, document\n\n### SEO — core\naudit, plan, technical, schema, content, page, geo\n\n### SEO — new in 1.3.0\nsitemap, images, local, hreflang, programmatic, competitor-pages, cluster, sxo, drift, backlinks, ecommerce\n\n### SEO — plan assets\necommerce-plan, saas, local-service, publisher, agency, generic\n\n### Inspect\ndetect, preview, review\n\n---\n\n## The Journey\n\n```\n\u002Fsiteasy research       ← understand the users\n\u002Fsiteasy ia             ← validate the structure\n\u002Fsiteasy setup          ← define brand, audience, tone\n\u002Fsiteasy plan           ← plan UX before coding\n\u002Fseo plan               ← build SEO strategy in parallel\n\u002Fseo cluster            ← define keyword architecture\n     ↓\n\u002Fsiteasy build          ← build the interface\n\u002Fsiteasy layout         ← fix spacing and rhythm\n\u002Fsiteasy adapt          ← make it responsive\n     ↓\n\u002Fsiteasy amplify        ← make it beautiful\n\u002Fsiteasy animate        ← add motion\n\u002Fsiteasy parallax       ← depth and scrollytelling\n     ↓\n\u002Finspect detect         ← catch anti-patterns\n\u002Finspect preview        ← see it in a real browser\n\u002Finspect review         ← final code quality gate\n     ↓\n\u002Fseo audit              ← full SEO check\n\u002Fseo technical          ← fix technical blockers\n\u002Fseo schema             ← add structured data\n\u002Fseo sitemap            ← generate and validate sitemap\n\u002Fseo images             ← image SEO pass\n\u002Fseo geo                ← AI search visibility\n     ↓\n\u002Fsiteasy launch         ← harden for production\n```\n\n---\n\n## Context Files\n\nNullToHero works best with two files in your project root:\n\n- **PRODUCT.md** — who your users are, your brand, tone, anti-references. Create with `\u002Fsiteasy setup`.\n- **DESIGN.md** — colors, typography, components. Generate with `\u002Fsiteasy document`.\n\n---\n\n## Requirements\n\n- **Node.js** — required for `\u002Finspect preview`, `\u002Finspect detect`, and the validator (`tests\u002Fvalidate.js`)\n- **Playwright** — auto-installed on first `\u002Finspect preview` run\n\n---\n\n## Release History\n\n- **1.4.0** (May 2026) — Group C: parallel sub-agents for `\u002Fseo audit` (5 agent files), `\u002Fseo report` command (Markdown + PDF export), standardized ACTION-PLAN template across all commands, file integrity checks in validator.\n- **1.3.0** (May 2026) — 11 new SEO commands (sitemap, images, local, hreflang, programmatic, competitor-pages, cluster, sxo, drift, backlinks, ecommerce). GEO upgraded with weighted scoring, platform subscores, `\u002Fgeo quick`, `\u002Fgeo compare`. Installer scripts, CHANGELOG, CONTRIBUTING, reference validator.\n- **1.2.0** (May 2026) — Design foundations: Gestalt, UX research, IA, journey mapping, WCAG 2.2, image strategy, form patterns. Three new commands (research, ia, journey). 25 new anti-pattern rules.\n- **1.1.0** (May 2026) — Parallax engineering reference and audit script. One new command (parallax). 14 new anti-pattern rules.\n- **1.0.0** (April 2026) — Initial release: siteasy, seo, inspect with 31 commands and core references.\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for how to add reference files, new commands, or bug fixes.\n\n```bash\nnode tests\u002Fvalidate.js   # run before opening a PR\n```\n\n---\n\n## License\n\nApache 2.0 — [github.com\u002FMariusYvard\u002FNullToHero](https:\u002F\u002Fgithub.com\u002FMariusYvard\u002FNullToHero)\n","NullToHero 是一个为Web开发者设计的Claude协同工作插件，集成了设计和SEO工具箱。它提供了3个技能领域内的47条命令，支持并行审计代理、报告导出、浏览器预览以及反模式检测等功能。该插件基于JavaScript开发，旨在帮助用户即使没有相关经验也能创建出专业外观且符合搜索引擎优化标准的网站，并通过了可访问性测试。适用于需要快速构建高质量网页同时确保良好SEO表现和个人或团队项目中。",2,"2026-06-11 04:01:25","CREATED_QUERY"]