From pagekit
Run a skeptical claim-check pass on a PageKit first-page draft, at light/normal/hard severity. Step 07 of the PageKit method. Use after a first-page draft exists and you want to validate it before treating it as publishable. Delegates to the pagekit-claim-checker subagent.
npx claudepluginhub hnshah/pagekit --plugin pagekitThis skill uses the workspace's default tool permissions.
You are running the optional durability pass on a first-page draft.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Builds 3-5 year financial models for startups with cohort revenue projections, cost structures, cash flow, headcount plans, burn rate, runway, and scenario analysis.
You are running the optional durability pass on a first-page draft.
./references/prompt.md./references/framework.md — claim-check flag types, severity calibration, principle./references/template.md../pagekit/references/anti-slop.md — the slop pattern catalogruns/<run-name>/first-page-draft.mdruns/<run-name>/proof-map.mdnormal.Invoke the pagekit-claim-checker subagent (agents/pagekit-claim-checker.md). Pass:
The subagent runs read-only, produces the audit, and writes:
runs/<run-name>/claim-check.md — the audit (flagged lines, types, rewrites, recurring patterns)runs/<run-name>/first-page-draft-corrected.md — the corrected draft (only if any line was rewritten)Use scripts/claim-check.sh <draft> <proof-map> --severity <severity> to expand the canonical prompt for paste. Save outputs to the same paths.
working-log.md with the severity used, count of flags by type, and any recurring patterns.../pagekit/references/anti-slop.md (or strengthen the existing entry) and to ../pagekit-page-argument-shape/references/template.md's drafting-constraints list. The framework absorbs what the claim-check kept catching.A strong claim-check pass:
Do not stop at claim-check. Continue:
runs/<name>/evaluation.md — the run's own honest read of what worked, what stayed thin, where outputs drifted generic.pagekit-evaluator-pass to produce the adversarial second read.runs/<name>/working-log.md has real entries per step (replace all scaffold *[Fill in]* placeholders).pagekit-run-check — it must return tier: FULLY LOGGED or tier: PUBLISHABLE before the run is done.