Help us improve
Share bugs, ideas, or general feedback.
From null-to-hero
Orchestrates a complete website audit across SEO, front-end defects, and design quality. Runs 13 specialist sub-agents and produces a scored report with prioritized action plan.
npx claudepluginhub mariusyvard/nulltohero --plugin null-to-heroHow this skill is triggered — by the user, by Claude, or both
Slash command
/null-to-hero:audit [url] | [full|seo|defects|design|quick|report] [url | file][url] | [full|seo|defects|design|quick|report] [url | file]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Complete-audit toolkit for websites. One pass that orchestrates the plugin's three other skills (/seo, /inspect, /siteasy), dispatches all 13 specialist sub-agents across search visibility, front-end defects, and design quality, then merges their scored sections into a single Site Health Score with a prioritized action plan. The audit skill owns no detection logic of its own. It schedules the e...
Audits deployed websites and web apps post-launch, cycling through Fix-Audit-Test phases to identify and resolve issues.
Audits websites for SEO, performance, security, technical, content, accessibility and 15+ categories using squirrelscan CLI's 230+ rules. Generates LLM-optimized reports with health scores, broken links, meta analysis, and recommendations.
Runs a strategist-focused UX site audit using UX laws, content hierarchy review, qualitative data synthesis, and Lighthouse. Produces Markdown summary and HTML artifact for client sharing.
Share bugs, ideas, or general feedback.
Complete-audit toolkit for websites. One pass that orchestrates the plugin's three other skills (/seo, /inspect, /siteasy), dispatches all 13 specialist sub-agents across search visibility, front-end defects, and design quality, then merges their scored sections into a single Site Health Score with a prioritized action plan. The audit skill owns no detection logic of its own. It schedules the existing sub-agents, shares one fetch across them, and consolidates the results.
| Command | What it does | Reference |
|---|---|---|
full [url] | All 13 sub-agents across SEO, defects, and design; unified report + action plan | references/full.md |
seo [url] | Search-visibility group only (5 SEO sub-agents) | references/full.md |
defects [url] | Front-end defect group only (4 inspect sub-agents) | references/full.md |
design [url] | Design-quality group only (4 siteasy sub-agents) | references/full.md |
quick [url] | One representative sub-agent per group for a fast triage | references/full.md |
report [file] | Format an existing audit into a client-ready report or PDF | references/report.md |
Six commands, two references. The five run modes (full, seo, defects, design, quick) all share the orchestration playbook in references/full.md; they differ only in which agent group is dispatched. The report mode formats an already-produced audit and is documented in references/report.md.
When the user invokes a command:
full.md for the run modes, report.md for formatting).full against that URL.The three audit groups map one-to-one onto the plugin's three other skills and reuse their sub-agents directly. There is a single source of truth per dimension and no duplicated detection logic. The audit skill changes only the scheduling (parallel, shared fetch) and the consolidation (one merged report).
| Group | Backing skill | Sub-agents reused |
|---|---|---|
| Search visibility | /seo (see /seo audit) | seo-agent-technical, seo-agent-content, seo-agent-schema, seo-agent-performance, seo-agent-geo |
| Front-end defects | /inspect (detect, review) | inspect-agent-a11y, inspect-agent-interaction, inspect-agent-layout, inspect-agent-code |
| Design quality | /siteasy (see /siteasy audit) | siteasy-agent-ux, siteasy-agent-visual, siteasy-agent-motion, siteasy-agent-content |
Because the agents are shared, a fix surfaced here can be re-run or deepened with the owning skill (for example /seo technical for a flagged crawl issue, or /siteasy clarify for flagged copy) without re-auditing the whole site.
Each run mode produces two files (see references/full.md for the templates):
SITE-AUDIT-REPORT.md holds the full findings for every group that ran, with each agent's returned section embedded verbatim.ACTION-PLAN.md holds the consolidated, de-duplicated fix list ordered Critical, High, Medium, Low.The overall Site Health Score weights Search Visibility at 35 percent, Front-end Defects at 35 percent, and Design Quality at 30 percent. Any critical accessibility or interaction defect caps the Defects group regardless of other passes. The exact weights and the cap rule live in references/full.md.
| Situation | Use instead |
|---|---|
| You only need search visibility | /seo audit |
| You only need deterministic front-end defects | /inspect detect or /inspect review |
| You only need subjective design and UX review | /siteasy audit |
| You want to build, fix, or redesign the interface | /siteasy build |
A single-dimension request does not need all 13 agents. Routing it to the one owning skill is faster and cheaper. The audit skill is for the whole-site, cross-dimension pass.