Skip to content

Troubleshooting

Turki Alshuaibi edited this page Aug 11, 2026 · 1 revision

Troubleshooting

The skill does not trigger

Say something concrete: "help me build my portfolio", "my site looks like AI made it", "why is my Open Graph image not showing". If your agent has a skills list, confirm Foreman is enabled. In Claude Code, /plugin list.

If it triggers but starts writing HTML immediately, it loaded the file but is not following it. Say "run the playbook, do not write code yet."

The agent narrates the playbook instead of running it

This is the failure mode the skill most wants to avoid, and it is worth reporting. Tell it: "do not explain the process, just ask me the first question."

Host build fails, local build works

Usually one of three things. A package manager mismatch, such as a package-lock.json in a pnpm project. A case sensitive import path that only breaks on Linux. A Node version difference between your machine and the host.

Site loads on www but not the root, or the reverse

One of the two DNS records is missing or still pointing at the registrar's parking page.

SSL warning after DNS looks correct

The certificate has not been issued yet. Wait, then check in incognito before changing anything. Changing records during issuance restarts the clock.

The old version keeps showing

Cache, or a stale build. Confirm the host actually rebuilt from your latest commit before debugging the code.

The link preview is blank or shows an old image

Sharing platforms cache aggressively. Confirm og:image is an absolute URL, not a relative path, then use the platform's own sharing debugger to refresh it once.

The 404 page returns a 200

Common with single page app fallbacks. It quietly tells crawlers that every missing page exists. Check the host's configuration for a real 404 status.

Lighthouse mobile is far below 95

Almost always the hero image. Export at no more than twice the displayed width, use AVIF or WebP, set explicit width and height, and cap hero media at 1.5 MB with a poster fallback.