← ClaudeAtlas

unblock-my-money-pageslisted

Find what is technically stopping the pages closest to revenue from working, ordered by distance to money rather than by severity. Reads the diagnosis the core already wrote; it never re-crawls. Use this skill whenever the user asks to: - Audit their site, or find what is broken - Work out why a page is not indexed or not showing in search - Check canonicals, redirects, orphan pages or crawl problems - Review technical SEO before or after a release - Understand which technical issues are actually worth fixing Trigger even for casual requests like "what's broken on my site", "why isn't my pricing page showing up", "is anything blocking Google", "run a technical audit", or when a user pastes a URL and asks why it is not ranking.
vcxcvii/rainmaker · ★ 0 · AI & Automation · score 67
Install: claude install-skill vcxcvii/rainmaker
# unblock-my-money-pages ## Context load Run `rainmaker context --check` first. It prints what exists, what is stale, and exits 1 if anything this skill requires is missing. Then read, in this order: 1. `context/business.md` in full. If absent, stop: "No business context. Run `rainmaker audit`, then the `know-my-buyer` skill." 2. `context/voice.md` if this skill writes prose. If absent, stop and say so. 3. `context/glossary.md` if this skill names products, features or competitors. 4. `data/strategy.json` if this skill reads or writes strategy. 5. Only the `data/` files listed in this skill's Consumes table. Never crawl or call an API the core already covers. If `strategy.json.context_hash` does not match the current hash of `context/business.md`, say exactly: "Business context was edited after the strategy was written. Re-run `know-my-buyer`, or run `rainmaker context --sync` to accept the prose as authoritative." Then stop. If `context/business.md` carries `confidence: stub`, continue, and stamp every output with: "Built on a stub context. Nothing in it came from a buyer. Run `know-my-buyer` to replace it." ## Consumes | File | Why | If missing | |---|---|---| | `data/snapshots/<latest>/diagnosis.json` | the findings, already scored | "No diagnosis yet. Run `rainmaker audit`." | | `data/snapshots/<latest>/crawl.json` | page-level evidence | same | | `data/state.json` | what is already known and what was shipped | run `rainmaker ledger --rebuild` | ## Produces No